Added libgomp to dependencies.

This commit is contained in:
Nicolás A. Ortega
2016-11-30 19:10:00 +01:00
parent 87b96e4ebc
commit a236f88d12

View File

@ -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 ..