From 9fb27d0c41f84cdff7590c9307fb3e32d3b66af8 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 25 Apr 2016 22:47:05 +0200 Subject: [PATCH] Revert "Revert "Revert "appveyor: test nanomsg before building criterion""" This reverts commit cd486e00a8ed2fce3f3923cd8ec7bbaa33c09861. --- appveyor.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d155495..ed2e677 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,16 +54,6 @@ install: # Patch buggy cram - sh -c "patch C:/Python34/Lib/site-packages/cram.py .cmake/cram-win.patch" - # Test nanomsg - - 'git clone https://github.com/nanomsg/nanomsg' - - 'cd nanomsg' - - 'mkdir build && cd build' - - sh -c 'CFLAGS="-std=c99 -Wall -Wextra -pedantic" cmake -DCMAKE_BUILD_TYPE="%CONFIGURATION%" -G "%GENERATOR%" ..' - - cmake --build . 0