Skip to content

Issue #91 - Allow a custom separator for the CSV exporter #70

Issue #91 - Allow a custom separator for the CSV exporter

Issue #91 - Allow a custom separator for the CSV exporter #70

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Java CI with Gradle
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
java-package: jdk+fx
- name: Build with Gradle
run: .\gradlew build
continue-on-error: true
- uses: actions/upload-artifact@v2
name: Upload EXE
with:
name: EXE
path: interop-lab\demo-apps\build\jfx\native\*.exe