Overview
Comment: | Added more build targets to the test |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3cff1ace94ab7fd6d4a74824ba869881 |
User & Date: | rkeene on 2011-08-03 19:56:44 |
Other Links: | manifest | tags |
Context
2011-08-04
| ||
01:11 |
Updated to specify full path to C compiler when adjusting path (this fixes tclsh builds for KitDLL)
Updated to not test NetBSD/i386 Tk since NetBSD/i386 has no X11 libraries check-in: f0be818478 user: rkeene tags: trunk | |
2011-08-03
| ||
19:56 | Added more build targets to the test check-in: 3cff1ace94 user: rkeene tags: trunk | |
19:53 |
Added more cross-compilers
Updated cross-compiling to use a fake "uname" to deal with Tcl's broken-ness with respect to cross-compiling check-in: 8efaf47298 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [bf30a5a38f] to [3f337bf8a0].
︙ | |||
63 64 65 66 67 68 69 | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | - + | Xvfb :31 -screen 0 800x600x24 -nolisten tcp >/dev/null 2>/dev/null & echo "$!" )" DISPLAY=:31 export DISPLAY failed="" |
︙ | |||
111 112 113 114 115 116 117 118 119 120 121 122 123 124 | 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | + + + | iszip="1" ;; linux-amd64|linux-amd64-*|\ solaris-i386|solaris-i386-*|\ solaris-amd64|solaris-amd64-*|\ solaris-sparc|solaris-sparc-*|\ solaris-sparc64|solaris-sparc64-*|\ freebsd-amd64|freebsd-amd64-*|\ netbsd-i386|netbsd-i386-*|\ netbsd-amd64|netbsd-amd64-*|\ hpux-hppa64|hpux-hppa64-*) platform="$(echo "${kit}" | cut -f 1-2 -d '-')" kitcreator="./build/make-kit-${platform}" runnable="0" xcompile="1" iszip="0" ;; |
︙ |