mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-26 22:58:52 +00:00
One more attempt to fix appveyor.yml
This commit is contained in:
parent
87cc27e009
commit
e205b3512e
@ -25,12 +25,12 @@ install:
|
||||
- 7z x -y "%MINGW_ARCHIVE%" > nul
|
||||
- SET PATH=%CD%\%MINGW_DIR%\bin;%CD%\Nim\bin;%PATH%
|
||||
- git clone https://github.com/nim-lang/Nim.git
|
||||
- cd %CD%\Nim
|
||||
- git remote add statusim https://github.com/status-im/Nim.git
|
||||
- git fetch statusim
|
||||
- git config --global user.email "you@example.com"
|
||||
- git config --global user.name "Your Name"
|
||||
- for /f "tokens=*" %G IN ('git branch -a --list ^"statusim/status-autopatch-*^"') DO (git merge %G)
|
||||
- cd %CD%\Nim
|
||||
- git clone --depth 1 https://github.com/nim-lang/csources
|
||||
- cd csources
|
||||
- IF "%PLATFORM%" == "x64" ( build64.bat ) else ( build.bat )
|
||||
|
Loading…
x
Reference in New Issue
Block a user