Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Modify release procedure doc to include testing of the built binaries. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fc448fa6499b7417ae5884168355eb36 |
User & Date: | mistachkin 2012-01-27 07:39:31.124 |
Context
2012-01-27
| ||
08:54 | Copy the necessary managed-only files for the VS designer components (and the associated installer) to the native build output directory during the release testing process. check-in: db64c3fea0 user: mistachkin tags: trunk | |
07:39 | Modify release procedure doc to include testing of the built binaries. check-in: fc448fa649 user: mistachkin tags: trunk | |
07:38 | Fix compilation issue on the .NET Compact Framework. check-in: eeebfe44be user: mistachkin tags: trunk | |
Changes
Changes to www/release.wiki.
︙ | ︙ | |||
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <li>Change the current directory to "<root>\Setup".</li> <li> Enter the following command to build all the x86 and x64 binaries: <b>build_all.bat</b><br /> </li> </ol> <a name="buildCeBinaries"></a> <h2>Build Windows CE Binaries</h2> <ol> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>\Setup".</li> <li> Enter the following command to build all the binaries available for Windows CE: <b>build_ce.bat</b><br /> </li> </ol> <a name="updateDocumentation"></a> <h2>Update Documentation</h2> <ol> <li> Update the "<root>\readme.htm" file with information about | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | <li>Change the current directory to "<root>\Setup".</li> <li> Enter the following command to build all the x86 and x64 binaries: <b>build_all.bat</b><br /> </li> </ol> <a name="testBinaries"></a> <h2>Test x86 & x64 Binaries</h2> <ol> <li> The binaries for all supported architectures and platforms must be tested using procedures very similar to those documented in the normal [./test.wiki | test procedures]. </li> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>\Setup".</li> <li> Enter the following command to test all the x86 or x64 binaries, depending on the processor architecture of the current machine: <b>test_all.bat</b><br /> </li> <li> Locate a machine with a processor architecture different from the one tested in the previous step and then repeat all the previous steps. </li> </ol> <a name="buildCeBinaries"></a> <h2>Build Windows CE Binaries</h2> <ol> <li>Open a normal command prompt window with "cmd.exe".</li> <li>Change the current directory to "<root>\Setup".</li> <li> Enter the following command to build all the binaries available for Windows CE: <b>build_ce.bat</b><br /> </li> </ol> <a name="testCeBinaries"></a> <h2>Test Windows CE Binaries</h2> <ol> <li> Launch <b>Visual Studio 2008</b>, "<b>Professional</b>" edition or "better". As of this writing, in January 2012, <b>Visual Studio 2010 and later will not work</b> as they do not include the necessary built-in support for Windows CE and the .NET Compact Framework. </li> <li> Open the "<b>SQLite.NET.2008.sln</b>" solution file in the "<root>" directory. </li> <li> Change the active solution configuration to "<b>Debug</b>". </li> <li> Change the active solution platform to "<b>Pocket PC 2003 (ARMV4)</b>". </li> <li> Right-click the "<b>testce</b>" project in the Solution Explorer window and select "<b>Set as StartUp Project</b>". </li> <li> Select "<b>Start Debugging</b>" from the "<b>Debug</b>" menu. </li> <li> If any rebuild prompts appear (e.g. "<b>SQLite.Interop.CE.2008</b>", "<b>Would you like to build it?</b>"), select "<b>Yes</b>". </li> <li> When prompted for the device type to deploy the application to, select the "<b>Pocket PC 2003 SE Emulator</b>" device. </li> <li> Make sure all that the tests pass (i.e. they emit "<b>SUCCESS</b>"). </li> </ol> <a name="updateDocumentation"></a> <h2>Update Documentation</h2> <ol> <li> Update the "<root>\readme.htm" file with information about |
︙ | ︙ |