Skip to content

Commit

Permalink
Build action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossedfall committed Jul 8, 2021
1 parent 6c854d9 commit f7fffd0
Showing 1 changed file with 7 additions and 29 deletions.
36 changes: 7 additions & 29 deletions .github/workflows/auxmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,16 @@ jobs:
with:
toolchain: stable
target: i686-pc-windows-msvc
- name: Build Linda
- name: Build auxmos
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --target i686-pc-windows-msvc --release
- name: Upload artifact (Linda)
args: --target i686-pc-windows-msvc --release --features "all_reaction_hooks"
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
name: linda_auxmos.dll
path: target/i686-pc-windows-msvc/release/auxmos.dll
- name: Build Putnamos
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --target i686-pc-windows-msvc --release --features putnamos
- name: Upload artifact (Putnamos)
uses: actions/upload-artifact@v1
with:
name: putnamos_auxmos.dll
name: auxmos.dll
path: target/i686-pc-windows-msvc/release/auxmos.dll
build-linux:
runs-on: ubuntu-latest
Expand All @@ -58,25 +47,14 @@ jobs:
toolchain: stable
command: check
args: --target i686-unknown-linux-gnu
- name: Build Linda
- name: Build auxmos
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --target i686-unknown-linux-gnu --release
- name: Upload artifact (Linda)
args: --target i686-unknown-linux-gnu --release --features "all_reaction_hooks"
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
name: libauxmos.so
path: target/i686-unknown-linux-gnu/release/libauxmos.so
- name: Build Putnamos
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: build
args: --target i686-unknown-linux-gnu --release
- name: Upload artifact (Putnamos)
uses: actions/upload-artifact@v1
with:
name: putnamos_libauxmos.so
path: target/i686-unknown-linux-gnu/release/libauxmos.so

0 comments on commit f7fffd0

Please sign in to comment.