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