Difference between revisions of "Antipodes Commit Checklist"

From FreeSpace Wiki
Jump to: navigation, search
(Tweak the OS X target range)
 
(10 intermediate revisions by 4 users not shown)
Line 2: Line 2:
  
 
* Verify that building succeeds on the following platforms (Release Engineering):
 
* Verify that building succeeds on the following platforms (Release Engineering):
** VS2008 (almost any SCP member/Zacam)
+
** VS2010, VS2012 and VS2015 (done automatically by AppVeyor [https://ci.appveyor.com/project/z64555/fs2open-github-com])
** VC6 (Goober5000, chief1983)
+
** gcc 4.6.3 (Linux) and Apple LLVM 6 (MacOS) (done automatically by Travis CI [https://travis-ci.org/scp-fs2open/fs2open.github.com])
** Xcode 2.5 (Echelon9)
+
** Xcode 6.4 (chief1983)
** Xcode 3.2 (chief1983)
+
** Xcode 7.2 (?)
** Linux with GCC 4.x (chief1983)
+
** clang 3.4.1 (FreeBSD 10.2) (chief1983)
 
* Verify builds run on the following, and interoperate properly with their respective launchers (HLP Bughunters):
 
* Verify builds run on the following, and interoperate properly with their respective launchers (HLP Bughunters):
** Windows XP ()
+
** Windows XP (Zacam)
** Windows Vista ()
 
 
** Windows 7 (chief1983/Zacam)
 
** Windows 7 (chief1983/Zacam)
** OS X 10.4 ()
+
** Windows 8.1 (community)
** OS X 10.5 PPC ()
+
** Windows 10 (chief1983, community)
** OS X 10.5 Intel ()
+
** OS X 10.7 - 10.11 (chief1983, Echelon9, community)</span>
** OS X 10.6 (chief1983)
+
** Linux (Ubuntu latest and current LTS, Debian, FC) (community)
** Linux ()
+
** FreeBSD 10.2 (community)
* Verify standalone server functionality (FUBAR and MULTI)
+
* Verify standalone server functionality (chief1983)
* Verify on Windows that FRED runs, loads, check some dialogs, and saves ()
+
* Verify on Windows that FRED runs, loads, check some dialogs, and saves (community)
  
 
This is in addition to any other testing specific to the changes being made, that should already be done.  This is mostly to catch common oversights when a coder is focusing on one platform and may neglect others in the process.
 
This is in addition to any other testing specific to the changes being made, that should already be done.  This is mostly to catch common oversights when a coder is focusing on one platform and may neglect others in the process.
  
 
[[Category:Source Code Project]]
 
[[Category:Source Code Project]]

Latest revision as of 16:14, 26 January 2016

This is a list of things to check before moving code from the Antipodes branch to Trunk, and who is in charge or capable of signing off on each item. We should have at least two members responsible for every task.

  • Verify that building succeeds on the following platforms (Release Engineering):
    • VS2010, VS2012 and VS2015 (done automatically by AppVeyor [1])
    • gcc 4.6.3 (Linux) and Apple LLVM 6 (MacOS) (done automatically by Travis CI [2])
    • Xcode 6.4 (chief1983)
    • Xcode 7.2 (?)
    • clang 3.4.1 (FreeBSD 10.2) (chief1983)
  • Verify builds run on the following, and interoperate properly with their respective launchers (HLP Bughunters):
    • Windows XP (Zacam)
    • Windows 7 (chief1983/Zacam)
    • Windows 8.1 (community)
    • Windows 10 (chief1983, community)
    • OS X 10.7 - 10.11 (chief1983, Echelon9, community)
    • Linux (Ubuntu latest and current LTS, Debian, FC) (community)
    • FreeBSD 10.2 (community)
  • Verify standalone server functionality (chief1983)
  • Verify on Windows that FRED runs, loads, check some dialogs, and saves (community)

This is in addition to any other testing specific to the changes being made, that should already be done. This is mostly to catch common oversights when a coder is focusing on one platform and may neglect others in the process.