Skip to content

Merge pull request #27 from martinRenou/fix_typo #11

Merge pull request #27 from martinRenou/fix_typo

Merge pull request #27 from martinRenou/fix_typo #11

Workflow file for this run

name: Java build (windows)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Set Var
shell: bash -l {0}
run: |
echo "TMP=$USERPROFILE\\AppData\\Local\\Temp" >> $GITHUB_ENV
echo "TEMP=$USERPROFILE\\AppData\\Local\\Temp" >> $GITHUB_ENV
- name: Build BeakerX Kernel Base
shell: bash -l {0}
run:
./gradlew install