Awesome
Setup Nativescript Action
This is a GitHub Action to setup the NativeScript development environment on Windows, Linux and macOS.
Supports
Windows | Ubuntu | MacOSX | |
---|---|---|---|
Android | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
iOS | 1) | 1) | :heavy_check_mark: |
1:
iOS
builds are only supported on OSX.
How to use
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'
License
MIT