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