From ac0229791521ec419f8693ff2f1c4302f8c61cdf Mon Sep 17 00:00:00 2001 From: James Date: Fri, 4 Mar 2022 18:20:30 +0000 Subject: [PATCH] Artifact built file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 379e050..8fb7c36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,9 @@ build-job: # This job runs in the build stage, which runs first. - echo "Building" - cmake --build build - echo "Compile complete." + artifacts: + paths: + build/src/JAMCS # unit-test-job: # This job runs in the test stage. # stage: test # It only starts when the job in the build stage completes successfully.