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
75224321bb
commit
e980c23177
8
.github/workflows/all-ci.yml
vendored
8
.github/workflows/all-ci.yml
vendored
@ -24,13 +24,15 @@ jobs:
|
|||||||
- name: Build and test with Gradle
|
- name: Build and test with Gradle
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
env:
|
env:
|
||||||
GRADLE_OPTS: -Dorg.gradle.daemon=false
|
GRADLE_OPTS: -Dorg.gradle.daemon=false
|
||||||
|
|
||||||
- name: Create shadowJar
|
- name: Create shadowJar
|
||||||
run: ./gradlew shadowJar
|
run: ./gradlew shadowJar
|
||||||
|
env:
|
||||||
|
GRADLE_OPTS: -Dorg.gradle.daemon=false
|
||||||
|
|
||||||
- name: Create shadowJar artifact
|
- name: Create compiler shadowJar artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: shadowJar
|
name: shadowJar
|
||||||
path: build/libs/*-all.jar
|
path: compiler/build/libs/*-all.jar
|
||||||
|
Loading…
Reference in New Issue
Block a user