Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
97a6a496
Unverified
Commit
97a6a496
authored
Jan 27, 2021
by
Sander Jochems
Committed by
GitHub
Jan 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement GitHub Actions (#2059)
parent
bb473d91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
0 deletions
+40
-0
.github/workflows/ant.yml
.github/workflows/ant.yml
+40
-0
No files found.
.github/workflows/ant.yml
0 → 100644
View file @
97a6a496
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'
uses
:
textbook/git-checkout-submodule-action@master
-
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/upload-artifact@v1.0.0
with
:
name
:
Test Reports
path
:
appinventor/reports
-
name
:
'
Build
Companion'
run
:
ant PlayApp
working-directory
:
appinventor
-
name
:
'
Upload
Companion
to
Artifacts'
uses
:
actions/upload-artifact@v1.0.0
with
:
name
:
MIT AI2 Companion
path
:
appinventor/build/buildserver/MIT AI2 Companion.apk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment