pgnp/.gitlab-ci.yml
2022-01-24 18:32:05 +01:00

6 lines
213 B
YAML

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