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
|
||||
set -e
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
ROOTDIR="$(dirname "$0")/.."
|
||||
BUILDDIR="${ROOTDIR}/build"
|
||||
|
||||
|
@ -28,6 +28,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
if test -z "$1"; then
|
||||
BUILD_DIR="emscripten_build"
|
||||
else
|
||||
|
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
ROOTDIR="$(dirname "$0")/../.."
|
||||
cd "${ROOTDIR}"
|
||||
|
||||
|
@ -34,6 +34,8 @@
|
||||
|
||||
set -ev
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
if test -z "$1"; then
|
||||
BUILD_DIR="emscripten_build"
|
||||
else
|
||||
|
@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
git submodule update --init --recursive
|
||||
|
||||
ROOTDIR="/root/project"
|
||||
BUILDDIR="${ROOTDIR}/build"
|
||||
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*/[] )
|
||||
{
|
||||
using namespace solidity::test;
|
||||
|
Loading…
Reference in New Issue
Block a user