repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add link to posts because IFTTT really hates feeds without links.
[SquirrelJME.git]
/
.github
/
workflows
/
build.yaml
blob
78fa629d31c8c696e7c92f6a26cf73264a9e988c
1
name: Build
2
on: [push, pull_request]
3
4
jobs:
5
build:
6
runs-on: ubuntu-latest
7
if: ${{ false }}
8
steps:
9
- uses: actions/checkout@v2
10
- name: Set up JDK 1.8
11
uses: actions/setup-java@v1
12
with:
13
java-version: 1.8
14
- name: Grant execute permission for gradlew
15
run: chmod +x gradlew
16
- name: Build
17
run: ./gradlew build testHosted --continue --parallel