mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
ci(*): mkrpm only works on Fedora build machines, need to configure one
This commit is contained in:
parent
ac2cbbf864
commit
2e3ce9cd90
1 changed files with 2 additions and 1 deletions
|
@ -333,7 +333,8 @@ module.exports = (grunt) ->
|
|||
ciTasks.push('codesign')
|
||||
ciTasks.push('mkdmg') if process.platform is 'darwin'
|
||||
ciTasks.push('mkdeb') if process.platform is 'linux'
|
||||
ciTasks.push('mkrpm') if process.platform is 'linux'
|
||||
# Only works on Fedora build machines
|
||||
# ciTasks.push('mkrpm') if process.platform is 'linux'
|
||||
ciTasks.push('create-windows-installer:installer') if process.platform is 'win32'
|
||||
ciTasks.push('publish-nylas-build')
|
||||
|
||||
|
|
Loading…
Reference in a new issue