mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Initialize MSVC 2017 environment before build.
This commit is contained in:
parent
ce19d7b84f
commit
992596c981
@ -4,6 +4,7 @@ jobs:
|
||||
include:
|
||||
|
||||
- os: linux
|
||||
name: Linux
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686 sshpass
|
||||
@ -20,5 +21,6 @@ jobs:
|
||||
- make -f Makefile.travis
|
||||
|
||||
- os: windows
|
||||
name: Windows
|
||||
script:
|
||||
- MSBuild.exe scr/cc65.sln
|
||||
- src/msbuild.cmd scr/cc65.sln
|
||||
|
2
src/msbuild.cmd
Normal file
2
src/msbuild.cmd
Normal file
@ -0,0 +1,2 @@
|
||||
call "%VS140COMNTOOLS%vsvars32.bat"
|
||||
msbuild.exe %*
|
Loading…
Reference in New Issue
Block a user