#20 add build-essential
This commit is contained in:
@@ -26,7 +26,7 @@ build-job: # This job runs in the build stage, which runs first.
|
||||
- linux
|
||||
before_script:
|
||||
- apt update
|
||||
- apt install -y cmake libgtkmm-3.0-dev
|
||||
- apt install -y build-essential cmake libgtkmm-3.0-dev
|
||||
script:
|
||||
- echo "Configuring"
|
||||
- cmake -B build .
|
||||
|
||||
Reference in New Issue
Block a user