-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60be84a
commit 97503ad
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters