Skip to content

Commit

Permalink
Remove appveyor config; move windows-only patches into dist/windows/p…
Browse files Browse the repository at this point in the history
…atches
  • Loading branch information
ctrlaltca committed Feb 18, 2024
1 parent 35f063a commit 799cf1b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 176 deletions.
174 changes: 0 additions & 174 deletions .appveyor.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
run: |
c:\msys64\usr\bin\pacman -S --noconfirm patch
cd c:\enchant-headers
c:\msys64\usr\bin\patch -p2 -i ${{github.workspace}}\.appveyor.ench
c:\msys64\usr\bin\patch -p2 -i ${{github.workspace}}\dist\windows\patches\enchant.patch
- name: Patch Perl for MSVC support
run: |
# Strawberry perl doesn't support MSVC, but we force the support.
cd '${{github.workspace}}'
type .appveyor.perl >> c:\Strawberry\perl\lib\core\config.h
type dist\windows\patches\perl.txt >> c:\Strawberry\perl\lib\core\config.h
# To debug add -DCMAKE_VERBOSE_MAKEFILE=1 `
- name: Configure CMake
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 799cf1b

Please sign in to comment.