support sdk-tag-X.Y.Z-64bit (we supported it without -tag-, but that did work before) (#267)
This commit is contained in:
4
test.py
4
test.py
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user