spitwad/.gitlab-ci.yml

9 lines
120 B
YAML

test:
image: danger89/cmake:latest
script:
- mkdir build
- cd build
- cmake ..
- make
- ./test