Skip to content

Commit

Permalink
tried cleaning up ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BartMassey committed Jun 26, 2024
1 parent f7199bf commit e640858
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ jobs:
with:
profile: minimal
toolchain: stable
target: thumbv6m-none-eabi
- run: rustup target add thumbv7em-none-eabihf
- name: Build chapter micro:bit v1
working-directory: mdbook/src/${{ matrix.chapter }}
run: cargo build --features v1 --target thumbv6m-none-eabi --target-dir ../target
target: thumbv7em-none-eabihf
- name: Build chapter micro:bit v2
working-directory: mdbook/src/${{ matrix.chapter }}
run: cargo build --features v2 --target thumbv7em-none-eabihf --target-dir ../target
Expand All @@ -43,11 +39,7 @@ jobs:
with:
profile: minimal
toolchain: stable
target: thumbv6m-none-eabi
- run: rustup target add thumbv7em-none-eabihf
- name: Build docs for micro:bit v1
run: cargo doc --features v1 --target thumbv6m-none-eabi --target-dir ../target
working-directory: mdbook
target: thumbv7em-none-eabihf
- name: Build docs for micro:bit v2
run: cargo doc --features v2 --target thumbv7em-none-eabihf --target-dir ../target
working-directory: mdbook
Expand All @@ -62,7 +54,6 @@ jobs:
profile: minimal
toolchain: stable
target: thumbv7em-none-eabihf
- run: rustup target add thumbv6m-none-eabi

- name: Install Python dependencies
run: |
Expand Down

0 comments on commit e640858

Please sign in to comment.