Skip to content

Commit

Permalink
Build using Release Mode on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Feb 24, 2024
1 parent 75c2889 commit 620437b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
submodules: recursive

- name: Build
run: make all
run: make all BUILD_TYPE=Release

- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand All @@ -30,7 +30,7 @@ jobs:
submodules: recursive

- name: Build
run: make all
run: make all BUILD_TYPE=Release

- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand All @@ -54,7 +54,7 @@ jobs:
pkg install -y gmake git
run: |
gmake all CC=clang
gmake all BUILD_TYPE=Release CC=clang
- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand All @@ -78,7 +78,7 @@ jobs:
pkg_add gmake
run: |
gmake all CC=clang
gmake all BUILD_TYPE=Release CC=clang
- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 620437b

Please sign in to comment.