mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +00:00
Initialize MSVC 2017 environment before build.
This commit is contained in:
parent
ce19d7b84f
commit
992596c981
@ -4,6 +4,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
|
name: Linux
|
||||||
install:
|
install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install linuxdoc-tools linuxdoc-tools-info binutils-mingw-w64-i686 gcc-mingw-w64-i686 sshpass
|
- 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
|
- make -f Makefile.travis
|
||||||
|
|
||||||
- os: windows
|
- os: windows
|
||||||
|
name: Windows
|
||||||
script:
|
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…
x
Reference in New Issue
Block a user