Skip to content

Added a constructor so you could create a platform specific device. A… #73

Added a constructor so you could create a platform specific device. A…

Added a constructor so you could create a platform specific device. A… #73

Workflow file for this run

name: Pull-Requests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 17
- name: Run gradle build
run: ./Library/gradlew -p ./Library build
#- name: Run Tests
# run: ./gradlew library:test