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 794131e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vars/buildPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@ 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',
'android-aarch64',
'osx-x86_64',
'ubuntu-ppa',
'windows-i686',
'windows-x86_64'
'windows-x86_64',
'windows-i686-uwp',
'windows-x86_64-uwp'
]
def UBUNTU_DISTS = [
'eoan',
Expand Down

0 comments on commit 794131e

Please sign in to comment.