mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 19:31:36 +00:00
tweak action
This commit is contained in:
parent
58d88f3dd4
commit
44fa309d20
7
.github/workflows/all-ci.yml
vendored
7
.github/workflows/all-ci.yml
vendored
@ -15,17 +15,14 @@ jobs:
|
|||||||
- name: Install 64tass
|
- name: Install 64tass
|
||||||
run: sudo apt-get update -y && sudo apt-get install -y 64tass
|
run: sudo apt-get update -y && sudo apt-get install -y 64tass
|
||||||
|
|
||||||
- name: Set up JDK
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
|
|
||||||
- name: Build and test with Gradle
|
- name: Build and test with Gradle
|
||||||
run: ./gradlew build --no-daemon
|
run: ./gradlew build shadowJar --no-daemon
|
||||||
|
|
||||||
- name: Create shadowJar
|
|
||||||
run: ./gradlew shadowJar --no-daemon
|
|
||||||
|
|
||||||
- name: Create compiler shadowJar artifact
|
- name: Create compiler shadowJar artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user