test: add .exe to remove file for windows
This commit is contained in:
parent
7bc112916e
commit
d77cee6c41
|
@ -122,6 +122,6 @@ 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
|
||||
rm -rf nim/bin/nimble.exe
|
||||
ln -s $NIMBLE_DIR/bin/nimble.exe nim/bin/nimble.exe
|
||||
|
||||
|
|
Loading…
Reference in New Issue