mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-23 18:12:20 +00:00
Build before testing!
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user