@invarn/cibuild 1.2.8 → 1.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/dist/cli.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -145,11 +145,12 @@ jobs:
|
|
|
145
145
|
|
|
146
146
|
The action automatically maps GitHub context to cibuild environment variables (`GIT_BRANCH`, `GIT_COMMIT`, `BUILD_NUMBER`, `BUILD_URL`).
|
|
147
147
|
|
|
148
|
-
##
|
|
148
|
+
## Examples
|
|
149
149
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
[](https://github.com/invarnhq/CITestiOS/actions/workflows/ci.yml)
|
|
150
|
+
| Project | Platform | Status |
|
|
151
|
+
|---|---|---|
|
|
152
|
+
| [CITestiOS](https://github.com/invarnhq/CITestiOS) | iOS | [](https://github.com/invarnhq/CITestiOS/actions/workflows/ci.yml) |
|
|
153
|
+
| [CITestAndroid](https://github.com/invarnhq/CITestAndroid) | Android | [](https://github.com/invarnhq/CITestAndroid/actions/workflows/ci.yml) |
|
|
153
154
|
|
|
154
155
|
## Requirements
|
|
155
156
|
|