Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 899 Bytes

File metadata and controls

17 lines (13 loc) · 899 Bytes

otus-cpp Build Status

This is the repository with homeworks of otus c++'s courses.

Useful links

CI details

There are some scripts which make CI usage more strict and predictable. The main idea is to correctly tell to Travis CI to work only with projects (read as directories) which was changed. For this goal should be used pre-push git's hook and a custom script which will generate .travis.yml configuration each pushing time. Additionally the script should know the last green commit (changes should pass tests in Travis CI). All of these tasks does scripts/travis_yml_generator.py.