Commit graph

11 commits

Author SHA1 Message Date
Chad Smith
c7ce34d25a update docs and remove docker 2020-07-14 17:26:19 -07:00
Lucas Ramage
befd58931b build binaries with github actions (#334)
Bug: https://github.com/cs01/gdbgui/issues/331

* Create release.yml
* Update contributing.md
* make build verification more strict
* change name and set nox session to non-interactive

Co-authored-by: Chad Smith <cs01@users.noreply.github.com>
2020-07-13 10:25:27 -07:00
James Chang
d60dc57274 Bugfixes for building executable (#322)
* Bugfixes for building executable

This commit has several bug fixes.

- Add required python packages that were missing from setup.py

- Add hiddenimports for pyinstaller so that pyinstaller properly loads gevent

- Modify noxfile so that it loads the required packages when creating a session. Also, python 3.7 support was added in pyinstaller 3.4, so pyinstaller version needs to be updated.

* General cleanup
2020-07-12 17:16:07 -07:00
Chad Smith
bd1ee7007d fix typo in contributing instructions 2019-09-15 16:15:04 -07:00
Chad Smith
8856cb76c9 update docs and noxfile 2019-08-12 08:34:47 -07:00
Chad Smith
e7c718a146 Cs01/migrate to nox (#285)
* replace makefile with noxfile

* fix unit test

* drop pypy support

* more strict nox session calls in travis

* change session name

* update manifest

* update contributing
2019-08-11 08:49:53 -07:00
Chad Smith
e96821932b 0.13.2.0 (#279) 2019-07-25 15:30:15 -07:00
Chad Smith
0eae274a9f update docs 2019-04-29 09:08:11 -07:00
Chad Smith
49daedcf9c update js 2019-04-20 23:41:01 -07:00
Chad Smith
c383bea2cc add binaries and update docs 2019-04-20 21:45:47 -07:00
Chad Smith
ed34155a31 add mkdocs 2019-03-31 23:12:53 -07:00
Renamed from CONTRIBUTING.md (Browse further)