spitwad/.gitlab-ci.yml

9 lines
119 B
YAML
Raw Normal View History

2024-02-28 16:10:56 +00:00
test:
image: danger89/cmake:latest
script:
- mkdir build
- cd build
- cmake ..
- make
- ./test