spitwad/.gitlab-ci.yml

9 lines
120 B
YAML
Raw Normal View History

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