]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Bird: file .yml was updated w/ some base tests
authorMatous Holinka <matous.holinka@nic.cz>
Mon, 4 Nov 2019 10:59:02 +0000 (11:59 +0100)
committerMatous Holinka <matous.holinka@nic.cz>
Mon, 4 Nov 2019 10:59:02 +0000 (11:59 +0100)
.gitlab-ci.yml

index 1bf9a9b8ad3a0024ca0936c1039940b21f69252b..e64b57c30269acb24b223ce5bf1ae898ab0ca1b4 100644 (file)
@@ -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!"
\ No newline at end of file