mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Clean and remove build directory
Move scripts into scripts folder Move doc-stuff into docs Update CI & CMake scripts See #89
This commit is contained in:
parent
3d44f9bfda
commit
32d16f773b
13 changed files with 9 additions and 151 deletions
|
|
@ -1,20 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 2015 Mathieu Champlon
|
||||
#
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
set -eux
|
||||
|
||||
export BOOST="$BOOST_ROOT"
|
||||
PROJECT_DIR="$(pwd)"
|
||||
|
||||
cd "$BOOST"
|
||||
./b2 "$PROJECT_DIR/test" -q "$@"
|
||||
|
||||
cd "$PROJECT_DIR"
|
||||
scripts/build_doc.sh "$@"
|
||||
|
||||
cd "$BOOST"
|
||||
./b2 "$PROJECT_DIR/doc//mock_examples" -q "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue