mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 06:15:24 +02:00
Add local-travis.sh
This commit is contained in:
@@ -4,6 +4,7 @@ Version 86:
|
|||||||
* Remove use of lexical_cast
|
* Remove use of lexical_cast
|
||||||
* Use custom variant
|
* Use custom variant
|
||||||
* Update README.md
|
* 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