Skip to content

Commit

Permalink
Refs fibercrypto#342, add the git recursive pull
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Dec 9, 2019
1 parent 19cd173 commit 79729b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ install:
$env:MSYSTEM="MINGW64"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm unzip"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm protobuf"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-python-pip"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-SDL2"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-check"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-clang"
Expand All @@ -23,6 +22,9 @@ install:
- unzip -o -q gcc-arm-none-eabi.zip -d c:\gcc\
- set PATH=%PATH%;c:\gcc\bin

# git recursive
- git submodule update --init --recursive

cache:
- gcc-arm-none-eabi.zip

Expand Down

0 comments on commit 79729b1

Please sign in to comment.