Added vcpkg.
This commit is contained in:
parent
5007a1047a
commit
0b77c074cf
@ -21,6 +21,7 @@ jobs:
|
|||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
vcpkg install
|
vcpkg install
|
||||||
cmake -A x64 -DCMAKE_BUILD_TYPE=Release .
|
cmake -A x64 -DCMAKE_BUILD_TYPE=Release .
|
||||||
|
ls
|
||||||
cd build
|
cd build
|
||||||
cmake --build . --config Release
|
cmake --build . --config Release
|
||||||
cmake --install .
|
cmake --install .
|
||||||
|
Loading…
Reference in New Issue
Block a user