Added libgomp to dependencies.
This commit is contained in:
parent
87b96e4ebc
commit
a236f88d12
@ -3,7 +3,7 @@ image: gcc
|
|||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apt update && apt -y install cmake
|
- apt update && apt -y install cmake libgomp1
|
||||||
script:
|
script:
|
||||||
- cd build/
|
- cd build/
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
|
Loading…
Reference in New Issue
Block a user