Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 48s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 48s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
d44ddcacba
commit
67d14b7ea8
|
@ -24,6 +24,11 @@ jobs:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
|
|
||||||
- name: Execute Gradle build
|
- name: Execute Gradle build
|
||||||
run: sh ./gradlew build -PCAVIS_CHIP=cpu -Pskip-native=false
|
run: sh ./gradlew build \
|
||||||
|
-Pmavenuser=${{ secrets.MAVENUSER }} \
|
||||||
|
-Pmavenpass=${{ secrets.MAVENPASS }} \
|
||||||
|
-PossrhUsername=${{ secrets.OSSRHUSERNAME }} \
|
||||||
|
-PossrhPassword=${{ secrets.OSSRHPASSWORD }} \
|
||||||
|
-PCAVIS_CHIP=cpu -Pskip-native=false
|
||||||
|
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
Loading…
Reference in New Issue