mirror of
				https://github.com/CPunch/Cosmo.git
				synced 2025-10-30 20:40:19 +00:00 
			
		
		
		
	build a release build for linux as well
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/check_build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/check_build.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -19,9 +19,9 @@ jobs: | |||||||
|         with: |         with: | ||||||
|           submodules: recursive |           submodules: recursive | ||||||
|       - name: CMake |       - name: CMake | ||||||
|         run: cmake -B build |         run: cmake -B build -DCMAKE_BUILD_TYPE=Release | ||||||
|       - name: Build |       - name: Build | ||||||
|         run: cmake --build build |         run: cmake --build build --config Release | ||||||
|       - name: Upload build artifact |       - name: Upload build artifact | ||||||
|         uses: actions/upload-artifact@v2 |         uses: actions/upload-artifact@v2 | ||||||
|         with: |         with: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user