Added GMP as a deps for CI.
This commit is contained in:
parent
7d6ed15523
commit
05c50652b8
@ -3,7 +3,7 @@ image: gcc
|
||||
build:
|
||||
stage: build
|
||||
before_script:
|
||||
- apt update && apt -y install cmake libgomp1
|
||||
- apt update && apt -y install cmake libgomp1 libgmp-dev
|
||||
script:
|
||||
- cd build/
|
||||
- cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
|
Loading…
Reference in New Issue
Block a user