move build.py to .ci folder and hide appveyor.yml

This commit is contained in:
Balazs Benics 2019-07-29 19:36:53 +02:00
parent d32e9ce4f7
commit e4c754cb43
3 changed files with 2 additions and 2 deletions

View file

@ -32,4 +32,4 @@ install:
- conan user # It creates the conan data directory - conan user # It creates the conan data directory
test_script: test_script:
- python build.py - python .ci/build.py

View file

@ -9,4 +9,4 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv activate conan pyenv activate conan
fi fi
python build.py python .ci/build.py