diff options
author | louiz’ <louiz@louiz.org> | 2016-10-31 15:51:30 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-10-31 15:51:30 +0100 |
commit | eed31b6aff7dab854397a7d8b7bf8653c5aa5285 (patch) | |
tree | 3f27856b4b33c96525013c2d50c6e8550d567bed | |
parent | 7144a39a1ef35e9962236f7f041a681bc62ea5ae (diff) | |
download | biboumi-eed31b6aff7dab854397a7d8b7bf8653c5aa5285.tar.gz biboumi-eed31b6aff7dab854397a7d8b7bf8653c5aa5285.tar.bz2 biboumi-eed31b6aff7dab854397a7d8b7bf8653c5aa5285.tar.xz biboumi-eed31b6aff7dab854397a7d8b7bf8653c5aa5285.zip |
Fix the openbsd test, again
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 035cf3b..d55d473 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,7 +125,7 @@ test:openbsd: - cmake .. -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL} - make biboumi - make check - - mkdir tests_outputs && pushd tests_outputs && make e2e + - mkdir tests_outputs && pushd tests_outputs && make e2e -C .. tags: - openbsd |