This is a GitHub Action to setup the NativeScript development environment on Windows, Linux and macOS.
Windows | Ubuntu | MacOSX | |
---|---|---|---|
Android | ✔️ | ✔️ | ✔️ |
iOS | 1) | 1) | ✔️ |
1:
iOS
builds are only supported on OSX.
Put this in your workflow file:
- uses: hrueger/[email protected]
You can specify the NativeScript CLI version like so:
- uses: hrueger/[email protected]
with:
nativescript-version: '7.0.10'
MIT