Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 9, 2024
1 parent e31dbd3 commit b0b7621
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,23 @@ jobs:
cmake-version: '3.24.x'

- name: Build LK
shell: bash
run: |
ls ${WXMSW3}
- name: Build LK
shell: bash
run: |
cmake -Bbuild_win
cmake --build build_win --config Release -j4
mkdir build
cd build
cmake -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES="Release" -DCMAKE_SYSTEM_VERSION=10.0 ..
MSBuild.exe .\lk.sln /t:Build /p:Configuration=Release
- name: Save static lib & lksandbox
uses: actions/upload-artifact@v2
with:
name: LK-${{ env.RUNS_ON }}-x86_64
path: |
build_win/lk_sandbox*
build_win/lk*.a
build/Release/lk_sandbox*
build/Release/lk*.a
build-on-mac:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b0b7621

Please sign in to comment.