-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: create platform-specific boilerplate in build workflow
- Loading branch information
1 parent
8da7fb2
commit 42775c2
Showing
47 changed files
with
9 additions
and
1,686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,9 @@ jobs: | |
echo Copied file! | ||
rm -rf target/ platform-build/ # free up some space on the runner | ||
- name: Create Windows boilerplate | ||
run: flutter create . --platforms=windows | ||
working-directory: packages/flutter_mimir/example | ||
- name: Run Flutter integration tests | ||
working-directory: packages/flutter_mimir/example | ||
run: flutter test -d windows integration_test | ||
|
@@ -120,6 +123,9 @@ jobs: | |
echo Copied file! | ||
rm -rf target/ platform-build/ # free up some space on the runner | ||
- name: Create Linux boilerplate | ||
run: flutter create . --platforms=linux | ||
working-directory: packages/flutter_mimir/example | ||
- name: Run Flutter integration tests | ||
working-directory: packages/flutter_mimir/example | ||
run: flutter test -d linux integration_test | ||
|
@@ -180,6 +186,9 @@ jobs: | |
echo Copied file! | ||
rm -rf target/ platform-build/ # free up some space on the runner | ||
- name: Create Android boilerplate | ||
run: flutter create . --platforms=android | ||
working-directory: packages/flutter_mimir/example | ||
- name: Run Flutter integration tests | ||
uses: Wandalen/[email protected] # sometimes android tests are flaky | ||
with: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
packages/flutter_mimir/example/android/app/src/debug/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
packages/flutter_mimir/example/android/app/src/main/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...ter_mimir/example/android/app/src/main/kotlin/com/example/flutter_example/MainActivity.kt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
packages/flutter_mimir/example/android/app/src/main/res/drawable-v21/launch_background.xml
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
packages/flutter_mimir/example/android/app/src/main/res/drawable/launch_background.xml
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-544 Bytes
...ages/flutter_mimir/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-442 Bytes
...ages/flutter_mimir/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-721 Bytes
...ges/flutter_mimir/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-1.01 KB
...es/flutter_mimir/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-1.41 KB
...s/flutter_mimir/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
18 changes: 0 additions & 18 deletions
18
packages/flutter_mimir/example/android/app/src/main/res/values-night/styles.xml
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
packages/flutter_mimir/example/android/app/src/main/res/values/styles.xml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
packages/flutter_mimir/example/android/app/src/profile/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
packages/flutter_mimir/example/android/gradle/wrapper/gradle-wrapper.properties
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.