Files
boost-ci/ci/travis/build.sh
2024-12-19 10:16:04 +01:00

13 lines
373 B
Bash
Executable File

#!/bin/bash
#
# Copyright 2017 - 2019 James E. King III
# 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)
#
# Bash script to run in travis to perform a bjam build
# cwd should be $BOOST_ROOT/libs/$SELF before running
#
. $(dirname "${BASH_SOURCE[0]}")/../build.sh