From f999d96c9abf646051e043c3d73aed756ea99dc0 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 23 Jan 2022 12:05:16 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a954792..08688b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ build-job: # This job runs in the build stage, which runs first. stage: build script: - echo "Compiling the code..." + - g++ helloworld.cpp -o helloworld - echo "Compile complete." unit-test-job: # This job runs in the test stage.