Skip to content

Commit

Permalink
Update build-mingw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basdp committed Oct 8, 2024
1 parent bc35c3d commit 605dab3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,16 @@ jobs:
python3 tools/git-sync-deps
python3 bin/fetch-ninja
tools/install_dependencies.sh
bin/gn gen out/lib --platform=mingw --args='is_debug=false is_official_build=true clang_win="C:/Program Files/LLVM" clang_win_version=18 is_trivial_abi=false'
ls -lah
bin/gn gen out/lib --platform=mingw --args='\
is_debug=false\
is_official_build=true\
clang_win="C:/Program Files/LLVM"\
clang_win_version=18 is_trivial_abi=false'\
skia_use_system_libjpeg_turbo=false\
skia_use_system_libpng=false\
skia_use_system_libwebp=false\
skia_use_system_zlib=false\
'
third_party/ninja/ninja -C out/lib skia
cp --recursive include out/include
- name: Archive the build
Expand Down

0 comments on commit 605dab3

Please sign in to comment.