mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 17:10:04 +00:00 
			
		
		
		
	Update CI workflow for QMapLibre, upload test logs
This commit is contained in:
		
							parent
							
								
									8e6860731e
								
							
						
					
					
						commit
						4c844459a0
					
				
					 1 changed files with 10 additions and 3 deletions
				
			
		
							
								
								
									
										13
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/ci.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -136,8 +136,8 @@ jobs: | ||||||
|         objcopy --strip-debug --strip-unneeded supercell-wx |         objcopy --strip-debug --strip-unneeded supercell-wx | ||||||
|         cd .. |         cd .. | ||||||
|         cd lib/ |         cd lib/ | ||||||
|         objcopy --only-keep-debug libQMapLibreGL.so libQMapLibreGL.so.debug |         objcopy --only-keep-debug libQMapLibre.so libQMapLibre.so.debug | ||||||
|         objcopy --strip-debug --strip-unneeded libQMapLibreGL.so |         objcopy --strip-debug --strip-unneeded libQMapLibre.so | ||||||
| 
 | 
 | ||||||
|     - name: Install Supercell Wx |     - name: Install Supercell Wx | ||||||
|       shell: pwsh |       shell: pwsh | ||||||
|  | @ -229,4 +229,11 @@ jobs: | ||||||
|       env: |       env: | ||||||
|         MAPBOX_API_KEY:   ${{ secrets.MAPBOX_API_KEY }} |         MAPBOX_API_KEY:   ${{ secrets.MAPBOX_API_KEY }} | ||||||
|         MAPTILER_API_KEY: ${{ secrets.MAPTILER_API_KEY }} |         MAPTILER_API_KEY: ${{ secrets.MAPTILER_API_KEY }} | ||||||
|       run: ctest -C ${{ matrix.build_type }} --exclude-regex mbgl-test-runner |       run: ctest -C ${{ matrix.build_type }} --exclude-regex test_mln.* | ||||||
|  | 
 | ||||||
|  |     - name: Upload Test Logs | ||||||
|  |       if: ${{ !cancelled() }} | ||||||
|  |       uses: actions/upload-artifact@v4 | ||||||
|  |       with: | ||||||
|  |         name: supercell-wx-test-logs-${{ matrix.name }} | ||||||
|  |         path: ${{ github.workspace }}/build/Testing/ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat