mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
Replace the many steps in the build with just running the script
This commit is contained in:
parent
231db021a6
commit
b7d52c8ec2
29
.github/workflows/rust.yml
vendored
29
.github/workflows/rust.yml
vendored
|
@ -31,33 +31,8 @@ jobs:
|
|||
run: cargo install --path mgba-test-runner --verbose
|
||||
- name: Install gbafix
|
||||
run: cargo install gbafix
|
||||
- name: Build agb library
|
||||
working-directory: agb
|
||||
run: cargo build --verbose
|
||||
- name: Run Clippy on agb
|
||||
working-directory: agb
|
||||
run: cargo clippy --verbose
|
||||
- name: Run Clippy on agb image converter
|
||||
working-directory: agb-image-converter
|
||||
run: cargo clippy --verbose
|
||||
- name: Run Clippy on agb sound converter
|
||||
working-directory: agb-sound-converter
|
||||
run: cargo clippy --verbose
|
||||
- name: Run Clippy on agb macros
|
||||
working-directory: agb-macros
|
||||
run: cargo clippy --verbose
|
||||
- name: Run Clippy on agb fixnum
|
||||
working-directory: agb-fixnum
|
||||
run: cargo clippy --verbose
|
||||
- name: Run Tests for fixnum
|
||||
working-directory: agb-fixnum
|
||||
run: cargo test --verbose
|
||||
- name: Run Tests for agb in debug mode
|
||||
working-directory: agb
|
||||
run: cargo test --verbose
|
||||
- name: Run Tests for agb in release mode
|
||||
working-directory: agb
|
||||
run: cargo test --verbose --release
|
||||
- name: Build and test all crates
|
||||
run: bash .github/scripts/run-branch-build.sh
|
||||
- name: Build example projects
|
||||
run: bash .github/scripts/build-example-gba-files.sh
|
||||
|
Loading…
Reference in a new issue