Skip to content

Commit 3e18625

Browse files
committed
Skip ch 11, r 5 on appveyor
1 parent 56ce4f3 commit 3e18625

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ build_script:
6464
- bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv lock"
6565
- bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv install"
6666
- if "%ANACONDA_TESTS_ONLY%"=="1" (
67-
bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv run python testing/collect_tests.py 'chapter-11/recipe-04'" &&
68-
bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv run python testing/collect_tests.py 'chapter-11/recipe-05'"
67+
bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv run python testing/collect_tests.py 'chapter-11/recipe-04'"
6968
) else (
7069
bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv run python testing/collect_tests.py 'chapter-01/recipe-*'" &&
7170
bash -c "cd /c/projects/cmake-cookbook-no-symlinks && pipenv run python testing/collect_tests.py 'chapter-02/recipe-*'" &&

0 commit comments

Comments
 (0)