Update .gitlab-ci.yml file

This commit is contained in:
Marc
2022-10-03 20:47:55 +00:00
parent 0788f48bed
commit cd4afef107
+6
View File
@@ -29,3 +29,9 @@ build-job: # This job runs in the build stage, which runs first.
- cmake ..
- make
- echo "Build done"
artifacts:
paths:
- build/ModManager
expire_in: 1 week