Update .gitlab-ci.yml file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user