Update .gitlab-ci.yml file

This commit is contained in:
Marc
2022-10-03 20:17:40 +00:00
parent 769fb59c6d
commit e43799930a
+5
View File
@@ -13,6 +13,11 @@
#
# For more information, see: https://docs.gitlab.com/ee/ci/yaml/index.html#stages
before_script:
- apk update
- apk add cmake glib-dev gtk4.0-dev
stages: # List of stages for jobs, and their order of execution
- build