From 4c6ea69d346b76609687cec9fb3a801b1d448655 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 14:45:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) 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."