mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-07 02:26:29 +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
|
stage: test
|
||||||
image: archlinux:base-devel
|
image: archlinux:base-devel
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -Sy cmake git wxgtk2 --noconfirm --needed
|
- pacman -Sy cmake git wxwidgets-gtk3 --noconfirm --needed
|
||||||
script:
|
script:
|
||||||
- git submodule init && git submodule update && mkdir build && cd build && cmake ../ && make
|
- git submodule init && git submodule update && mkdir build && cd build && cmake ../ && make
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue