#20 add build-essential

This commit is contained in:
James H
2022-01-03 14:56:41 +00:00
parent a8ec8bdeab
commit 0b3ca62c4c

View File

@@ -26,7 +26,7 @@ build-job: # This job runs in the build stage, which runs first.
- linux - linux
before_script: before_script:
- apt update - apt update
- apt install -y cmake libgtkmm-3.0-dev - apt install -y build-essential cmake libgtkmm-3.0-dev
script: script:
- echo "Configuring" - echo "Configuring"
- cmake -B build . - cmake -B build .