Update .gitlab-ci.yml file
This commit is contained in:
@@ -23,8 +23,7 @@ build-job: # This job runs in the build stage, which runs first.
|
||||
tags:
|
||||
- linux
|
||||
before_script:
|
||||
- apt update
|
||||
- apt install -y cmake libgtk2.0-dev
|
||||
- apk --no-cache add cmake libgtk2.0-dev
|
||||
script:
|
||||
- echo "Configuring"
|
||||
- cmake -B build .
|
||||
|
||||
Reference in New Issue
Block a user