test: find nimble.exe file windows
This commit is contained in:
parent
d77cee6c41
commit
f35e08ae0a
|
@ -122,6 +122,8 @@ runs:
|
|||
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc \
|
||||
bash build_nim.sh nim csources ${NIMBLE_DIR} NimBinaries
|
||||
nimble install nimble -y
|
||||
rm -rf nim/bin/nimble.exe
|
||||
ln -s $NIMBLE_DIR/bin/nimble.exe nim/bin/nimble.exe
|
||||
ls -la nim/bin
|
||||
ls -la $NIMBLE_DIR/bin
|
||||
# rm -rf nim/bin/nimble.exe
|
||||
# ln -s $NIMBLE_DIR/bin/nimble.exe nim/bin/nimble.exe
|
||||
|
||||
|
|
Loading…
Reference in New Issue