mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
070a77f9dc694613d7c95c079c9e031cc0e21345
Battleship
Build guide
UNIX
git clone <battleship_url>cd Battteshipgit submodule update --init --recursivecmake -S . -B buildcd buildmake
Windows
git clone <battleship_url>cd Battteshipgit submodule update --init --recursivecmake -S . -B build -G <present_visual_studio_version>- open
build\ALL_BUILD.vcxproj - build the solution
- copy the DLLs, built from dependencies of
Battleship, to thebuildsubdirectory withbattleship.exe
Contrib guide
The Gitflow shall be used.
- create an issue, representing a change you wish to implement using one of these labels:
featureimprovementbugfix
- create a branch off the
developbranch, named using this scheme:featurelabel ->ft-<issue_number>-<short_description>improvementlabel ->imp-<issue_number>-<short_description>bugfixlabel ->bf-<issue_number>-<short_description>
- create a PR with a short description of changes and evidence of the issue resolved, such as:
- reference to an automatic test(s) to run
- steps to manually verify the issue is resolved
- screenshots or screencasts
- await the repo admin's approval
Languages
Lua
99.2%
C++
0.8%