mirror of
https://gitlab.com/manzerbredes/chessarbiter.git
synced 2025-04-05 17:46:26 +02:00
6 lines
198 B
YAML
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
|