mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Run mkdeb task on Linux CI
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user