XeOS/.drone.yml

9 lines
173 B
YAML

kind: pipeline
name: OS tests
steps:
- commands:
- |
nix-shell --run 'cargo xtest'
image: "monacoremo/nix:2020-04-05-05f09348-circleci"
name: test suite