mirror of
https://gitlab.com/manzerbredes/pgnp.git
synced 2025-04-06 10:06:25 +02:00
Update CI image
This commit is contained in:
parent
43434b170c
commit
4179c05056
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
archlinux:
|
archlinux:
|
||||||
image: "archlinux:latest"
|
image: "archlinux:base-devel"
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -Sy base-devel cmake --noconfirm --needed
|
- pacman -Sy cmake --noconfirm --needed
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build && cmake ../ && make && ctest
|
- mkdir build && cd build && cmake ../ && make && ctest
|
||||||
|
|
Loading…
Add table
Reference in a new issue