Artifact built file

This commit is contained in:
James
2022-03-04 18:20:30 +00:00
parent f63948b295
commit ac02297915

View File

@@ -35,6 +35,9 @@ build-job: # This job runs in the build stage, which runs first.
- echo "Building" - echo "Building"
- cmake --build build - cmake --build build
- echo "Compile complete." - echo "Compile complete."
artifacts:
paths:
build/src/JAMCS
# unit-test-job: # This job runs in the test stage. # unit-test-job: # This job runs in the test stage.
# stage: test # It only starts when the job in the build stage completes successfully. # stage: test # It only starts when the job in the build stage completes successfully.