Overview
Comment: | Added Linux/amd64 builds to test suite |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3075bde9af277307d52cee137edfbeb9 |
User & Date: | rkeene on 2011-03-09 14:36:41 |
Other Links: | manifest | tags |
Context
2011-03-13
| ||
16:54 | Updated test page to include link to source code used for testing check-in: f9f7abf1ba user: rkeene tags: trunk | |
2011-03-09
| ||
14:36 | Added Linux/amd64 builds to test suite check-in: 3075bde9af user: rkeene tags: trunk | |
14:36 | Updated to build full Tclkit when cross-compiling to Linux/amd64 check-in: 53587b62ec user: rkeene tags: trunk | |
Changes
Modified build/test/test from [b884e747c8] to [5b64a8c9ab].
︙ | |||
49 50 51 52 53 54 55 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - + | Xvfb :31 -screen 0 800x600x24 -nolisten tcp >/dev/null 2>/dev/null & echo "$!" )" DISPLAY=:31 export DISPLAY failed="" |
︙ | |||
91 92 93 94 95 96 97 98 99 100 101 102 103 104 | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | + + + + + + | ;; linux-mipsel-min|linux-mipsel-min-kitdll) kitcreator="./build/make-kit-mipsel" runnable="0" xcompile="1" notk="1" iszip="1" ;; linux-amd64|linux-amd64-*) kitcreator="./build/make-kit-linux-amd64" runnable="0" xcompile="1" iszip="0" ;; esac if [ "${xcompile}" != "0" ]; then kit="${kit}-xcompile" fi |
︙ |