Skip to content

Commit

Permalink
Merge pull request #1 from wlindley/unity-rel
Browse files Browse the repository at this point in the history
Unity-compatible Release Builds
  • Loading branch information
wlindley committed Apr 25, 2016
2 parents a312425 + aa68318 commit 9484167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ before_install:
- sudo apt-get install nunit-console

script:
- xbuild /p:Configuration=Debug Bantam.sln
- nunit-console BantamTest/bin/Debug/BantamTest.dll
- xbuild /p:Configuration=Release Bantam.sln
- nunit-console BantamTest/bin/Release/BantamTest.dll

deploy:
provider: releases
api_key:
secure: y6v0TUgoO9hhwfsTnEFxi8k4MAa6RyG3jQaR9f8a3DmLyGaoAIK7bFQqgVRTK/XeNIIJsS7P4FBMmSrm+cxEbB27rKF9te0ep1YRCwEN5DNnV7+7pL/y6g9K7hwaLUE7q4ztmZzg+qaIPgtk/AQOxeK9KeHjFCvZ324C95OMaeao5afioOtOUfFjC1WxRewcRya/NyEyntoPmqZCKfcxCGJGs3MjCy2watHEJZCb2svzDk1KGRRYzkHJkzxkuKYkIkHh8n8DSNd2v+rchwb52Q5hlQJrtbtbgrvoZhI9Maz2g57CBnTQmJ1QgERrvp3L/ARPKOzPo+DEppQzPYzH2IEmLjst4AYZxcQYIzvx3GZfkC3zvsb8zIMH+zqWm74vcIhRZ8iT09oyuQCTE5IE5uDveusNNlQGlgre9jRzZqqen9inAkRPWowmAdNC183Lkor6Yiw1yZcYGfIDp0Sza9F9KuU2nGMGV0a8DHLbDVsaE+aPYwbIqc7KzzcuFuF+ElxQUUc4xTHXmV6Y45I7tg5Z/KLNVRukz09mdwyCUuFr46TlmSVo4zElMVPw+i81W10QwfT0nncTndMmvGXfIdRI93KhE8RP8sxou4jwMAGAFsLmgbbMjrb+RPuGV+/bfD3SryU/FDkGuZK3pFNWQ+CNFEIuImRzsuWxVvfksgA=
skip_cleanup: true
file:
- Bantam/bin/Debug/Bantam.dll
- Bantam/bin/Release/Bantam.dll
- LICENSE
- README.md
on:
Expand Down
1 change: 1 addition & 0 deletions Bantam/Bantam.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Bantam</RootNamespace>
<AssemblyName>Bantam</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 9484167

Please sign in to comment.