Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into features/issue_32_h…
Browse files Browse the repository at this point in the history
…arman_sdk

(#32)
  • Loading branch information
rat-moonshine committed Apr 27, 2021
2 parents 8bd250d + efe10f7 commit 5563e0d
Show file tree
Hide file tree
Showing 12 changed files with 5,051 additions and 4,793 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This workflow will build a Java project with Ant
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-ant

name: Moonshine SDK Installer Windows

on: [push]

jobs:
build:

runs-on: windows-latest
strategy:
matrix:
java: [ 11 ]
steps:
- uses: actions/checkout@v2
- name: Checkout Moonshine-SDK-Installer
uses: actions/checkout@v2
with:
path: './Moonshine-SDK-Installer'
- uses: joshtynjala/setup-apache-flex-action@v1
with:
flex-version: "4.16.1"
- name: Build with Ant
run: ant -noinput -buildfile 'MoonshineSDKInstaller\build\build.xml'
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MoonshineSDKInstaller/bin-debug
MoonshineSDKInstaller/obj/MoonshineSDKInstallerConfig.xml
InstallerSharedCore/bin
.DS_Store
.vscode/
Loading

0 comments on commit 5563e0d

Please sign in to comment.