mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-08 18:11:54 +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:
|
||||
- image
|
||||
- build
|
||||
- tests
|
||||
|
||||
.docker: &docker_build
|
||||
stage: image
|
||||
@ -298,3 +299,9 @@ build-birdlab:
|
||||
- birdlab
|
||||
- amd64
|
||||
|
||||
runtest:
|
||||
stage: tests
|
||||
script:
|
||||
- echo "Install"
|
||||
- ls -l
|
||||
- echo "done!"
|
Loading…
Reference in New Issue
Block a user