mirror of
https://github.com/boostorg/beast.git
synced 2025-08-01 05:44:38 +02:00
Add local-travis.sh
This commit is contained in:
@@ -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
8
scripts/local-travis.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
export VARIANT=ubasan
|
||||
export TOOLSET=clang
|
||||
export TRAVIS=0
|
||||
export BOOST_ROOT="`pwd`"
|
||||
|
||||
"$1"
|
Reference in New Issue
Block a user