XeOS/.drone.yml

9 lines
173 B
YAML
Raw Normal View History

2020-04-18 21:10:12 +00:00
kind: pipeline
name: OS tests
steps:
- commands:
- |
nix-shell --run 'cargo xtest'
2020-04-18 21:11:07 +00:00
image: "monacoremo/nix:2020-04-05-05f09348-circleci"
name: test suite