Compare commits
No commits in common. "389fa61fba1059115946ae352c4b2972e269546f" and "a67197766efd7053855d3e13acfad2f8d3a15d06" have entirely different histories.
389fa61fba
...
a67197766e
@ -25,7 +25,7 @@ jobs:
|
||||
vcpkg install
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=$env:VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake ..
|
||||
cmake -A x64 -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake ..
|
||||
cmake --build . --config Release
|
||||
cmake --install .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user