You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			30 lines
		
	
	
		
			531 B
		
	
	
	
		
			YAML
		
	
			
		
		
	
	
			30 lines
		
	
	
		
			531 B
		
	
	
	
		
			YAML
		
	
platform:
 | 
						|
  - x64
 | 
						|
 | 
						|
cache:
 | 
						|
  - '%LOCALAPPDATA%\electron\Cache'
 | 
						|
  - node_modules -> package.json
 | 
						|
 | 
						|
install:
 | 
						|
  - set PATH=C:\Ruby23-x64\bin;%PATH%
 | 
						|
  - ps: Install-Product node 6 x64
 | 
						|
  - yarn install
 | 
						|
 | 
						|
build_script:
 | 
						|
  - yarn run generate
 | 
						|
  - node_modules\.bin\build --em.environment=%SIGNAL_ENV% --publish=never
 | 
						|
 | 
						|
test_script:
 | 
						|
  - node_modules\.bin\grunt test-release:win
 | 
						|
  - node_modules\.bin\grunt test
 | 
						|
 | 
						|
artifacts:
 | 
						|
  - path: dist/*.*
 | 
						|
 | 
						|
environment:
 | 
						|
  SIGNAL_ENV: production
 | 
						|
 | 
						|
deploy:
 | 
						|
  provider: Environment
 | 
						|
  name: signal-desktop-builds
 |