File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 67
67
path : third-party/garrysmod_common
68
68
69
69
- name : Configure project
70
- run : cmake -B build -S . ${{matrix.CMAKE_ARCH_FLAG}} -DGARRYSMOD_COMMON_PATH="third-party/garrysmod_common" -DAUTOINSTALL="." -DGIT_BRANCH="${{env.GIT_BRANCH}}" -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}"
70
+ run : cmake ${{matrix.CMAKE_ARCH_FLAG}} -DGARRYSMOD_COMMON_PATH="third-party/garrysmod_common" -DAUTOINSTALL="." -DGIT_BRANCH="${{env.GIT_BRANCH}}" -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}"
71
71
72
72
- name : Build project
73
73
run : cmake --build build -j -t async_postgres --config ${{env.BUILD_TYPE}}
Original file line number Diff line number Diff line change 4
4
{
5
5
"name" : " vcpkg" ,
6
6
"binaryDir" : " ${sourceDir}/build" ,
7
+ "hidden" : true ,
7
8
"cacheVariables" : {
8
9
"CMAKE_TOOLCHAIN_FILE" : " $env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake" ,
9
10
"BUILD_SHARED_LIBS" : " OFF"
You can’t perform that action at this time.
0 commit comments