Add testing
This commit is contained in:
parent
86f3d5c9b9
commit
beee62023c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user