Browse Source

Test the 64-bit release binaries.

pull/513/merge
João Matos 10 years ago
parent
commit
fb744b0ce3
  1. 2
      .travis.yml

2
.travis.yml

@ -21,4 +21,4 @@ install: @@ -21,4 +21,4 @@ install:
script:
- config=release_x64 make -C build/gmake/
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe build/gmake/lib/Debug_x32/CppSharp.*Tests*.dll
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe build/gmake/lib/Release_x64/CppSharp.*Tests*.dll

Loading…
Cancel
Save