We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03605e3 commit 2f1467eCopy full SHA for 2f1467e
.github/workflows/pull_request.yml
@@ -44,6 +44,12 @@ jobs:
44
cd MyPackage
45
swift package init --type library
46
enable_wasm_sdk_build: true
47
+ # Android
48
+ android_sdk_pre_build_command: |
49
+ mkdir MyPackage
50
+ cd MyPackage
51
+ swift package init --type library
52
+ enable_android_sdk_build: true
53
# Windows
54
windows_build_command: |
55
mkdir MyPackage
@@ -58,6 +64,12 @@ jobs:
58
64
with:
59
65
# Skip Linux which doesn't currently support docker-less workflow
60
66
enable_linux_checks: false
67
68
69
70
71
72
61
73
62
74
63
75
0 commit comments