Modify ↓
Opened on Oct 7, 2024 at 9:26:04 PM
Last modified on Oct 10, 2024 at 2:40:34 PM
#3 new task
Create Makefile
Reported by: | w96k | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.2 |
Keywords: | CI | Cc: | |
Project: | python-cinema-club-bot |
Description (last modified by )
Include (templates for):
- Deploy
- Static Type Checking
- Style checking
- Running test suite (empty at this point)
Attachments (0)
Change History (5)
comment:1 by , on Oct 8, 2024 at 1:39:29 AM
Type: | defect → task |
---|
comment:2 by , on Oct 8, 2024 at 8:36:39 PM
Description: | modified (diff) |
---|
comment:3 by , on Oct 9, 2024 at 4:33:22 AM
Milestone: | Init Version → 0.1 |
---|
comment:5 by , on Oct 10, 2024 at 2:40:34 PM
Make is completely misnomer for building Python projects - it is dependent on file modification timestamps, and is used for building binaries from sources. There is no "building" in Python, so there is no reason to use Make.
Note:
See TracTickets
for help on using tickets.
Milestone renamed