Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli authored May 12, 2024
1 parent 0dd5ed0 commit d9d2d21
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ jobs:
tools-only: 'false'
extra: '--external 7z'

- name: install mingw-1120
run: |
aqt install-tool windows desktop tools_mingw90
dir /b /s ${{ github.workspace }}
- name: Install boost
shell: bash
run: |
Expand Down Expand Up @@ -198,20 +203,21 @@ jobs:
dir ..\boost
dir ..\Qt\6.6.3\mingw_64\bin
echo.
where make.exe
which g++
which clang++
dir /b /s ..\Qt
where qmake6.exe
where mingw32-make.exe
where make.exe
where g++
- name: Build
run: |
set PATH=${{ github.workspace }}\Tools\mingw1120_64\bin;${{ github.workspace }}\Qt\6.6.3\mingw_64\bin;%PATH%
copy CI\custom-win.pri custom.pri
copy CI\custom-win-x64.nsh scripts\postprocess-windows\custom.nsh
echo SET:
set
pushd "${{ github.workspace }}\scripts"
build-windows.bat
where mingw32-make.exe
shell: cmd

- name: Rename installer
Expand Down

0 comments on commit d9d2d21

Please sign in to comment.