Improve Appveyor
This commit is contained in:
parent
456cfb7f0f
commit
9c582da167
12
appveyor.yml
12
appveyor.yml
@ -29,17 +29,7 @@ install:
|
|||||||
- ps: >-
|
- ps: >-
|
||||||
echo "Build Platform: $($env:Platform)"
|
echo "Build Platform: $($env:Platform)"
|
||||||
|
|
||||||
vcpkg install zlib:$($env:Platform)-windows
|
vcpkg install zlib sqlite3 dirent libgd leveldb libpq --triplet "$($env:Platform)-windows"
|
||||||
|
|
||||||
vcpkg install sqlite3:$($env:Platform)-windows
|
|
||||||
|
|
||||||
vcpkg install dirent:$($env:Platform)-windows
|
|
||||||
|
|
||||||
vcpkg install libgd:$($env:Platform)-windows
|
|
||||||
|
|
||||||
vcpkg install leveldb:$($env:Platform)-windows
|
|
||||||
|
|
||||||
vcpkg install libpq:$($env:Platform)-windows
|
|
||||||
cache:
|
cache:
|
||||||
- c:\tools\vcpkg\installed\
|
- c:\tools\vcpkg\installed\
|
||||||
build_script:
|
build_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user