File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ install:
9595
9696 # Verify version of the installed library.
9797 - MYINCLUDE="${MYPREFIX}/include"
98- - MYLIB="${MYPREFIX}/lib"
9998 - MYVERSION="${MYINCLUDE}/diffpy/version.hpp"
10099 - MYGIT_REV=$(grep '^#define DIFFPY_GIT_SHA' "$MYVERSION" | cut -d '"' -f 2)
101100 - if [[ "${TRAVIS_COMMIT}" != "${MYGIT_REV}" ]]; then
@@ -108,18 +107,17 @@ install:
108107 export MACOSX_DEPLOYMENT_TARGET=10.7;
109108 fi
110109
111- - scons build=debug prefix="${MYPREFIX}" test_installed=true alltests
112110 - scons build=fast prefix="${MYPREFIX}" test_installed=true alltests
113111 - MYALLTESTSFAST=$(ls -t ${PWD}/build/fast*/tests/alltests | head -1)
112+ - scons build=debug lib alltests
114113
115114
116115before_script :
117116
118117
119118script :
120- - scons -Q build=debug prefix="${MYPREFIX}" test_installed=true test
121- - scons -Q build=debug prefix="${MYPREFIX}" test_installed=true
122- enable_objcryst=false test
119+ - scons -Q build=debug test
120+ - scons -Q build=debug enable_objcryst=false test
123121 - ${MYALLTESTSFAST}
124122
125123
You can’t perform that action at this time.
0 commit comments