mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-09 18:41:55 +00:00
Bird: file .yml was updated w/ some base tests
This commit is contained in:
parent
a06d14118c
commit
5a8542ff4c
@ -8,6 +8,7 @@ variables:
|
|||||||
stages:
|
stages:
|
||||||
- image
|
- image
|
||||||
- build
|
- build
|
||||||
|
- tests
|
||||||
|
|
||||||
.docker: &docker_build
|
.docker: &docker_build
|
||||||
stage: image
|
stage: image
|
||||||
@ -298,3 +299,9 @@ build-birdlab:
|
|||||||
- birdlab
|
- birdlab
|
||||||
- amd64
|
- amd64
|
||||||
|
|
||||||
|
runtest:
|
||||||
|
stage: tests
|
||||||
|
script:
|
||||||
|
- echo "Install"
|
||||||
|
- ls -l
|
||||||
|
- echo "done!"
|
Loading…
Reference in New Issue
Block a user