Skip to content

Commit

Permalink
rename ChapterN to chapter-N for more consistency
Browse files Browse the repository at this point in the history
I find this more consistent with recipe naming and numbering
  • Loading branch information
bast committed Mar 30, 2018
1 parent 23fe6b4 commit 483c199
Show file tree
Hide file tree
Showing 764 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ before_build:
- ninja.exe --version

build_script:
- pipenv run python testing\collect_tests.py Chapter01/recipe-*
- pipenv run python testing\collect_tests.py Chapter02/recipe-*
- pipenv run python testing\collect_tests.py chapter-01/recipe-*
- pipenv run python testing\collect_tests.py chapter-02/recipe-*

deploy: off
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline:
- pip install --user pipenv --upgrade
- pipenv install
- ./testing/dependencies/report_versions.sh
- pipenv run python testing/collect_tests.py 'Chapter*/recipe-*'
- pipenv run python testing/collect_tests.py 'chapter-*/recipe-*'

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ before_script:

script:
- ./testing/dependencies/report_versions.sh
- pipenv run python testing/collect_tests.py 'Chapter*/recipe-*'
- pipenv run python testing/collect_tests.py 'chapter-*/recipe-*'
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@

## Table of contents

- [Chapter 1: From a Simple Executable to Libraries](Chapter01/README.md)
- [Chapter 2: Detecting the Environment](Chapter02/README.md)
- [Chapter 3: Detecting External Libraries and Programs](Chapter03/README.md)
- [Chapter 4: Creating and Running Tests](Chapter04/README.md)
- [Chapter 5: Configure-time and Build-time Operations](Chapter05/README.md)
- [Chapter 6: Generating Source Code](Chapter06/README.md)
- [Chapter 7: The Superbuild Pattern](Chapter07/README.md)
- [Chapter 8: Structuring Projects](Chapter08/README.md)
- [Chapter 9: Mixed-language Projects](Chapter09/README.md)
- [Chapter 10: Writing an Installer](Chapter10/README.md)
- [Chapter 11: Generating Source Archives and Binary Distributions](Chapter11/README.md)
- [Chapter 12: Distributing CMake projects via PyPI or Conda](Chapter12/README.md)
- [Chapter 13: Building Documentation](Chapter13/README.md)
- [Chapter 14: Alternatives to Makefiles and Cross-compilation](Chapter14/README.md)
- [Chapter 15: Testing Dashboards](Chapter15/README.md)
- [Chapter 1: From a Simple Executable to Libraries](chapter-01/README.md)
- [Chapter 2: Detecting the Environment](chapter-02/README.md)
- [Chapter 3: Detecting External Libraries and Programs](chapter-03/README.md)
- [Chapter 4: Creating and Running Tests](chapter-04/README.md)
- [Chapter 5: Configure-time and Build-time Operations](chapter-05/README.md)
- [Chapter 6: Generating Source Code](chapter-06/README.md)
- [Chapter 7: The Superbuild Pattern](chapter-07/README.md)
- [Chapter 8: Structuring Projects](chapter-08/README.md)
- [Chapter 9: Mixed-language Projects](chapter-09/README.md)
- [Chapter 10: Writing an Installer](chapter-10/README.md)
- [Chapter 11: Generating Source Archives and Binary Distributions](chapter-11/README.md)
- [Chapter 12: Distributing CMake projects via PyPI or Conda](chapter-12/README.md)
- [Chapter 13: Building Documentation](chapter-13/README.md)
- [Chapter 14: Alternatives to Makefiles and Cross-compilation](chapter-14/README.md)
- [Chapter 15: Testing Dashboards](chapter-15/README.md)
- [Chapter 16: Porting a Project to CMake](https://github.com/bast/vim/compare/master...cmake-support)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 483c199

Please sign in to comment.