Init project

This commit is contained in:
Loic Guegan 2022-01-29 11:52:47 +01:00
commit e9d328acf4
19 changed files with 23418 additions and 0 deletions

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 && ctest