Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ampl/mp
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Jan 7, 2015
2 parents c22ccc6 + ba34e9e commit 35060ba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ env:
-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER"
PACKAGES="mingw64-x-gcc"
PPAS="tobydox/mingw ubuntu-wine/ppa"
TEST_SETUP="sudo apt-get install wine1.7"
TEST_SETUP='if [ -z "$(objdump -p bin/libasl.dll | grep write_sol_ASL)" ]; then
echo ASL symbols not exported;
exit 1;
fi;
sudo apt-get install wine1.7'

# Install newer version of CMake as the one that comes preinstalled on
# travis-ci doesn't support CMakeAddFortranSubdirectory.
Expand All @@ -34,5 +38,5 @@ install:
script:
- cmake-2.8.12.2-Linux-i386/bin/cmake $CMAKEFLAGS .
- make -j3
- $TEST_SETUP
- eval $TEST_SETUP
- ctest -V

0 comments on commit 35060ba

Please sign in to comment.