diff options
author | louiz’ <louiz@louiz.org> | 2020-05-02 17:32:47 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2020-05-02 17:32:47 +0200 |
commit | 1833946c079c532b827c285570dda54e2e143462 (patch) | |
tree | e2445fa53e392645df0691e013cc9d41df29ea70 | |
parent | e1ef3ae5d12ad4408b17c1e3f247b099705d41ae (diff) | |
download | biboumi-1833946c079c532b827c285570dda54e2e143462.tar.gz biboumi-1833946c079c532b827c285570dda54e2e143462.tar.bz2 biboumi-1833946c079c532b827c285570dda54e2e143462.tar.xz biboumi-1833946c079c532b827c285570dda54e2e143462.zip |
Revert "Temporarily disable freebsd tests until I fix my freebsd machine"
This reverts commit 1492eed3c915605b2e5a04b719cf7769bc579f87.
-rw-r--r-- | .gitlab-ci.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aeabba2..a4fb39e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,6 +74,18 @@ build:archlinux: artifacts: paths: [] +build:freebsd: + extends: .basic_build + tags: + - freebsd + only: + - branches@louiz/biboumi + variables: + CXX_FLAGS: "-Werror" + SYSTEMD: "-DWITHOUT_SYSTEMD=1" + GIT_STRATEGY: "clone" + COMPILER: "clang++" + build:no_botan: extends: .fedora_build variables: @@ -163,6 +175,16 @@ test:alpine: - build:alpine needs: ["build:alpine"] +test:freebsd: + extends: .basic_test + tags: + - freebsd + only: + - branches@louiz/biboumi + dependencies: + - build:freebsd + needs: ["build:freebsd"] + # ## Packaging jobs # |