mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-06 01:56:28 +02:00
Update CI
This commit is contained in:
parent
b915dfc266
commit
6291b54904
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ archlinux:
|
|||
stage: test
|
||||
image: archlinux:base-devel
|
||||
before_script:
|
||||
- pacman -Sy cmake git wxgtk2 --noconfirm --needed
|
||||
- pacman -Sy cmake git wxwidgets-gtk3 --noconfirm --needed
|
||||
script:
|
||||
- git submodule init && git submodule update && mkdir build && cd build && cmake ../ && make
|
||||
artifacts:
|
||||
|
|
Loading…
Add table
Reference in a new issue