aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-unstable/deps/jemalloc/.appveyor.yml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-01-21 22:52:54 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-01-21 22:52:54 +0100
commitdcacc00e3750300617ba6e16eb346713f91a783a (patch)
tree38e2d4fb5ed9d119711d4295c6eda4b014af73fd /examples/redis-unstable/deps/jemalloc/.appveyor.yml
parent58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff)
downloadcrep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz
Remove testing data
Diffstat (limited to 'examples/redis-unstable/deps/jemalloc/.appveyor.yml')
-rw-r--r--examples/redis-unstable/deps/jemalloc/.appveyor.yml41
1 files changed, 0 insertions, 41 deletions
diff --git a/examples/redis-unstable/deps/jemalloc/.appveyor.yml b/examples/redis-unstable/deps/jemalloc/.appveyor.yml
deleted file mode 100644
index d31f9ae..0000000
--- a/examples/redis-unstable/deps/jemalloc/.appveyor.yml
+++ /dev/null
@@ -1,41 +0,0 @@
1version: '{build}'
2
3environment:
4 matrix:
5 - MSYSTEM: MINGW64
6 CPU: x86_64
7 MSVC: amd64
8 CONFIG_FLAGS: --enable-debug
9 - MSYSTEM: MINGW64
10 CPU: x86_64
11 CONFIG_FLAGS: --enable-debug
12 - MSYSTEM: MINGW32
13 CPU: i686
14 MSVC: x86
15 CONFIG_FLAGS: --enable-debug
16 - MSYSTEM: MINGW32
17 CPU: i686
18 CONFIG_FLAGS: --enable-debug
19 - MSYSTEM: MINGW64
20 CPU: x86_64
21 MSVC: amd64
22 - MSYSTEM: MINGW64
23 CPU: x86_64
24 - MSYSTEM: MINGW32
25 CPU: i686
26 MSVC: x86
27 - MSYSTEM: MINGW32
28 CPU: i686
29
30install:
31 - set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH%
32 - if defined MSVC call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %MSVC%
33 - if defined MSVC pacman --noconfirm -Rsc mingw-w64-%CPU%-gcc gcc
34
35build_script:
36 - bash -c "autoconf"
37 - bash -c "./configure $CONFIG_FLAGS"
38 - mingw32-make
39 - file lib/jemalloc.dll
40 - mingw32-make tests
41 - mingw32-make -k check