Add CI receipt

This commit is contained in:
Loic Guegan 2022-01-24 15:34:32 +01:00
parent 8c77f7a054
commit 55b2c72108

6
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,6 @@
archlinux:
image: "archlinux:latest"
before_script:
- pacman -Sy base-devel cmake --noconfirm --needed
script:
- mkdir build && cd build && cmake ../ && make && make test && ctest