mirror of
https://github.com/irmen/prog8.git
synced 2024-11-29 17:50:35 +00:00
github action
This commit is contained in:
parent
801af05b20
commit
75224321bb
12
.github/workflows/all-ci.yml
vendored
12
.github/workflows/all-ci.yml
vendored
@ -23,6 +23,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and test with Gradle
|
- name: Build and test with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
env:
|
||||||
|
GRADLE_OPTS: -Dorg.gradle.daemon=false
|
||||||
|
|
||||||
- name: Run installDist and installShadowDist tasks
|
- name: Create shadowJar
|
||||||
run: ./gradlew installDist installShadowDist
|
run: ./gradlew shadowJar
|
||||||
|
|
||||||
|
- name: Create shadowJar artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: shadowJar
|
||||||
|
path: build/libs/*-all.jar
|
||||||
|
Loading…
Reference in New Issue
Block a user