Add ZeroTierDatagramSocket and ZeroTierServerSocket to Java wrapper
This commit is contained in:
20
.github/workflows/jar.yaml
vendored
Normal file
20
.github/workflows/jar.yaml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Build Java JAR
|
||||
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init
|
||||
|
||||
- name: Install JDK
|
||||
run: sudo apt install default-jdk
|
||||
|
||||
- name: Build
|
||||
run: ./build.sh host-jar "release"
|
||||
|
||||
Reference in New Issue
Block a user