diff --git a/appveyor.yml b/.appveyor.yml similarity index 97% rename from appveyor.yml rename to .appveyor.yml index 5b6eb87..bbba35b 100644 --- a/appveyor.yml +++ b/.appveyor.yml @@ -32,4 +32,4 @@ install: - conan user # It creates the conan data directory test_script: - - python build.py + - python .ci/build.py diff --git a/build.py b/.ci/build.py similarity index 100% rename from build.py rename to .ci/build.py diff --git a/.ci/run.sh b/.ci/run.sh index 3e39a35..9261961 100644 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -9,4 +9,4 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then pyenv activate conan fi -python build.py +python .ci/build.py