Revert "Revert "Revert "appveyor: test nanomsg before building criterion"""

This reverts commit cd486e00a8ed2fce3f3923cd8ec7bbaa33c09861.
This commit is contained in:
Snaipe 2016-04-25 22:47:05 +02:00
parent b775765581
commit 9fb27d0c41

View file

@ -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<nul
- ctest --output-on-failure --timeout 20 --repeat-until-fail 50 --schedule-random
- cd ..
- cd ..
- ps: $env:RELEASE_NAME = $env:APPVEYOR_REPO_BRANCH -replace "/", "-"
# Hack to make git think it is on the tip of the repo branch
- 'git checkout -B %APPVEYOR_REPO_BRANCH%'