@invarn/cibuild 1.2.7 → 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 +7 -0
- package/dist/cli.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -145,6 +145,13 @@ 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
|
+
## Examples
|
|
149
|
+
|
|
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) |
|
|
154
|
+
|
|
148
155
|
## Requirements
|
|
149
156
|
|
|
150
157
|
- macOS or Linux (Node.js 18+ for npm install)
|