File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 24
24
matrix :
25
25
os : [windows-latest, ubuntu-20.04]
26
26
arch : [x64, x86]
27
+ CMAKE_ARCH_FLAG : --preset=unix
27
28
include :
28
29
- os : windows-latest
29
30
arch : x64
63
64
path : third-party/garrysmod_common
64
65
65
66
- name : Configure project
66
- run : cmake --preset=vcpkg - B build -S . ${{matrix.CMAKE_ARCH_FLAG}} -DGARRYSMOD_COMMON_PATH="third-party/garrysmod_common" -DAUTOINSTALL="." -DBUILD_SHARED_LIBS=OFF -DGIT_BRANCH="${{env.GIT_BRANCH}}" -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}"
67
+ 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}}"
67
68
68
69
- name : Build project
69
70
run : cmake --build build -j -t async_postgres --config ${{env.BUILD_TYPE}}
You can’t perform that action at this time.
0 commit comments