Fix CI
This commit is contained in:
parent
3d9945d995
commit
fb4519eea5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user