From e4c754cb4306f7bfbf07d06865f132bc127013d3 Mon Sep 17 00:00:00 2001 From: Balazs Benics Date: Mon, 29 Jul 2019 19:36:53 +0200 Subject: [PATCH] move build.py to .ci folder and hide appveyor.yml --- appveyor.yml => .appveyor.yml | 2 +- build.py => .ci/build.py | 0 .ci/run.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename appveyor.yml => .appveyor.yml (97%) rename build.py => .ci/build.py (100%) 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