Skip to content
Snippets Groups Projects
Commit 0b221f0d authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Actually create HUNTER_ROOT dir

parent c395a17a
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
set -ex
mkdir -p /tmp/.deps
if [ $TRAVIS_OS_NAME == linux ]; then
export CXX=${CXX_VERSION}
export CC=${CC_VERSION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment