Dev - win32 testing and Makefile fixes (#6)
authorShane Jaroch <chown_tee@proton.me>
Sun, 17 Jul 2022 18:00:50 +0000 (14:00 -0400)
committerGitHub <noreply@github.com>
Sun, 17 Jul 2022 18:00:50 +0000 (14:00 -0400)
commit8189628da671ddd4205a114e5d14601c12519bc0
tree9b02a07e5d2b4120c2f364d7cda5cd069e321422
parente6ab88d005adde5a47090baeecc430729cb35d58
Dev - win32 testing and Makefile fixes (#6)

* don't include upgrade_scripts/ for now (empty)

* try adding test-win32 job

* test alias; skip tests on win32 (for now)

* win32 workflow: line endings, better note

    we're skipping `make test` to directly test out
    `make install && nutra init`

* fix PY_SYS_INTERPRETER on Windows_NT

* uncomment target

* automate init with -y flag to skip stdin

* add debug flag to init -y

* remove .env.bat (not need anymore, Makefile does)

* bump version

* separate workflows for linux / win32

* update readme badges

* rename to NUTRA_HOME, try full path

* test out on my windows VM
13 files changed:
.env.bat [deleted file]
.github/workflows/test-linux.yml [moved from .github/workflows/test.yml with 52% similarity]
.github/workflows/test-win32.yml [new file with mode: 0644]
CHANGELOG.rst
MANIFEST.in
Makefile
README.rst
ntclient/__init__.py
ntclient/persistence/__init__.py
ntclient/persistence/sql/nt/__init__.py
ntclient/persistence/sql/usda/__init__.py
ntclient/services/__init__.py
tests/test_cli.py