mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	appveyor: move set to before_build, and drop gcc and make version
This commit is contained in:
		
							parent
							
								
									113a3cd6fc
								
							
						
					
					
						commit
						85de668d1a
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -5,8 +5,12 @@ install:
 | 
			
		|||
- set CC=i686-w64-mingw32-gcc
 | 
			
		||||
- set WINDRES=windres
 | 
			
		||||
 | 
			
		||||
before_build:
 | 
			
		||||
- set Path=c:\mingw64\bin;%Path%
 | 
			
		||||
- i686-w64-mingw32-gcc --version
 | 
			
		||||
- mingw32-make --version
 | 
			
		||||
 | 
			
		||||
build_script:
 | 
			
		||||
- set Path=C:\mingw64\bin;%Path%
 | 
			
		||||
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1
 | 
			
		||||
 | 
			
		||||
on_finish:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue