pgnp/.gitlab-ci.yml
Loic Guegan f4f436870f - Debug parser (carriage returns)
- Improve test framework
2022-01-26 14:41:38 +01:00

6 lines
181 B
YAML

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