Skip to content

Commit

Permalink
Exclude Compiler.vcxproj from cs/cs.sln for Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Oct 5, 2017
1 parent 034690b commit 7f0598c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ script:
- if [ "$FLAVOR" == "cs" ]; then make DESTDIR=$HOME install; fi
- if [ "$FLAVOR" == "cs" ]; then cd ..; fi
- if [ "$FLAVOR" == "cs" ]; then export BOND_COMPILER_PATH=$HOME/usr/local/bin; fi
# exclude the Compiler.vcxproj from cs/cs.sln on Linux (xbuild ignore it with a warning but msbuild fail on it)
- if [ "$FLAVOR" == "cs" ]; then sed -i '/21E175D5-BBDD-4B63-8FB7-38899BF2F9D1/d' cs/cs.sln; fi
- if [ "$FLAVOR" == "cs" ]; then msbuild /p:Configuration=Debug cs/cs.sln; fi
- if [ "$FLAVOR" == "cs" ]; then msbuild /p:Configuration=Fields cs/cs.sln; fi
- if [ "$FLAVOR" == "cs" ]; then mono NUnit.Runners.2.6.4/tools/nunit-console.exe -framework=mono-4.5 -labels cs/test/core/bin/debug/net45/Properties/Bond.UnitTest.dll cs/test/core/bin/debug/net45/Fields/Bond.UnitTest.dll cs/test/internal/bin/debug/net45/Bond.InternalTest.dll; fi
Expand Down

0 comments on commit 7f0598c

Please sign in to comment.