20 lines
		
	
	
		
			275 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			275 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: "{build}"
 | |
| 
 | |
| services:
 | |
|   - mysql
 | |
| 
 | |
| install:
 | |
|   - npm -g install bower
 | |
|   - cinst haxe -y
 | |
|   - cinst nssm -y
 | |
|   - RefreshEnv
 | |
|   - haxelib setup haxelib_repo
 | |
|   - haxelib install all --always
 | |
|   - haxelib install tora
 | |
|   - haxelib list
 | |
| 
 | |
| build: off
 | |
| 
 | |
| test_script:
 | |
|   - haxe ci.hxml
 |