move build.py to .ci folder and hide appveyor.yml
This commit is contained in:
parent
d32e9ce4f7
commit
e4c754cb43
3 changed files with 2 additions and 2 deletions
|
@ -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
|
|
@ -9,4 +9,4 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
|
||||||
pyenv activate conan
|
pyenv activate conan
|
||||||
fi
|
fi
|
||||||
|
|
||||||
python build.py
|
python .ci/build.py
|
||||||
|
|
Loading…
Reference in a new issue