From 060aaabd659a85c395ecf6cae98c73b5b66764d3 Mon Sep 17 00:00:00 2001 From: jideguru Date: Fri, 7 Aug 2020 12:46:43 +0100 Subject: [PATCH] remove github workflow --- .github/workflows/build.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 92135e8..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Client Build -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] -jobs: - build-ios: - name: Build iOS app - runs-on: macos-latest - steps: - - uses: actions/checkout@v1 - - uses: subosito/flutter-action@v1 - with: - flutter-version: '1.17.3' - channel: 'stable' - - run: flutter pub get - - run: flutter build ios --no-codesign - build-android: - name: Build Android app - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions/setup-java@v1 - with: - java-version: '12.x' - - uses: subosito/flutter-action@v1 - with: - flutter-version: '1.17.3' - channel: 'stable' - - run: flutter pub get - - run: flutter build apk \ No newline at end of file