diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 63bc302c..f0648131 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -22,56 +22,4 @@ jobs: name: otzaria.msix path: build/windows/x64/runner/release/otzaria.msix - build_linux: - runs-on: ubuntu-latest - steps: - - name: Clone repository - uses: actions/checkout@v4 - - name: Set up Flutter - uses: subosito/flutter-action@v2 - with: - channel: stable - - run: | - sudo apt-get update -y - sudo apt-get install -y ninja-build libgtk-3-dev - - run: flutter build linux - - build_android: - runs-on: windows-latest - steps: - - name: Clone repository - uses: actions/checkout@v4 - - name: Set up Flutter - uses: subosito/flutter-action@v2 - with: - channel: stable - - run: flutter pub get - - run: flutter test - - run: flutter build apk - - run: flutter build appbundle - - build_macos: - runs-on: macos-latest - steps: - - name: Clone repository - uses: actions/checkout@v4 - - name: Set up Flutter - uses: subosito/flutter-action@v2 - with: - channel: stable - - run: flutter build macos - - build_ios: - runs-on: macos-latest - steps: - - name: Clone repository - uses: actions/checkout@v4 - - name: Set up Flutter - uses: subosito/flutter-action@v2 - with: - channel: stable - - run: flutter pub get - - run: flutter test - - run: flutter build ios --release --no-codesign - - +