mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			508 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			508 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: 2.1.14.{branch}-{build}
 | 
						|
os: MinGW
 | 
						|
 | 
						|
install:
 | 
						|
- set CC=i686-w64-mingw32-gcc
 | 
						|
- set WINDRES=windres
 | 
						|
 | 
						|
before_build:
 | 
						|
- set Path=c:\mingw64\bin;%Path%
 | 
						|
- c:\mingw64\bin\i686-w64-mingw32-gcc --version
 | 
						|
- c:\mingw64\bin\mingw32-make --version
 | 
						|
 | 
						|
build_script:
 | 
						|
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1
 | 
						|
 | 
						|
on_finish:
 | 
						|
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 | 
						|
 |