File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ script:
2020 - autoheader
2121 - automake --add-missing
2222 - autoreconf
23- - ./configure --prefix=/usr/
23+ - ./configure
2424 - make lib # Check the compiler and create libblitz.a
2525 # TODO: make a failure result in non-zero exit code! (see https://travis-ci.org/slayoo/blitz/builds/359545927)
2626 - make check-testsuite # Build and check the testsuite
@@ -39,4 +39,4 @@ script:
3939 - sudo make install-html # Install Blitz++ html documentation
4040
4141 - if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get --no-install-recommends install python-git; fi
42- - if [[ $TRAVIS_OS_NAME == 'linux' ]]; then ./travis-ci/check-wiki-examples.py; fi
42+ - if [[ $TRAVIS_OS_NAME == 'linux' ]]; then LD_LIBRARY_PATH=/usr/local/lib ./travis-ci/check-wiki-examples.py; fi
You can’t perform that action at this time.
0 commit comments