mirror of https://github.com/status-im/nim-rlp.git
appveyor: fix version check
This commit is contained in:
parent
f3ea50fb5f
commit
7fde3f5249
|
@ -55,8 +55,7 @@ install:
|
||||||
) ELSE (
|
) ELSE (
|
||||||
( CD Nim ) &
|
( CD Nim ) &
|
||||||
( git rev-parse HEAD > ..\\cur_ver.txt ) &
|
( git rev-parse HEAD > ..\\cur_ver.txt ) &
|
||||||
( fc ver.txt ..\\cur_ver.txt > nul ) &
|
( fc ver.txt ..\\cur_ver.txt || SET NEED_REBUILD=1 ) &
|
||||||
( IF NOT ERRORLEVEL == 0 SET NEED_REBUILD=1 ) &
|
|
||||||
( cd .. )
|
( cd .. )
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue