Skip to content

Commit

Permalink
extract
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 9, 2024
1 parent 66b6e34 commit 8f3be36
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,16 @@ jobs:
# curl -L https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.3/wxWidgets-3.2.3.tar.bz2 -o wxWidgets-3.2.3.tar.bz2
# tar jxf wxWidgets-3.2.3.tar.bz2
curl -L https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.3/wxMSW-3.2.3_vc14x_Dev.7z -o wxMSW-3.2.3_vc14x_Dev.7z
7z x wxMSW-3.2.3_vc14x_Dev.7z -owxMSW-3.2.3_vc14x_Dev
ls wxMSW-3.2.3_vc14x_Dev
pwd
mkdir wxMSW-3.2.3_vc14x_Dev
7z x wxMSW-3.2.3_vc14x_Dev.7z -o${WXMSW3}
ls ${WXMSW3}
# - name: Install wxWidgets
# run: |
# cd wxWidgets-3.2.3
# msbuild build/msw/wx_vc17.sln /t:Build /p:Configuration=Release
# dir ${WXMSW3}

- name: Test wx
shell: bash
run: |
export WXMSW3=/d/a/lk/lk/wxMSW-3.2.3_vc14x_Dev
ls ${WXMSW3}
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2
with:
Expand All @@ -99,8 +93,6 @@ jobs:
- name: Build LK
shell: bash
run: |
export WXMSW3=/d/a/lk/lk/wxMSW-3.2.3_vc14x_Dev
ls ${WXMSW3}
cmake -Bbuild_win -DCMAKE_BUILD_TYPE=Release
cmake --build build_win --config Release -j4
Expand Down

0 comments on commit 8f3be36

Please sign in to comment.