Skip to content

Commit

Permalink
build production version
Browse files Browse the repository at this point in the history
  • Loading branch information
FibreFoX committed Aug 25, 2024
1 parent 0691833 commit dd6bead
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-with-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- name: build binaries
if: ${{ matrix.os != 'macos-latest' }}
run: |
scons target=template_debug arch=x86_32 debug_symbols=yes
scons target=template_release arch=x86_32 debug_symbols=yes
scons target=template_debug arch=x86_64 debug_symbols=yes
scons target=template_release arch=x86_64 debug_symbols=yes
scons target=template_debug arch=x86_32 debug_symbols=yes production=yes
scons target=template_release arch=x86_32 debug_symbols=yes production=yes
scons target=template_debug arch=x86_64 debug_symbols=yes production=yes
scons target=template_release arch=x86_64 debug_symbols=yes production=yes
- name: build MacOS binaries
if: ${{ matrix.os == 'macos-latest' }}
run: |
Expand Down

0 comments on commit dd6bead

Please sign in to comment.