summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2023-10-05 10:13:52 +0000
committerArd Biesheuvel <ardb@kernel.org>2023-10-05 10:13:52 +0000
commit8d908a09e5cfac4aa73111b078db73cd3fdfa012 (patch)
treec7e683a28404298051f9059bfa379d95f910c654
parentb594fb68742ea877fc3bce283d03b7c4407cfe76 (diff)
downloadefilite-8d908a09e5cfac4aa73111b078db73cd3fdfa012.tar.gz
Add workflow
-rw-r--r--.github/workflows/rust.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
new file mode 100644
index 0000000..7c5bc4e
--- /dev/null
+++ b/.github/workflows/rust.yml
@@ -0,0 +1,18 @@
+name: Rust
+
+on:
+ push:
+ branches: [ "mach-virt-wip" ]
+
+env:
+ CARGO_TERM_COLOR: always
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v3
+ - name: Build
+ run: cargo build --verbose