summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29124eb..b975134 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,8 @@ variables:
- cmake .. -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL}
- make biboumi -j$(nproc)
- make check -j$(nproc)
+ tags:
+ - docker
image: biboumi-test-fedora:latest
@@ -70,6 +72,9 @@ build:6:
build:rpm:
stage: build
+ image: biboumi-test-fedora:latest
+ tags:
+ - docker
script:
- cmake .. -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL}
- make rpm -j$(nproc)
@@ -100,11 +105,15 @@ build:rpm:
test:debian:
stage: test
image: biboumi-test-debian:latest
+ tags:
+ - docker
<<: *basic_test
test:fedora:
stage: test
image: biboumi-test-fedora:latest
+ tags:
+ - docker
<<: *basic_test
test:openbsd: