Cleanup pipelines
This commit is contained in:
parent
c25646e265
commit
b9d1de5f4c
2 changed files with 5 additions and 9 deletions
|
@ -7,14 +7,9 @@ cache:
|
|||
stages:
|
||||
- test
|
||||
|
||||
download:
|
||||
stage: test
|
||||
script: ./bld download
|
||||
|
||||
compile:
|
||||
stage: test
|
||||
script: ./bld compile
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script: ./bld test
|
||||
script:
|
||||
- ./bld download
|
||||
- ./bld compile
|
||||
- ./bld test
|
||||
|
|
|
@ -3,6 +3,7 @@ image: openjdk:17
|
|||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
name: Test with bld
|
||||
script:
|
||||
- ./bld download
|
||||
- ./bld compile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue