Skip to content

chore: update blockly compressed based on develop #6

chore: update blockly compressed based on develop

chore: update blockly compressed based on develop #6

Workflow file for this run

name: 'Java CI'
on: push
jobs:
build:
name: 'Build'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Set up JDK 1.8'
uses: actions/setup-java@v1
with:
java-version: 8
- name: 'Checkout submodules'
run: git submodule update --init --recursive
- name: 'Install 32-bit dependencies'
run: sudo apt-get install -y libc6-i386 lib32z1 lib32stdc++6
- name: 'Make Auth Key'
run: ant MakeAuthKey
working-directory: appinventor
- name: 'Build Appinventor'
run: ant noplay
working-directory: appinventor
- name: 'Run Tests'
run: ant tests
working-directory: appinventor
- name: 'Upload Test Reports to Artifacts'
uses: actions/[email protected]
with:
name: Test Reports
path: appinventor/reports
- name: 'Build Companion'
run: ant PlayApp
working-directory: appinventor
- name: 'Upload Companion to Artifacts'
uses: actions/[email protected]
with:
name: MIT AI2 Companion
path: appinventor/build/buildserver/MIT AI2 Companion.apk