mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +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
|
||||
run: ./gradlew build
|
||||
env:
|
||||
GRADLE_OPTS: -Dorg.gradle.daemon=false
|
||||
|
||||
- name: Run installDist and installShadowDist tasks
|
||||
run: ./gradlew installDist installShadowDist
|
||||
- name: Create shadowJar
|
||||
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