Appveyor: Add Lua

This commit is contained in:
Vicki Pfau 2022-05-29 13:58:47 -07:00
parent 3261799d92
commit d2a7065d77

View File

@ -8,7 +8,7 @@ install:
- git -C C:\Tools\vcpkg clean -dfq docs ports scripts toolsrc triplets versions - git -C C:\Tools\vcpkg clean -dfq docs ports scripts toolsrc triplets versions
- git -C C:\Tools\vcpkg pull --force --quiet - git -C C:\Tools\vcpkg pull --force --quiet
- C:\Tools\vcpkg\bootstrap-vcpkg - C:\Tools\vcpkg\bootstrap-vcpkg
- vcpkg --triplet x64-windows-release --recurse install ffmpeg libepoxy libpng libzip sdl2 sqlite3 - vcpkg --triplet x64-windows-release --recurse install ffmpeg libepoxy libpng libzip lua sdl2 sqlite3
- vcpkg --no-dry-run upgrade - vcpkg --no-dry-run upgrade
- rd /Q /S C:\Tools\vcpkg\buildtrees - rd /Q /S C:\Tools\vcpkg\buildtrees
before_build: before_build: