Commit 8d7b7983 authored by peastman's avatar peastman
Browse files

Debugging

parent 862fe1f6
...@@ -143,7 +143,7 @@ before_install: ...@@ -143,7 +143,7 @@ before_install:
./bootstrap --prefix=${HOME}/cmake; ./bootstrap --prefix=${HOME}/cmake;
make -j 4; make -j 4;
make install; make install;
export PATH=${HOME}/bin:${PATH}; export PATH=${HOME}/cmake/bin:${PATH};
echo ${PATH}; echo ${PATH};
popd; popd;
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment