test: check if sources downloaded
This commit is contained in:
parent
3962ac7ad0
commit
82e02f27cc
|
@ -95,6 +95,7 @@ nim_needs_rebuilding() {
|
|||
popd >/dev/null
|
||||
|
||||
if [[ ! -d "$NIMBLE_DIR" ]]; then
|
||||
echo "Downloading Nimble sources..."
|
||||
mkdir -p "$NIMBLE_DIR"
|
||||
pushd "$NIMBLE_DIR"
|
||||
git clone https://github.com/nim-lang/nimble.git .
|
||||
|
|
Loading…
Reference in New Issue