mirror of
https://gitlab.com/manzerbredes/pgnp.git
synced 2025-04-05 17:46:25 +02:00
Add CI receipt
This commit is contained in:
parent
8c77f7a054
commit
55b2c72108
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal 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
|
Loading…
Add table
Reference in a new issue