summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMichael Grunder <michael.grunder@gmail.com>2020-07-10 12:53:52 -0700
committerGitHub <noreply@github.com>2020-07-10 12:53:52 -0700
commit1864e76ea7323fd8789d9c8b5b3c8ca27d4840a6 (patch)
tree42688dce1a829420001322fb7af30248ff6251e5 /.travis.yml
parentada366527943b53d749963797080966f99e837f4 (diff)
Some Windows quality of life improvments. (#846)
* Don't try to ignore SIGPIPE in Windows (it doesn't exist). * Add an include to our win32.h compatibility header. * Enable building examples on Travis in Windows. See #831
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8344c4d..792d175 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -108,5 +108,5 @@ jobs:
script:
- mkdir build && cd build
- cmd.exe //C 'C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat' amd64 '&&'
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release '&&' ninja -v
+ cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_EXAMPLES=ON '&&' ninja -v
- ./hiredis-test.exe