mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Revert "Disable specs (again) to allow caching"
This reverts commit b3d3b52d3d.
This commit is contained in:
@@ -282,21 +282,21 @@ module.exports = (grunt) ->
|
||||
ciTasks.push('output-disk-space') unless process.env.CI
|
||||
ciTasks.push('download-electron')
|
||||
ciTasks.push('download-electron-chromedriver')
|
||||
# ciTasks.push('build')
|
||||
ciTasks.push('build')
|
||||
ciTasks.push('fingerprint')
|
||||
# ciTasks.push('dump-symbols') if process.platform is 'darwin'
|
||||
# ciTasks.push('set-version', 'check-licenses', 'lint', 'generate-asar')
|
||||
# ciTasks.push('mkdeb') if process.platform is 'linux'
|
||||
# ciTasks.push('mktar') if process.platform is 'linux'
|
||||
# ciTasks.push('test') if process.platform is 'darwin'
|
||||
# ciTasks.push('codesign:app') if process.platform is 'darwin' and not process.env.CI
|
||||
# if process.platform is 'win32'
|
||||
# ciTasks.push('codesign:exe') if process.env.JANKY_SIGNTOOL
|
||||
# ciTasks.push('codesign:installer-deferred') if not process.env.JANKY_SIGNTOOL
|
||||
# ciTasks.push('create-windows-installer:installer')
|
||||
# ciTasks.push('codesign:installer') if process.env.JANKY_SIGNTOOL
|
||||
# ciTasks.push('codesign:cleanup')
|
||||
# ciTasks.push('publish-build') unless process.env.CI
|
||||
ciTasks.push('dump-symbols') if process.platform is 'darwin'
|
||||
ciTasks.push('set-version', 'check-licenses', 'lint', 'generate-asar')
|
||||
ciTasks.push('mkdeb') if process.platform is 'linux'
|
||||
ciTasks.push('mktar') if process.platform is 'linux'
|
||||
ciTasks.push('test') if process.platform is 'darwin'
|
||||
ciTasks.push('codesign:app') if process.platform is 'darwin' and not process.env.CI
|
||||
if process.platform is 'win32'
|
||||
ciTasks.push('codesign:exe') if process.env.JANKY_SIGNTOOL
|
||||
ciTasks.push('codesign:installer-deferred') if not process.env.JANKY_SIGNTOOL
|
||||
ciTasks.push('create-windows-installer:installer')
|
||||
ciTasks.push('codesign:installer') if process.env.JANKY_SIGNTOOL
|
||||
ciTasks.push('codesign:cleanup')
|
||||
ciTasks.push('publish-build') unless process.env.CI
|
||||
|
||||
grunt.registerTask('ci', ciTasks)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user