From 0ca54d52d9c762745da3591cc2bb621ce8edbdb1 Mon Sep 17 00:00:00 2001 From: ALEZ <38623465+ALEZ-DEV@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:37:14 +0100 Subject: [PATCH] Update ci.yml adding macos build --- .github/workflows/ci.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3d84d5..44a3242 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,24 @@ jobs: yes | flutter doctor --android-licenses cargo install rinf flutter upgrade - protoc --version - name: Build-Linux run: | flutter pub get rinf message flutter build linux --release flutter build apk --release + build-macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + - uses: flutter-actions/setup-flutter@v2 + - name: Setup-environment + run: | + brew install protobuf + cargo install rinf + flutter upgrade + - name: Build-Macos + run: | + flutter pub get + rinf message + flutter build macos --release