summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-07-29 11:00:30 +0200
committerlouiz’ <louiz@louiz.org>2016-07-29 11:00:30 +0200
commit37800c804eeb24e36190766f2414cfe401fbbc2b (patch)
treebd79a2808c56aca9b413e95f9428380ca0e465c6
parent1dd324aef3e7df22009d037bfd21722bf59c630d (diff)
downloadbiboumi-37800c804eeb24e36190766f2414cfe401fbbc2b.tar.gz
biboumi-37800c804eeb24e36190766f2414cfe401fbbc2b.tar.bz2
biboumi-37800c804eeb24e36190766f2414cfe401fbbc2b.tar.xz
biboumi-37800c804eeb24e36190766f2414cfe401fbbc2b.zip
Actually it works when we surrount the WHOLE string with quotes
Not just part of it
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb80093..c1cc979 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,7 @@ variables:
.template:basic_build: &basic_build
stage: build
script:
- - echo Running cmake with the following parameters -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL}
+ - "echo Running cmake with the following parameters: -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL}"
- cmake .. -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL}
- make biboumi -j$(nproc)
- make check -j$(nproc)