Enable verbose output when building Nim compiler to assist debugging (#93)
This commit is contained in:
parent
f726d5d411
commit
1c6c29b655
|
@ -153,7 +153,7 @@ jobs:
|
||||||
- name: Build Nim and Nimble
|
- name: Build Nim and Nimble
|
||||||
run: |
|
run: |
|
||||||
env MAKE="${MAKE_CMD} -j${ncpu}" ARCH_OVERRIDE=${PLATFORM} NIM_COMMIT=${{ matrix.branch }} \
|
env MAKE="${MAKE_CMD} -j${ncpu}" ARCH_OVERRIDE=${PLATFORM} NIM_COMMIT=${{ matrix.branch }} \
|
||||||
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc \
|
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc V=1 \
|
||||||
bash scripts/build_nim.sh nim csources dist/nimble NimBinaries
|
bash scripts/build_nim.sh nim csources dist/nimble NimBinaries
|
||||||
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
|
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue