support sdk-tag-X.Y.Z-64bit (we supported it without -tag-, but that did work before) (#267)

This commit is contained in:
Alon Zakai
2019-06-05 14:31:44 -07:00
committed by GitHub
parent 5da4a1ae99
commit fef3dacae0
2 changed files with 5 additions and 1 deletions

View File

@@ -51,5 +51,9 @@ print('test specific release (new, full name)')
check_call('./emsdk install sdk-1.38.33-upstream-64bit')
check_call('./emsdk activate sdk-1.38.33-upstream-64bit')
print('test specific release (new, full name)')
check_call('./emsdk install sdk-tag-1.38.33-64bit')
check_call('./emsdk activate sdk-tag-1.38.33-64bit')
print('test binaryen source build')
check_call('./emsdk install --build=Release binaryen-master-64bit')