Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ compile GekkoFS: - "compile dependencies" script: - mkdir -p ${BUILD_PATH} && cd ${BUILD_PATH} - cmake3 - cmake -Wdev -Wdeprecate -DCMAKE_BUILD_TYPE=Debug Loading @@ -64,7 +64,7 @@ compile tests: - "compile dependencies" script: - mkdir -p ${TESTS_BUILD_PATH} && cd ${TESTS_BUILD_PATH} - cmake3 -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug .. - make -j$(nproc) artifacts: paths: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ compile GekkoFS: - "compile dependencies" script: - mkdir -p ${BUILD_PATH} && cd ${BUILD_PATH} - cmake3 - cmake -Wdev -Wdeprecate -DCMAKE_BUILD_TYPE=Debug Loading @@ -64,7 +64,7 @@ compile tests: - "compile dependencies" script: - mkdir -p ${TESTS_BUILD_PATH} && cd ${TESTS_BUILD_PATH} - cmake3 -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug .. - make -j$(nproc) artifacts: paths: Loading