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/setup-nativescript@v1.1.0
You can specify the NativeScript CLI version like so:
- uses: hrueger/setup-nativescript@v1.1.0
with:
nativescript-version: '7.0.10'
MIT