Skip to content

Commit

Permalink
ci(jenkins): use sdk w/ xcframework support to build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Sep 22, 2020
1 parent b57caeb commit 32fdf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library 'pipeline-library'
def isMaster = env.BRANCH_NAME.equals('master')

buildModule {
sdkVersion = '9.2.0.v20200914072649'
sdkVersion = '9.3.0.v20200921132222' // use an sdk w/ xcframework support
iosLabels = 'osx && xcode-12 && appium' // need carthage which we install on appium nodes...
npmPublish = isMaster // By default it'll do github release on master anyways too
npmPublishArgs = '--access public --dry-run'
Expand Down

0 comments on commit 32fdf2d

Please sign in to comment.