diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96d810b..ccdc7b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,6 @@ build-job: # This job runs in the build stage, which runs first. - echo "execute cmake" - cmake .. - cmake --build . - - echo "execute make" - - make - echo "Compile complete." - ls -la - echo "build files listed."