9 lines
102 B
Bash
Executable File
9 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export VARIANT=ubasan
|
|
export TOOLSET=clang
|
|
export TRAVIS=0
|
|
export BOOST_ROOT="`pwd`"
|
|
|
|
"$1"
|