Use bash to run bootstrap.sh

When using a zipfile it isn't marked as executable.
This commit is contained in:
Daniel James
2018-02-09 09:00:45 +00:00
parent 6491f6c10a
commit 8207ebe381

View File

@ -75,7 +75,7 @@ before_script:
- rm -r ${BOOST_ROOT}/boost/unordered
- cd ${BOOST_ROOT}/tools/build
- mkdir ${HOME}/opt
- ./bootstrap.sh
- bash bootstrap.sh
- ./b2 install --prefix=$HOME/opt
after_success: