This commit is contained in:
parent
aba4741285
commit
b4949a6f07
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build and test
|
||||||
|
pull: never
|
||||||
|
image: erki/cpp-ubuntu:latest
|
||||||
|
commands:
|
||||||
|
- mkdir -p build
|
||||||
|
- cd build
|
||||||
|
- conan install .. --build=missing
|
||||||
|
- cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=ON
|
||||||
|
- ninja
|
||||||
|
- ctest . --output-on-failure
|
||||||
Loading…
x
Reference in New Issue
Block a user