Update .gitlab-ci.yml file

This commit is contained in:
Marc
2022-10-03 20:56:38 +00:00
parent bd7407b511
commit 7e2a11568f
+1
View File
@@ -24,6 +24,7 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- echo "target_link_libraries(ModManager -static)" >> CMakeLists.txt # add static since the gitlab-CI is using musl
- mkdir build
- cd build
- cmake ..