Skip to content

Commit

Permalink
test appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
JoesCat committed Sep 12, 2024
1 parent 7ce440a commit 55d59f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image: Visual Studio 2019

stack: python 3.12
platform:
- x64
branches:
Expand All @@ -17,7 +17,8 @@ matrix:
install:
- call %MBASH% "pacman --noconfirm -S --needed base-devel"
- call %MBASH% "pacman --noconfirm -S autoconf automake libtool"
- call %MBASH% "python -m pip install ."
- call %MBASH% "python -m pip install -U pip"
- call %MBASH% "python -m pip install setuptools wheel"
build_script:
- call %MBASH% "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; autoreconf -fiv && mkdir build && cd build && ../configure --enable-pylib && make check -j4 && make install"
test: off
Expand Down

0 comments on commit 55d59f9

Please sign in to comment.