mirror of
https://gitlab.com/manzerbredes/pgnp.git
synced 2025-04-05 17:46:25 +02:00
7 lines
251 B
YAML
7 lines
251 B
YAML
archlinux:
|
|
image: "archlinux:base-devel"
|
|
before_script:
|
|
- pacman -Sy cmake git --noconfirm --needed
|
|
script:
|
|
- git submodule init && git submodule update
|
|
- mkdir build && cd build && cmake -DCOMPILE_TESTS:BOOL=ON ../ && make && ctest
|