mirror of
https://gitlab.com/manzerbredes/chessarbiter.git
synced 2025-04-05 17:46:26 +02: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:
|
||||
image: "archlinux:latest"
|
||||
image: "archlinux:base-devel"
|
||||
before_script:
|
||||
- pacman -Sy base-devel cmake --noconfirm --needed
|
||||
- pacman -Sy cmake --noconfirm --needed
|
||||
script:
|
||||
- mkdir build && cd build && cmake ../ && make && ctest
|
||||
|
|
Loading…
Add table
Reference in a new issue