chessarbiter/.gitlab-ci.yml
2022-02-17 08:43:20 +01:00

6 lines
174 B
YAML

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