mirror of
https://gitlab.com/manzerbredes/chessarbiter.git
synced 2025-04-12 09:08:31 +00:00
Update CI
This commit is contained in:
parent
0e5c4b923a
commit
7a1aea834a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
archlinux:
|
archlinux:
|
||||||
image: "archlinux:latest"
|
image: "archlinux:base-devel"
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -Sy base-devel cmake --noconfirm --needed
|
- pacman -Sy cmake --noconfirm --needed
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build && cmake ../ && make && ctest
|
- mkdir build && cd build && cmake ../ && make && ctest
|
||||||
|
|
Loading…
Add table
Reference in a new issue