Skip to content

Commit

Permalink
fixed build scripts for mono
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyin uslu committed Sep 24, 2014
1 parent 560891b commit 6b8abbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/debug/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
cd ../../..
cd ../..
git submodule init
git submodule update
mozroots --import --ask-remove
xbuild build/CoiniumServ.sln /p:Configuration="Debug"
mono contrib/xunit/xunit.console.clr4.x86.exe src/Tests/bin/Debug/CoiniumServ.Tests.dll
mono contrib/xunit/xunit.console.clr4.x86.exe src/Tests/bin/Debug/CoiniumServ.Tests.dll
4 changes: 2 additions & 2 deletions build/release/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
cd ../../..
cd ../..
git submodule init
git submodule update
mozroots --import --ask-remove
xbuild build/CoiniumServ.sln /p:Configuration="Release"
mono contrib/xunit/xunit.console.clr4.x86.exe src/Tests/bin/Release/CoiniumServ.Tests.dll
mono contrib/xunit/xunit.console.clr4.x86.exe src/Tests/bin/Release/CoiniumServ.Tests.dll

0 comments on commit 6b8abbe

Please sign in to comment.