Skip to content

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeet-chand committed Jun 3, 2024
1 parent 1bfb3f7 commit efe6a8a
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 134 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ If you see a missing feature please suggest by contacting author Sumeet Singh @
3. Your ready to start using filters to find maps, like them, mark as won, enter notes, and more


# Building
# Modding | Building | Testing

There are 2 options to build

1. locally by running command with python installed: ```pyinstaller --onefile --noconsole --icon=assets/view_earth.ico --distpath=. Heroes3MapLiker.py```
2. If making changes to this codebase and pushing a Github CI/CD pipeline ```.github\workflows\actions.yml``` pushes changes, builds binaries, tests using ./tests.py, if all pass, commits, TBD: CREATES RELEASES
1. Manual (locally): by running command with python installed: ```pyinstaller --onefile --noconsole --icon=assets/view_earth.ico --distpath=. Heroes3MapLiker.py``` then test with ```tests.py```
2. Automatic (CI/CD): If making changes to this codebase and pushing a Github CI/CD pipeline ```.github\workflows\actions.yml``` pushes changes, builds binaries, tests using ./tests.py, if all tests pass branch protection publishes commit.


# Roadmap
Expand Down
Loading

0 comments on commit efe6a8a

Please sign in to comment.