diff options
-rw-r--r-- | .gitlab-ci.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73bc720..73f605d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,18 +74,6 @@ 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: @@ -182,16 +170,6 @@ test:alpine: needs: ["build:alpine"] image: docker.louiz.org/louiz/biboumi/test-alpine:latest -test:freebsd: - extends: .basic_test - tags: - - freebsd - only: - - branches@louiz/biboumi - dependencies: - - build:freebsd - needs: ["build:freebsd"] - # ## Packaging jobs # |