Added vcpkg.
Some checks failed
Build & Release / Linux-AMD64-Build (push) Failing after 8s
Build & Release / Linux-AARCH64-Build (push) Failing after 14s
Build & Release / Windows-AMD64-Build (push) Failing after 3m52s

This commit is contained in:
Arron David Nelson 2024-09-30 19:55:44 -07:00
parent 0b77c074cf
commit fc8b771026

View File

@ -20,9 +20,9 @@ jobs:
run: | run: |
cd ${{ gitea.workspace }} cd ${{ gitea.workspace }}
vcpkg install vcpkg install
cmake -A x64 -DCMAKE_BUILD_TYPE=Release . mkdir build
ls
cd build cd build
cmake -A x64 -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release cmake --build . --config Release
cmake --install . cmake --install .