Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
8e2f95c8fa
commit
1575a27192
|
@ -64,6 +64,12 @@ jobs:
|
|||
-Pmavenpass=${{ secrets.MAVENPASS }} \
|
||||
-PossrhUsername=${{ secrets.OSSRHUSERNAME }} \
|
||||
-PossrhPassword=${{ secrets.OSSRHPASSWORD }} \
|
||||
-PCAVIS_CHIP=cpu -Pskip-native=false
|
||||
-PCAVIS_CHIP=cpu,cuda -Pskip-native=false \
|
||||
2>&1 > buildlog/buildlog.log
|
||||
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: my-artifact
|
||||
path: buildlog/buildlog.log
|
||||
|
||||
- run: echo "This job's status is ${{ job.status }}."
|
Loading…
Reference in New Issue