From be46b988d183b07ae09000dc13cbe109d42e3bcd Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:36:29 +0800 Subject: [PATCH] feature test drone --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e6ff704 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default +steps: + - name: build + image: xwtkdym/ubuntu:ci + commands: + - cmake . -Bbuild + - cmake --build build --target + - cmake --build build --install \ No newline at end of file