Skip to content

Commit

Permalink
release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 22, 2024
1 parent 4dbb1b5 commit 01bb928
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if: steps.cachedlk.outputs.cache-hit != 'true'
run: |
cd $GITHUB_WORKSPACE/lk
cmake -Bbuild_linux -DCMAKE_BUILD_TYPE=Debug
cmake -Bbuild_linux -DCMAKE_BUILD_TYPE=Release
cmake --build build_linux -j4
- name: Set env vars
run: |
Expand All @@ -123,7 +123,7 @@ jobs:
- name: Build WEX
run: |
cd $GITHUB_WORKSPACE/wex
cmake -Bbuild_linux -DCMAKE_BUILD_TYPE=Debug
cmake -Bbuild_linux -DCMAKE_BUILD_TYPE=Release
cmake --build build_linux
- name: Save static lib, Dview & wexsandbox
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -171,6 +171,9 @@ jobs:
run: |
cd wxWidgets-$env:WX_VERSION
msbuild build/msw/wx_vc17.sln /t:Build /p:Configuration=Release /p:Platform=x64
mkdir $env:WXMSW3
cp -r wxWidgets-$WX_VERSION/include $env:WXMSW3
cp -r wxWidgets-$WX_VERSION/lib $env:WXMSW3
- name: Get branch name
shell: bash
run: |
Expand Down Expand Up @@ -311,7 +314,7 @@ jobs:
if: steps.cachedlk.outputs.cache-hit != 'true'
run: |
cd $GITHUB_WORKSPACE/lk
cmake -Bbuild_linux -DCMAKE_BUILD_TYPE=Debug
cmake -Bbuild_linux -DCMAKE_BUILD_TYPE=Release
cmake --build build_linux -j4
- name: Set env vars
run: |
Expand Down Expand Up @@ -342,7 +345,7 @@ jobs:
- name: Build WEX
run: |
cd wex
cmake -Bbuild_linux -DCMAKE_BUILD_TYPE=Debug
cmake -Bbuild_linux -DCMAKE_BUILD_TYPE=Release
cmake --build build_linux
- name: Save static lib, Dview & wexsandbox
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 01bb928

Please sign in to comment.