pgnp/.gitlab-ci.yml
2023-01-19 15:51:12 +01:00

6 lines
198 B
YAML

archlinux:
image: "archlinux:base-devel"
before_script:
- pacman -Sy cmake --noconfirm --needed
script:
- mkdir build && cd build && cmake ../ -DCOMPILE_TESTS:BOOL:ON && make && ctest