1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-14 04:32:29 +00:00

Build before testing!

This commit is contained in:
J. Fernando Sánchez 2018-06-15 09:54:42 +02:00
parent 1659285f0b
commit e4e1a74971

View File

@ -6,8 +6,8 @@
# improved performance. # improved performance.
stages: stages:
- test
- build - build
- test
- push - push
- deploy - deploy
- clean - clean
@ -15,11 +15,6 @@ stages:
before_script: before_script:
- make -e login - make -e login
test:
stage: test
script:
- make -e test
build: build:
stage: build stage: build
script: script:
@ -28,6 +23,11 @@ build:
- master - master
- fix-makefiles - fix-makefiles
test:
stage: test
script:
- make -e test
push: push:
stage: push stage: push
script: script: