Reorganising build.gradle for CUDA 12
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m57s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m57s
				
			Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
		
							parent
							
								
									87485c2d37
								
							
						
					
					
						commit
						1090aed6a2
					
				@ -23,9 +23,18 @@ jobs:
 | 
				
			|||||||
          distribution: 'temurin' # See 'Supported distributions' for available options
 | 
					          distribution: 'temurin' # See 'Supported distributions' for available options
 | 
				
			||||||
          java-version: '11'
 | 
					          java-version: '11'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Install CMake and Ninja
 | 
				
			||||||
 | 
					        uses: lukka/get-cmake@latest
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          useLocalCache: true
 | 
				
			||||||
 | 
					          useCloudCache: false
 | 
				
			||||||
 | 
					          cmakeVersion: "~3.27.0"
 | 
				
			||||||
 | 
					          ninjaVersion: latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Execute Gradle build
 | 
					      - name: Execute Gradle build
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          sh ./gradlew build \
 | 
					          sh ./gradlew build \
 | 
				
			||||||
 | 
					          --stacktrace \
 | 
				
			||||||
          -Pmavenuser=${{ secrets.MAVENUSER }} \
 | 
					          -Pmavenuser=${{ secrets.MAVENUSER }} \
 | 
				
			||||||
          -Pmavenpass=${{ secrets.MAVENPASS }} \
 | 
					          -Pmavenpass=${{ secrets.MAVENPASS }} \
 | 
				
			||||||
          -PossrhUsername=${{ secrets.OSSRHUSERNAME }} \
 | 
					          -PossrhUsername=${{ secrets.OSSRHUSERNAME }} \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user