Skip to content

Commit

Permalink
Add actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriethefish committed Apr 4, 2024
1 parent 8647b0c commit f1199e5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ jobs:
- name: Output cargo config
run: cat /home/runner/.cargo/config.toml
- name: Build agent
run: cargo build --manifest-path=mbf-agent/Cargo.toml --target aarch64-linux-android --release
run: cargo build --manifest-path=mbf-agent/Cargo.toml --target aarch64-linux-android --release
- name: Copy agent
run: ./mbf-agent/target/aarch64-linux-android/release/mbf-agent ./mbf-site/public/mbf-agent
- name: yarn install
run: yarn --cwd ./mbf-site install
- name: yarn build
run: yarn --cwd ./mbf-site build

0 comments on commit f1199e5

Please sign in to comment.