Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m57s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m57s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
87485c2d37
commit
1090aed6a2
|
@ -23,9 +23,18 @@ jobs:
|
|||
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||
java-version: '11'
|
||||
|
||||
- name: Install CMake and Ninja
|
||||
uses: lukka/get-cmake@latest
|
||||
with:
|
||||
useLocalCache: true
|
||||
useCloudCache: false
|
||||
cmakeVersion: "~3.27.0"
|
||||
ninjaVersion: latest
|
||||
|
||||
- name: Execute Gradle build
|
||||
run: |
|
||||
sh ./gradlew build \
|
||||
--stacktrace \
|
||||
-Pmavenuser=${{ secrets.MAVENUSER }} \
|
||||
-Pmavenpass=${{ secrets.MAVENPASS }} \
|
||||
-PossrhUsername=${{ secrets.OSSRHUSERNAME }} \
|
||||
|
|
Loading…
Reference in New Issue