Added OpenMP to CI.
This commit is contained in:
parent
6b2411e860
commit
c602b5fe1b
@ -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/
|
||||||
|
Loading…
Reference in New Issue
Block a user