Skip to content

Commit

Permalink
Chore: build all features via github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium authored and Dimach committed Aug 5, 2024
1 parent 85d6241 commit d76e341
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
- name: Rustfmt
run: cargo fmt -- --check

- name: Build (release) (default features)
run: cargo build -Z build-std --target i686-win7-windows-msvc --locked --release
- name: Build (release) (all features)
run: cargo build --target i686-pc-windows-msvc --features all --locked --release

- uses: actions/upload-artifact@v4
with:
name: Windows Build
path: |
target/i686-win7-windows-msvc/release/rust_g.dll
target/i686-win7-windows-msvc/release/rust_g.pdb
target/i686-pc-windows-msvc/release/rust_g.dll
target/i686-pc-windows-msvc/release/rust_g.pdb
target/rust_g.dm
build-linux:
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
env:
BYOND_BIN: /home/runner/BYOND/byond/bin

- name: Build (release) (default features)
run: cargo build --target i686-unknown-linux-gnu --locked --release
- name: Build (release) (all features)
run: cargo build --target i686-unknown-linux-gnu --locked --features all --release

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d76e341

Please sign in to comment.