Skip to content

Commit

Permalink
Merge pull request #43 from rust3ds/feature/support-custom-runner
Browse files Browse the repository at this point in the history
Add support for custom cargo runner
  • Loading branch information
Meziu authored Sep 19, 2023
2 parents cda49e0 + 6b4fd53 commit aa0d754
Show file tree
Hide file tree
Showing 7 changed files with 677 additions and 113 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@ jobs:
- uses: ./.github/actions/setup
with:
toolchain: ${{ matrix.toolchain }}

- name: Install cargo-3ds
uses: actions-rs/cargo@v1
with:
command: install
args: --path .
args: --locked --path .

- name: Create new project
run: cargo 3ds new app --bin

- name: Build project
working-directory: ./app
run: cargo 3ds build --release
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
target
Cargo.lock
.idea
.idea
Loading

0 comments on commit aa0d754

Please sign in to comment.