Reorganising build.gradle for CUDA 12

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-09-02 13:45:48 +02:00
parent 8e2f95c8fa
commit 1575a27192
1 changed files with 7 additions and 1 deletions
.gitea/workflows

View File

@ -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 }}."