tests: avoid putting build products into source directory (#2353)

* tests: keep source dir clean

* ci: make first build inplace

* ci: drop dev setting (wasn't doing anything)

* tests: warn if source directory is dirty
This commit is contained in:
Henry Schreiner
2020-08-19 13:11:57 -04:00
committed by GitHub
parent 1729aae96f
commit 04fdc44f50
6 changed files with 66 additions and 28 deletions

2
.gitignore vendored
View File

@@ -32,7 +32,7 @@ MANIFEST
.*.swp
.DS_Store
/dist
/build*
/*build*
.cache/
sosize-*.txt
pybind11Config*.cmake