Skip to content

Commit

Permalink
Add More SDKs to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
caxanga334 committed Jun 17, 2024
1 parent 60be84a commit 97503ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
if: runner.os == 'Windows' && matrix.msvc_arch == 'x86'
run: |
cd ${{ github.workspace }}/navbot/build/${{ matrix.premake5action }}/
msbuild navbot.sln -maxCpuCount:4 -target:NavBot-TF2,NavBot-DODS -property:Platform=Win32 -property:Configuration=Release
msbuild navbot.sln -maxCpuCount:4 -target:NavBot-TF2,NavBot-DODS,NavBot-SDK2013,NavBot-BMS,NavBot-CSS,NavBot-HL2DM,NavBot-ORANGEBOX -property:Platform=Win32 -property:Configuration=Release
- name: Compile Extension (MSBuild - 64 bits)
if: runner.os == 'Windows' && matrix.msvc_arch == 'x64'
Expand All @@ -132,7 +132,7 @@ jobs:
run: |
cd ${{ github.workspace }}/navbot/build/${{ matrix.premake5action }}/
make -j 4 config=release_linux64 NavBot-TF2
make -j 4 config=release_linux32 NavBot-TF2 NavBot-DODS
make -j 4 config=release_linux32 NavBot-TF2 NavBot-DODS NavBot-SDK2013 NavBot-BMS NavBot-CSS NavBot-HL2DM NavBot-ORANGEBOX
- name: Get commit SHA
uses: benjlevesque/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ workspace "navbot"
defines { "LINUX", "_LINUX", "POSIX", "_FILE_OFFSET_BITS=64", "COMPILER_GCC" }
defines { "stricmp=strcasecmp", "_stricmp=strcasecmp", "_snprintf=snprintf", "_vsnprintf=vsnprintf", "HAVE_STDINT_H", "GNUC" }
buildoptions {
"-Wno-non-virtual-dtor", "-Wno-overloaded-virtual", "-Wno-register", "-Wno-implicit-int-float-conversion", "-Wno-tautological-overlap-compare",
"-Wno-non-virtual-dtor", "-Wno-overloaded-virtual", "-Wno-register", "-Wno-implicit-float-conversion", "-Wno-tautological-overlap-compare",
"-Wno-inconsistent-missing-override", "-Wno-null-dereference", "-Wno-delete-non-virtual-dtor", "-Wno-sometimes-uninitialized",
"-Wno-expansion-to-defined", "-Wno-unused", "-Wno-switch", "-Wno-array-bounds", "-Wno-varargs", "-Wno-implicit-exception-spec-mismatch",
}
Expand Down

0 comments on commit 97503ad

Please sign in to comment.