mysql/tools/scripts/build_unix_b2_local_docker.sh
Ruben Perez f662df3635 Boostification, part 1
Proper cmake support
New UNIX B2 builds
New UNIX CMake builds
Removed appveyor support
New Windows B2 drone builds
2022-11-28 17:29:56 +01:00

23 lines
535 B
Bash
Executable File

#!/bin/bash
#
# Copyright (c) 2019-2022 Ruben Perez Hidalgo (rubenperez038 at gmail dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
set -e
export B2_VARIANT=debug
export B2_CXXSTD=20
export B2_STDLIB=libc++
export B2_TOOLSET=clang-14
export BOOST_MYSQL_SERVER_HOST=mysql
export USE_SYMLINK=1
# The CI script expect us to be in the source directory
cd /opt/boost-mysql
# rm -rf ~/boost-root
./tools/build_unix_b2.sh