From 369c8231d84a252279727d6acff7513625098bd9 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 15 Apr 2020 09:04:39 +0100 Subject: [PATCH 1/2] Create rust.yml github actions --- .github/workflows/rust.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/rust.yml diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml new file mode 100644 index 0000000..566f39b --- /dev/null +++ b/.github/workflows/rust.yml @@ -0,0 +1,21 @@ +name: Rust + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Build + run: cargo build --verbose + - name: Run tests + run: cargo test --verbose + - name: rust-rustfmt-check + uses: mbrobbel/rustfmt-check@0.1.0 From ea80e418156f76b0e65073a0faf819c7f82ec019 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 15 Apr 2020 09:08:34 +0100 Subject: [PATCH 2/2] Update README.md bitsy 7.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3604df..45c9eb5 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ some more practical uses would be things like: ## todo +* test for bitsy 7.0 and implement new features * implement fonts!! * implement Result return types on ::from functions so we can handle errors * output sprites/avatar in such a way that ordering is preserved