Skip to content

Commit

Permalink
Build with new nasm
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorYudin committed Nov 22, 2018
1 parent 911861d commit 1d4120b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ install:
- cmd: usr\bin\bison.exe --version

# nasm
- cmd: curl https://fossies.org/windows/misc/nasm-2.13.03-win64.zip -o nasm.zip
- cmd: curl https://fossies.org/windows/misc/nasm-2.14-win64.zip -o nasm.zip
- cmd: usr\bin\unzip -q nasm.zip
- cmd: chmod -R u+x nasm-2.13.03/nasm.exe
- cmd: nasm-2.13.03\nasm.exe --version
- cmd: chmod -R u+x nasm-2.14/nasm.exe
- cmd: nasm-2.14\nasm.exe --version

# jom
- cmd: curl --tlsv1.2 -o jom.tar.xz -L https://github.com/VictorYudin/saturn-jom/releases/download/1.0.5/jom-v1.1.2.tar.xz
Expand All @@ -52,7 +52,7 @@ install:
- cmd: tar -xf llvm.tar.xz

# Put them to PATH
- cmd: set PATH=%PATH%;C:\projects\saturn\usr\bin;C:\projects\saturn\nasm-2.13.03;C:\projects\saturn\jom\bin;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0
- cmd: set PATH=%PATH%;C:\projects\saturn\usr\bin;C:\projects\saturn\nasm-2.14;C:\projects\saturn\jom\bin;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0

# MSVC environment
- cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'
Expand Down

0 comments on commit 1d4120b

Please sign in to comment.