Run mkdeb task on Linux CI

This commit is contained in:
Kevin Sawicki
2014-09-12 11:04:37 -07:00
parent a1e177c7dc
commit 24206d45a7

View File

@@ -230,6 +230,7 @@ module.exports = (grunt) ->
ciTasks = ['output-disk-space', 'download-atom-shell', 'build']
ciTasks.push('dump-symbols') unless process.platform is 'win32'
ciTasks.push('mkdeb') if process.platform is 'linux'
ciTasks.push('set-version', 'check-licenses', 'lint', 'test', 'codesign', 'publish-build')
grunt.registerTask('ci', ciTasks)