Skip to content

Commit

Permalink
upload nw16 libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Jun 28, 2016
1 parent e0a6473 commit 7ce8a2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/aws_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ def aws_upload(upload_path, file_list):
# use '/' for s3
path_prefix = ''
if (f in ['nw.lib', 'nw.exp', 'node.lib', 'node.exp'] ) :
if not builder_name in ['nw15_win64', 'nw15_win32', 'nw14_win64', 'nw14_win32'] :
if not builder_name in ['nw16_win64', 'nw16_win32', 'nw15_win64', 'nw15_win32', 'nw14_win64', 'nw14_win32'] :
continue
if builder_name in ['nw15_win64', 'nw14_win64'] :
if builder_name in ['nw16_win64', 'nw15_win64', 'nw14_win64'] :
path_prefix = 'x64'

if (f.startswith('node-v') or f.startswith('nw-header') or f == 'SHASUMS256.txt') and not builder_name in ['nw15_sdk_mac64', 'nw14_sdk_mac64'] :
if (f.startswith('node-v') or f.startswith('nw-header') or f == 'SHASUMS256.txt') and not builder_name in ['nw16_sdk_mac64', 'nw15_sdk_mac64', 'nw14_sdk_mac64'] :
continue

if f.startswith('chromedriver') and 'sdk' not in builder_name :
Expand Down

0 comments on commit 7ce8a2f

Please sign in to comment.