diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9c38fd3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +--- +kind: pipeline +name: default + +type: docker +steps: + - name: test-debug-linux + image: deukhoofd/linux64builder + commands: + - cargo test --color=always --features "mock_data" --target x86_64-unknown-linux-gnu + - name: build-release-linux + image: deukhoofd/linux64builder + commands: + - cargo build \ No newline at end of file