Skip to content

Commit d086c38

Browse files
Update .travis.yml
1 parent 85c44e3 commit d086c38

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ matrix:
2727
- cd src
2828
- ls -l
2929
- os: windows
30+
env:
31+
- MSBUILD_PATH="c:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin"
3032
before_script: cd runtime
3133
script:
34+
- export PATH=$MSBUILD_PATH:$PATH
3235
- cmake -B"visual-studio-project" -G"Visual Studio 15 2017 Win64" .
3336
- ls -l
34-
- msbuild altv-clr-host.sln /p:Platform=x64
37+
- MSBuild.exe altv-clr-host.sln /p:Platform=x64
3538
- ls -l
3639
deploy:
3740
skip_cleanup: true

0 commit comments

Comments
 (0)