We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c44e3 commit d086c38Copy full SHA for d086c38
.travis.yml
@@ -27,11 +27,14 @@ matrix:
27
- cd src
28
- ls -l
29
- os: windows
30
+ env:
31
+ - MSBUILD_PATH="c:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin"
32
before_script: cd runtime
33
script:
34
+ - export PATH=$MSBUILD_PATH:$PATH
35
- cmake -B"visual-studio-project" -G"Visual Studio 15 2017 Win64" .
36
- - msbuild altv-clr-host.sln /p:Platform=x64
37
+ - MSBuild.exe altv-clr-host.sln /p:Platform=x64
38
39
deploy:
40
skip_cleanup: true
0 commit comments