mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add git submodule update --init --recursive.
This commit is contained in:
parent
8258a0a152
commit
2672be7ccf
@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
ROOTDIR="$(dirname "$0")/.."
|
ROOTDIR="$(dirname "$0")/.."
|
||||||
BUILDDIR="${ROOTDIR}/build"
|
BUILDDIR="${ROOTDIR}/build"
|
||||||
|
|
||||||
|
@ -28,6 +28,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
if test -z "$1"; then
|
if test -z "$1"; then
|
||||||
BUILD_DIR="emscripten_build"
|
BUILD_DIR="emscripten_build"
|
||||||
else
|
else
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
ROOTDIR="$(dirname "$0")/../.."
|
ROOTDIR="$(dirname "$0")/../.."
|
||||||
cd "${ROOTDIR}"
|
cd "${ROOTDIR}"
|
||||||
|
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
|
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
if test -z "$1"; then
|
if test -z "$1"; then
|
||||||
BUILD_DIR="emscripten_build"
|
BUILD_DIR="emscripten_build"
|
||||||
else
|
else
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
ROOTDIR="/root/project"
|
ROOTDIR="/root/project"
|
||||||
BUILDDIR="${ROOTDIR}/build"
|
BUILDDIR="${ROOTDIR}/build"
|
||||||
mkdir -p "${BUILDDIR}" && mkdir -p "$BUILDDIR/deps"
|
mkdir -p "${BUILDDIR}" && mkdir -p "$BUILDDIR/deps"
|
||||||
|
@ -218,6 +218,8 @@ void initializeOptions()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test_suite* solidity_init_unit_test_suite( int /*argc*/, char* /*argv*/[] );
|
||||||
|
|
||||||
test_suite* solidity_init_unit_test_suite( int /*argc*/, char* /*argv*/[] )
|
test_suite* solidity_init_unit_test_suite( int /*argc*/, char* /*argv*/[] )
|
||||||
{
|
{
|
||||||
using namespace solidity::test;
|
using namespace solidity::test;
|
||||||
|
Loading…
Reference in New Issue
Block a user