mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Enable tests on windows.
This commit is contained in:
@@ -290,7 +290,7 @@ module.exports = (grunt) ->
|
||||
ciTasks.push('mkdeb') if process.platform is 'linux'
|
||||
ciTasks.push('codesign:exe') if process.platform is 'win32' and not process.env.CI
|
||||
ciTasks.push('create-windows-installer:installer') if process.platform is 'win32'
|
||||
ciTasks.push('test') if process.platform is 'darwin'
|
||||
ciTasks.push('test') if process.platform is 'darwin' or process.platform is 'win32'
|
||||
ciTasks.push('codesign:installer') if process.platform is 'win32' and not process.env.CI
|
||||
ciTasks.push('codesign:app') if process.platform is 'darwin' and not process.env.CI
|
||||
ciTasks.push('publish-build') unless process.env.CI
|
||||
|
||||
Reference in New Issue
Block a user