Moved scripts/ to tools/scripts/

This commit is contained in:
Martin Hořeňovský
2019-12-06 11:53:31 +01:00
parent 6eb04667ad
commit 91ee07e08c
22 changed files with 5 additions and 5 deletions

View File

@@ -175,7 +175,7 @@ before_script:
- export CXX=${COMPILER}
- cd ${TRAVIS_BUILD_DIR}
# Regenerate single header file, so it is tested in the examples...
- python scripts/generateSingleHeader.py
- python tools/scripts/generateSingleHeader.py
- |
if [[ ${CPP17} -eq 1 ]]; then