Skip to content

Commit

Permalink
Update ci.yml with linux build and apk build
Browse files Browse the repository at this point in the history
  • Loading branch information
ALEZ-DEV authored Dec 7, 2023
1 parent 07d1a00 commit 0af996a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,25 @@ jobs:
cargo install rinf
flutter upgrade
refreshenv
protoc --version
- name: Build-Windows
run: |
flutter pub get
rinf message
flutter build windows --release
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: flutter-actions/setup-flutter@v2
- name: Setup-environment
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
cargo install rinf
flutter upgrade
- name: Build-Linux
run: |
flutter pub get
rinf message
flutter build linux --release
flutter build apk --release

0 comments on commit 0af996a

Please sign in to comment.