Add local-travis.sh

This commit is contained in:
Vinnie Falco
2017-07-23 17:14:01 -07:00
parent a72839645d
commit b80f9797f2
2 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ Version 86:
* Remove use of lexical_cast
* Use custom variant
* Update README.md
* Add local-travis.sh
--------------------------------------------------------------------------------

8
scripts/local-travis.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
export VARIANT=ubasan
export TOOLSET=clang
export TRAVIS=0
export BOOST_ROOT="`pwd`"
"$1"