summaryrefslogtreecommitdiff
path: root/examples/redis-unstable/deps/hiredis/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/hiredis/appveyor.yml
parent58dac10aeb8f5a041c46bddbeaf4c7966a99b998 (diff)
downloadcrep-dcacc00e3750300617ba6e16eb346713f91a783a.tar.gz
Remove testing data
Diffstat (limited to 'examples/redis-unstable/deps/hiredis/appveyor.yml')
-rw-r--r--examples/redis-unstable/deps/hiredis/appveyor.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/redis-unstable/deps/hiredis/appveyor.yml b/examples/redis-unstable/deps/hiredis/appveyor.yml
deleted file mode 100644
index 5b43fdb..0000000
--- a/examples/redis-unstable/deps/hiredis/appveyor.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-# Appveyor configuration file for CI build of hiredis on Windows (under Cygwin)
-environment:
- matrix:
- - CYG_BASH: C:\cygwin64\bin\bash
- CC: gcc
- - CYG_BASH: C:\cygwin\bin\bash
- CC: gcc
- CFLAGS: -m32
- CXXFLAGS: -m32
- LDFLAGS: -m32
-
-clone_depth: 1
-
-# Attempt to ensure we don't try to convert line endings to Win32 CRLF as this will cause build to fail
-init:
- - git config --global core.autocrlf input
-
-# Install needed build dependencies
-install:
- - '%CYG_BASH% -lc "cygcheck -dc cygwin"'
-
-build_script:
- - 'echo building...'
- - '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; mkdir build && cd build && cmake .. -G \"Unix Makefiles\" && make VERBOSE=1"'