test: install script debug - build_nim
This commit is contained in:
parent
203669e5f2
commit
410dee4aa3
|
@ -129,6 +129,8 @@ build_nim() {
|
||||||
# working directory
|
# working directory
|
||||||
pushd "$NIM_DIR"
|
pushd "$NIM_DIR"
|
||||||
|
|
||||||
|
echo "Running build_nim"
|
||||||
|
|
||||||
if grep -q skipIntegrityCheck koch.nim; then
|
if grep -q skipIntegrityCheck koch.nim; then
|
||||||
# Run Nim buildchain
|
# Run Nim buildchain
|
||||||
. ci/funs.sh
|
. ci/funs.sh
|
||||||
|
|
Loading…
Reference in New Issue