mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-13 04:02:29 +00:00
Build before testing!
This commit is contained in:
parent
1659285f0b
commit
e4e1a74971
@ -6,8 +6,8 @@
|
||||
# improved performance.
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
- test
|
||||
- push
|
||||
- deploy
|
||||
- clean
|
||||
@ -15,11 +15,6 @@ stages:
|
||||
before_script:
|
||||
- make -e login
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- make -e test
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
@ -28,6 +23,11 @@ build:
|
||||
- master
|
||||
- fix-makefiles
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- make -e test
|
||||
|
||||
push:
|
||||
stage: push
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user