#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
|
- 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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user