Added OpenMP to CI.
This commit is contained in:
parent
6b2411e860
commit
c602b5fe1b
@ -4,7 +4,7 @@ build:
|
||||
stage: build
|
||||
# Install dependencies
|
||||
before_script:
|
||||
- apt update && apt -y install cmake libgmp-dev
|
||||
- apt update && apt -y install cmake libgmp-dev libgomp1
|
||||
# Build the project
|
||||
script:
|
||||
- cd build/
|
||||
|
Loading…
Reference in New Issue
Block a user