~singpolyma/biboumi

6ca689650abfc39a3b0fca4a6bfc7dd1e766545c — louiz’ 8 years ago 4463e9f
ci: echo the cmake command line arguments
1 files changed, 1 insertions(+), 0 deletions(-)

M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +1 -0
@@ 20,6 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}
    - cmake .. -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ${BOTAN} ${CARES} ${SYSTEMD} ${LIBIDN} ${LITESQL}
    - make biboumi -j$(nproc)
    - make check -j$(nproc)