Skip to content

Commit

Permalink
build in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed May 23, 2018
1 parent f413f36 commit e88482b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ install:
- wget https://dl.xamarin.com/VsMac/VisualStudioForMac-7.4.1.48.dmg
- sudo hdiutil attach VisualStudioForMac-7.4.1.48.dmg
script:
- msbuild
- msbuild /p:Configuration=Release
- mono64 "/Volumes/Visual Studio/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/vstool.exe"
run-md-tests XSVim.Tests/bin/Debug/XSVim.Tests.dll -labels
run-md-tests XSVim.Tests/bin/Release/XSVim.Tests.dll -labels
- mono64 "/Volumes/Visual Studio/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/vstool.exe"
setup pack XSVim/bin/Debug/XSVim.dll
setup pack XSVim/bin/Release/XSVim.dll
deploy:
provider: releases
api_key:
Expand Down
3 changes: 3 additions & 0 deletions XSVim.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E0ACA694-13C8-4B99-9FC9-196E85272651}"
ProjectSection(SolutionItems) = preProject
addin-project.xml = addin-project.xml
.travis.yml = .travis.yml
build.sh = build.sh
test.sh = test.sh
EndProjectSection
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "XSVim.Tests", "XSVim.Tests\XSVim.Tests.fsproj", "{3C522649-67F6-4F65-9CC9-D5847768FE68}"
Expand Down

0 comments on commit e88482b

Please sign in to comment.