diff options
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a312746..b1bf3b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,9 +30,16 @@ build-arch: - ./autogen.sh - CFLAGS="-DHAVE_SECCOMP=1" ./configure - make V=s + - cp ./src/potd ./src/potd-full + - cp ./config.log ./config-full.log + - pacman -Rsn --noconfirm libseccomp + - ./configure + - make V=s stage: test artifacts: paths: + - ./src/potd-full + - ./config-full.log - ./src/potd - ./config.log |