Update CI

This commit is contained in:
Loic Guegan 2022-12-22 13:56:23 +01:00
parent b915dfc266
commit 6291b54904

View file

@ -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: