download and extract fasm.exe

This commit is contained in:
Aman Gupta
2015-10-07 16:15:13 -07:00
parent c34cbe690c
commit 5b6d4b03a2

View File

@@ -10,6 +10,8 @@ before_build:
- appveyor DownloadFile http://nim-lang.org/download/dlls.zip
- 7z e dlls.zip -odlls
- del dlls\libcurl.dll
- appveyor DownloadFile http://flatassembler.net/fasmw17139.zip
- 7z e fasmw17139.zip -obin fasm.exe
build_script:
- SET PATH=C:\msys64\mingw64\bin;dlls;bin;%PATH%