Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 15m57s Details

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-09-03 11:45:54 +02:00
parent 8afae7a7f8
commit 00128a11c2
1 changed files with 3 additions and 3 deletions

View File

@ -40,13 +40,13 @@ jobs:
-PossrhUsername=${{ secrets.OSSRHUSERNAME }} \
-PossrhPassword=${{ secrets.OSSRHPASSWORD }} \
-PCAVIS_CHIP=cpu,cuda -Pskip-native=false \
>buildlog.log 2>&1
>buildlog.txt 2>&1
- name: Upload log
uses: actions/upload-artifact@v3
if: success() || failure() # run this step even if previous step failed
with:
name: my-artifact
path: buildlog.log
name: Build-Log
path: buildlog.txt
- run: echo "This job's status is ${{ job.status }}."