Added OpenMP to CI.

This commit is contained in:
Nicolás A. Ortega
2016-12-26 16:35:52 +01:00
parent 6b2411e860
commit c602b5fe1b

View File

@@ -4,7 +4,7 @@ build:
stage: build stage: build
# Install dependencies # Install dependencies
before_script: before_script:
- apt update && apt -y install cmake libgmp-dev - apt update && apt -y install cmake libgmp-dev libgomp1
# Build the project # Build the project
script: script:
- cd build/ - cd build/