diff options
Diffstat (limited to 'ci/zinc/drone.yml')
| -rw-r--r-- | ci/zinc/drone.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ci/zinc/drone.yml b/ci/zinc/drone.yml new file mode 100644 index 0000000000..f2c84736ec --- /dev/null +++ b/ci/zinc/drone.yml @@ -0,0 +1,15 @@ +--- +kind: pipeline +type: docker +name: x86_64-linux +platform: + os: linux + arch: amd64 +workspace: + path: /workspace + +steps: +- name: build-test-package + image: ci/debian-amd64:11.1-1 + commands: + - ./ci/zinc/linux_build.sh |
