Add testing

This commit is contained in:
Evan Burkey 2023-07-12 11:18:40 -07:00
parent 86f3d5c9b9
commit beee62023c
1 changed files with 12 additions and 2 deletions

View File

@ -1,9 +1,19 @@
image: polinux/mkdocs
variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
image: danger89/cmake:latest
script:
- apt update
- apt install -y libbsd-dev
- mkdir build
- cd build
- cmake ..
- make
- ./tests
docs:
image: polinux/mkdocs
timeout: 5 minutes
script:
- apk add openssh-client