diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-11-01 00:13:59 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-11-26 19:43:56 +0100 |
commit | 5176455f1a4506e9397e23895e1de525c3c190c9 (patch) | |
tree | 54f5f834d7a0651fd3a622e181fec5c94e984448 /.gitlab-ci.yml | |
parent | 5ea39eaa96625ec8274703b1eb2c8f59042a8a32 (diff) |
Gitlab test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4efe0fcf..c02d9c50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -291,3 +291,9 @@ build-freebsd-11-amd64: build-freebsd-11-i386: <<: *freebsd-11-i386_env <<: *build_job + +build-birdlab: + <<: *build_job + tags: + - birdlab + - amd64 |