diff options
author | louiz’ <louiz@louiz.org> | 2019-09-15 22:36:27 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2019-09-15 22:36:27 +0200 |
commit | b085df4018a906a40d9f589a98a1be2a4b746ac0 (patch) | |
tree | 547762fc061108f6dd5c06a685ac9a50402f9881 | |
parent | 5ea0f8c7db4a1bd6b91614d82a36572c962434fe (diff) | |
download | biboumi-b085df4018a906a40d9f589a98a1be2a4b746ac0.tar.gz biboumi-b085df4018a906a40d9f589a98a1be2a4b746ac0.tar.bz2 biboumi-b085df4018a906a40d9f589a98a1be2a4b746ac0.tar.xz biboumi-b085df4018a906a40d9f589a98a1be2a4b746ac0.zip |
ci: simplify freebsd test, also add “needs”
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e205960..1ed1d93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,14 +181,11 @@ test:freebsd: extends: .basic_test tags: - freebsd -# only: -# - branches@louiz/biboumi - script: - - cd build/ - - make check - - make e2e + only: + - branches@louiz/biboumi dependencies: - build:freebsd + needs: ["build:freebsd"] # ## Packaging jobs |