sike #1

Merged
kris merged 12 commits from sike into main 2021-04-19 00:00:36 +01:00
Showing only changes of commit de3f719a9d - Show all commits

14
buid.dbg/.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
type: exec
name: default
steps:
- name: build
commands:
- git submodule init
- git submodule update --recursive --remote
- mkdir build
- cd build
- cmake ..
- make
- ./test