Skip to content

* idea: fixed -- manual adding of RoboVM SDK from File/Project structure #311

* idea: fixed -- manual adding of RoboVM SDK from File/Project structure

* idea: fixed -- manual adding of RoboVM SDK from File/Project structure #311

Workflow file for this run

name: Test PRs
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
env:
MAVEN_ARGS: -Dmaven.resolver.transport=wagon
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Install dependencies
run: |
brew install openssl
brew install autoconf
brew install automake
brew install libtool
brew install cmake
- name: build natives
run: ./build.sh