An experimental microkernel OS
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
kind: pipeline |
|
name: OS tests |
|
steps: |
|
- commands: |
|
- | |
|
nix-shell --run 'cargo xtest' |
|
image: "monacoremo/nix:2020-04-05-05f09348-circleci" |
|
name: test suite
|
|
|