One more attempt to fix appveyor.yml.

This commit is contained in:
cheatfate 2018-04-02 16:47:31 +03:00
parent e205b3512e
commit 0226a7aa2d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ install:
- git fetch statusim - git fetch statusim
- git config --global user.email "you@example.com" - git config --global user.email "you@example.com"
- git config --global user.name "Your Name" - git config --global user.name "Your Name"
- for /f "tokens=*" %G IN ('git branch -a --list ^"statusim/status-autopatch-*^"') DO (git merge %G) - for /f "tokens=*" %%G IN ('git branch -a --list ^"statusim/status-autopatch-*^"') DO (git merge %%G)
- git clone --depth 1 https://github.com/nim-lang/csources - git clone --depth 1 https://github.com/nim-lang/csources
- cd csources - cd csources
- IF "%PLATFORM%" == "x64" ( build64.bat ) else ( build.bat ) - IF "%PLATFORM%" == "x64" ( build64.bat ) else ( build.bat )