diff options
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0aeec84..feabd5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,6 +55,15 @@ build:alpine: <<: *basic_build image: docker.louiz.org/louiz/biboumi/test-alpine:latest +build:archlinux: + <<: *basic_build + only: + - branches@louiz/biboumi + tags: + - armv7l + artifacts: + paths: [] + build:1: variables: BOTAN: "-DWITHOUT_BOTAN=1" |