Skip to content

Commit

Permalink
Add release build
Browse files Browse the repository at this point in the history
  • Loading branch information
golemparts committed Jan 30, 2023
1 parent 419a024 commit b39d066
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
run: rustup target add ${{ matrix.target }}
- name: Install dependencies
run: sudo apt-get -qq install ${{ matrix.dependencies }}
- name: Build
run: cargo build --verbose --target ${{ matrix.target }} --config target.${{ matrix.target }}.linker=\"${{ matrix.linker }}\"
- name: Build (debug)
run: cargo build --all-features --target ${{ matrix.target }} --config target.${{ matrix.target }}.linker=\"${{ matrix.linker }}\"
- name: Build (release)
run: cargo build --all-features --target ${{ matrix.target }} --config target.${{ matrix.target }}.linker=\"${{ matrix.linker }}\" --release

0 comments on commit b39d066

Please sign in to comment.