Overview
Comment: | Updated runner for 64-bit Windows builds to use 64-bit Windows emulator |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c27f57d4e03b2f3f4e3b38509ceed05e |
User & Date: | rkeene on 2013-09-30 06:40:14 |
Other Links: | manifest | tags |
Context
2013-10-02
| ||
11:38 | Updated to support 64-bit tests better check-in: 75b6b83bca user: rkeene tags: trunk | |
2013-09-30
| ||
06:40 | Updated runner for 64-bit Windows builds to use 64-bit Windows emulator check-in: c27f57d4e0 user: rkeene tags: trunk | |
06:24 | Added initial support for Win64-amd64 nightly builds check-in: 9ef1199acb user: rkeene tags: trunk | |
Changes
Modified build/test/test from [47564a4663] to [40509a80e0].
︙ | ︙ | |||
110 111 112 113 114 115 116 | runnable="1" kitruncmd="wine" ;; win64|win64-*) kitcreator="./build/make-kit-win32" xcompile="1" runnable="1" | | | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | runnable="1" kitruncmd="wine" ;; win64|win64-*) kitcreator="./build/make-kit-win32" xcompile="1" runnable="1" kitruncmd="wine64" args="${args} --enable-64bit" ;; linux-mipsel-min|linux-mipsel-min-kitdll) kitcreator="./build/make-kit-linux-mipsel" runnable="0" xcompile="1" notk="1" |
︙ | ︙ |