Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 15m57s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 15m57s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
8afae7a7f8
commit
00128a11c2
|
@ -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 }}."
|
Loading…
Reference in New Issue