File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
GitHub action to build and run Swift package tests on an Android emulator.
4
4
This uses the [ swift-android-toolchain] ( https://github.com/skiptools/swift-android-toolchain )
5
- project to provide a cross-compile to build
5
+ project to provide a cross-compiler for building
6
6
Swift natively for Android on a macOS host.
7
7
8
+ After building the package, it will run the SwiftPM
9
+ test targets on an Android emulator (which it provided by the
10
+ [ Android Emulator Runner action] ( https://github.com/marketplace/actions/android-emulator-runner ) ).
11
+ To build the package for Android without running the tests
12
+ (which is considerably faster), set the ` run-tests ` option to ` false ` .
13
+
8
14
9
15
You can add this action to your Swift CI workflow from the
10
16
[ GitHub Marketplace] ( https://github.com/marketplace/actions/swift-android-action ) ,
You can’t perform that action at this time.
0 commit comments