drone for CI

This commit is contained in:
Cadey Ratio 2020-04-18 17:10:12 -04:00
parent 783d6c7ddc
commit bbad63c1be
1 changed files with 6 additions and 0 deletions

6
.drone.yml Normal file
View File

@ -0,0 +1,6 @@
kind: pipeline
name: OS tests
steps:
- commands:
- |
nix-shell --run 'cargo xtest'