Add git submodule update --init --recursive.

This commit is contained in:
Alexander Arlt
2022-03-25 12:38:47 -05:00
parent 8258a0a152
commit 2672be7ccf
6 changed files with 12 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -e
git submodule update --init --recursive
ROOTDIR="$(dirname "$0")/.."
BUILDDIR="${ROOTDIR}/build"
+2
View File
@@ -28,6 +28,8 @@
set -e
git submodule update --init --recursive
if test -z "$1"; then
BUILD_DIR="emscripten_build"
else
+2
View File
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -ex
git submodule update --init --recursive
ROOTDIR="$(dirname "$0")/../.."
cd "${ROOTDIR}"
+2
View File
@@ -34,6 +34,8 @@
set -ev
git submodule update --init --recursive
if test -z "$1"; then
BUILD_DIR="emscripten_build"
else
+2
View File
@@ -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"
+2
View File
@@ -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;