Skip to content

Commit a92b53f

Browse files
Build windows release
1 parent 18100ed commit a92b53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ matrix:
3434
- export PATH=$MSBUILD_PATH:$PATH
3535
- cmake -B"visual-studio-project" -G"Visual Studio 15 2017 Win64" .
3636
- ls -l
37-
- MSBuild.exe "altv-clr-host.sln" //p:Platform="x64"
37+
- MSBuild.exe "altv-clr-host.sln" //p:Configuration="Release" //p:Platform="x64"
3838
- ls -l
3939
- cd x64
4040
- ls -l

0 commit comments

Comments
 (0)