From 5ef586221993ee3619b51c6f52c119384e8af893 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 14:42:28 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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."