Update .gitlab-ci.yml file

This commit is contained in:
James H
2022-01-03 14:15:05 +00:00
parent 0073d1f9c3
commit 9b7daea177

View File

@@ -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 .