Added libgomp to dependencies.
This commit is contained in:
@ -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 ..
|
||||
|
Reference in New Issue
Block a user