Skip to content

Commit

Permalink
add windows UWP to jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Dec 12, 2019
1 parent f011640 commit ce96b90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vars/buildPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ def call(Map addonParams = [:])
'osx-x86_64': 'osx64',
'ubuntu-ppa': 'linux',
'windows-i686': 'windows/win32',
'windows-x86_64': 'windows/x64'
'windows-x86_64': 'windows/x64',
'windows-i686-uwp': 'windows/win32-uwp',
'windows-x86_64-uwp': 'windows/x64-uwp'
]
def PLATFORMS_DEPLOY = [
'android-armv7',
Expand Down

0 comments on commit ce96b90

Please sign in to comment.