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:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apk --no-cache add cmake libgtk2.0-dev
|
||||||
- apt install -y cmake libgtk2.0-dev
|
|
||||||
script:
|
script:
|
||||||
- echo "Configuring"
|
- echo "Configuring"
|
||||||
- cmake -B build .
|
- cmake -B build .
|
||||||
|
|||||||
Reference in New Issue
Block a user