Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Dec 16, 2023
1 parent 8e222de commit db83def
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- name: Build depend
shell: msys2 {0}
run: |
pacman --noconfirm -S make
pacman --noconfirm -S make cmake autoconf automake bison diffutils libtool texinfo xmlto
pacman --noconfirm -S base-devel msys2-devel mingw-w64-{x86_64,i686}-toolchain
cd depend
export PATH=$PATH:$Qt6_DIR/../../Tools/mingw810_64/bin
ls -l $Qt6_DIR/../../Tools/mingw810_64/bin
export PATH=/c/ProgramData/Chocolatey/lib/mingw/tools/install/mingw64/bin:$PATH
./build_ms.sh
- name: Build all
Expand All @@ -62,13 +62,14 @@ jobs:
./tools/sed/sed.exe -i "s/QT_TOOLS_DIR=C:\/Qt\/Qt6.2.0\/Tools\/mingw810_32\/bin/QT_TOOLS_DIR=C:\/ProgramData\/Chocolatey\/lib\/mingw\/tools\/install\/mingw64\/bin/g" ./build_setup.bat
./tools/sed/sed.exe -i "s/FREETPE2_DIR=D:\\ttfviewer\\depend\\freetype/FREETPE2_DIR=D:\\freetype/g" ./partform_win32.pri
./build_setup.bat
dir
- name: Upload build asserts
uses: actions/[email protected]
with:
name: TTFviewer_windows
path: |
./InnoSetup/TTFviewer_setup.exe
./Makefile.Release
- name: Run tests
run: |
Expand Down

0 comments on commit db83def

Please sign in to comment.