From 3e18625dc0087060c0ea848656c17f105548be37 Mon Sep 17 00:00:00 2001 From: Roberto Di Remigio Date: Fri, 21 Sep 2018 11:43:11 -0400 Subject: [PATCH] Skip ch 11, r 5 on appveyor --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 09e961dd3..096fc5243 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -64,8 +64,7 @@ build_script: - bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv lock" - bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv install" - if "%ANACONDA_TESTS_ONLY%"=="1" ( - bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv run python testing/collect_tests.py 'chapter-11/recipe-04'" && - bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv run python testing/collect_tests.py 'chapter-11/recipe-05'" + bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv run python testing/collect_tests.py 'chapter-11/recipe-04'" ) else ( bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv run python testing/collect_tests.py 'chapter-01/recipe-*'" && bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv run python testing/collect_tests.py 'chapter-02/recipe-*'" &&