Update CI

This commit is contained in:
Loic Guegan 2022-02-17 08:43:20 +01:00
parent 0e5c4b923a
commit 7a1aea834a

View file

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