diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fc25fd..18fc138 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,8 @@ build-job: # This job runs in the build stage, which runs first. - mkdir build - cd build - echo "execute cmake" - - cmake + - cmake .. + - cmake --build . - echo "execute make" - make - echo "Compile complete."