This commit is contained in:
Michele Rodolfi 2020-12-13 18:49:14 +01:00
parent 3d9945d995
commit fb4519eea5

View File

@ -4,11 +4,10 @@ stages:
- build
- test
before_script:
- apt-get update && apt-get install -y cmake libboost-dev
build:
stage: build
before_script:
- apt-get update && apt-get install -y cmake libboost-dev
script:
- mkdir build
- cd build
@ -25,5 +24,6 @@ build:
test:
stage: test
script:
- cd build
- ./test/horcrux_test