Removed CI file.

This commit is contained in:
Nicolás Ortega Froysa 2018-10-18 15:07:47 +02:00
parent 1b0b8fd443
commit bb26ae9b9f
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -1,20 +0,0 @@
image: gcc
build:
stage: build
# Install dependencies
before_script:
- apt update && apt -y install cmake libgmp-dev libgomp1
# Build the project
script:
- cd build/
- cmake -DCMAKE_BUILD_TYPE=Release ..
- make
# Find the resulting binary
artifacts:
paths:
- build/indivisible
# Cache .o files for faster compiling
cache:
paths:
- "build/CMakeFiles/indivisible.dir/src/*.o"