chore(ci): add nasm to appveyor build

This commit is contained in:
calebboyd
2018-07-31 16:50:28 -05:00
parent 86c919aac5
commit c1d7e6a406
+3
View File
@@ -7,6 +7,9 @@ environment:
secure: 3wuEGJsppSKFvdwhp3jprUA9Zkc3WINlc/9oFXjhAR6J05lYMXP7Fl7lXTKpkGZx
install:
- ps: Install-Product node 8
- curl -L -o nasm.exe https://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win64/nasm-2.13.03-installer-x64.exe
- start /wait nasm.exe /S
- ps: $env:path="C:\Program Files\nasm;$($env:path)"
- yarn
build: off
test: off