Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Oct 1, 2024
1 parent ba6687f commit f645a9c
Show file tree
Hide file tree
Showing 7 changed files with 2,872 additions and 234 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@ jobs:
if: ${{ contains(matrix.TARGET, 'linux') }}
run: cargo install cross

- name: Install build dependencies - Cargo-Binstall
uses: cargo-bins/cargo-binstall@main

- name: Install build dependencies - trunk
run: cargo binstall trunk

- name: Building frontend (wasm32)
working-directory: src/webpage
run: trunk build --release --locked --verbose

- name: Building for ${{ matrix.os }} ${{ matrix.target }} (${{ matrix.EXTENSION }})
if: ${{ contains(matrix.TARGET, 'linux') }}
run: cross build --release --locked --target ${{matrix.target}} --verbose
Expand Down
Loading

0 comments on commit f645a9c

Please sign in to comment.