some cleanup

This commit is contained in:
Hubert Chathi 2021-12-21 13:24:34 -05:00
parent 797183f27f
commit e197cd76d6
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -9,9 +9,12 @@
/python/dist /python/dist
/javascript/checksums.txt /javascript/checksums.txt
/javascript/checksums.txt.asc /javascript/checksums.txt.asc
/javascript/olm_prefix.js
/compile_commands.json /compile_commands.json
/.clang-format /.clang-format
.ccls-cache/ .ccls-cache/
/python/.eggs
/python/install-temp
# Xcode # Xcode
build/ build/

View file

@ -27,7 +27,7 @@ install-python3: olm-python3
test: olm-python3 test: olm-python3
rm -rf install-temp rm -rf install-temp
mkdir -p install-temp/2 install-temp/3 mkdir -p install-temp/3
PYTHONPATH=install-temp/3 python3 setup.py install --skip-build --install-lib install-temp/3 --install-script install-temp/bin PYTHONPATH=install-temp/3 python3 setup.py install --skip-build --install-lib install-temp/3 --install-script install-temp/bin
PYTHONPATH=install-temp/3 python3 -m pytest PYTHONPATH=install-temp/3 python3 -m pytest
PYTHONPATH=install-temp/3 python3 -m pytest --flake8 --benchmark-disable PYTHONPATH=install-temp/3 python3 -m pytest --flake8 --benchmark-disable