Skip to content

Commit

Permalink
Refs fibercrypto#342, update a dep pkg and left just one line on the …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
stdevPavelmc committed Dec 9, 2019
1 parent 9a398a9 commit 19cd173
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ 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 python3"
C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm python-pip"
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 @@ -31,16 +30,16 @@ build_script:
- ps: |
$env:MSYSTEM="MINGW64"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make check-protob"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; CLANG_FORMAT=clang-format-7 make lint"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make -C tiny-firmware/protob build-c"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; FIRMWARE_SIGNATURE_PUB_KEY1=0241d51e593f681006f9f3c4a0ec744d459c960601b4ed770d979c32ace63b0a7a make test"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make clean"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make emulator"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make clean"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make bootloader-mem-protect"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make bootloader-clean"
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make full-firmware
C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make clean"
#C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; CLANG_FORMAT=clang-format-7 make lint"
#C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make -C tiny-firmware/protob build-c"
#C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; FIRMWARE_SIGNATURE_PUB_KEY1=0241d51e593f681006f9f3c4a0ec744d459c960601b4ed770d979c32ace63b0a7a make test"
#C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make clean"
#C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make emulator"
#C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make clean"
#C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make bootloader-mem-protect"
#C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make bootloader-clean"
#C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make full-firmware
#C:\msys64\usr\bin\bash -l -c "cd /c/projects/skywallet-mcu ; make clean"
test_script:
Expand Down

0 comments on commit 19cd173

Please sign in to comment.