1
0

tasks.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. [{
  2. "type": "task",
  3. "name": "Nightly Schedule",
  4. "steps": [
  5. {
  6. "name": "Run Windows Pilot",
  7. "type": "runschedule",
  8. "parameter": "Windows Pilot"
  9. }
  10. ]
  11. },
  12. {
  13. "type": "task",
  14. "name": "Windows Pilot",
  15. "steps": [
  16. {
  17. "name": "Update code",
  18. "type": "execute",
  19. "parameter": "$SRCROOT/os/tasks/winbuild/git_up.sh"
  20. },
  21. {
  22. "name": "Package source",
  23. "type": "execute",
  24. "parameter": "$SRCROOT/os/tasks/winbuild/package_source.sh"
  25. },
  26. {
  27. "name": "Upload source",
  28. "type": "execute",
  29. "parameter": "$SRCROOT/os/tasks/winbuild/upload_source.sh"
  30. },
  31. {
  32. "name": "Start Native Pilot x86",
  33. "type": "runschedule",
  34. "parameter": "Native Pilot x86"
  35. },
  36. {
  37. "name": "Start Native Pilot x86q",
  38. "type": "runschedule",
  39. "parameter": "Native Pilot x86q"
  40. },
  41. {
  42. "name": "Start Native Pilot armv7",
  43. "type": "runschedule",
  44. "parameter": "Native Pilot armv7"
  45. },
  46. {
  47. "name": "Start Native Pilot armv6",
  48. "type": "no-op",
  49. "parameter": "Native Pilot armv6"
  50. },
  51. {
  52. "name": "Run Windows Compile x86 chk",
  53. "type": "runschedule",
  54. "parameter": "Windows Compile x86 chk"
  55. },
  56. {
  57. "name": "Run Windows Compile armv7 chk",
  58. "type": "runschedule",
  59. "parameter": "Windows Compile armv7 chk"
  60. },
  61. {
  62. "name": "Run Windows Compile armv6 chk",
  63. "type": "runschedule",
  64. "parameter": "Windows Compile armv6 chk"
  65. }
  66. ]
  67. },
  68. {
  69. "type": "task",
  70. "name": "Windows Compile",
  71. "steps": [
  72. {
  73. "name": "Make wipe",
  74. "type": "execute",
  75. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/os wipe"
  76. },
  77. {
  78. "name": "Make awk (tools)",
  79. "type": "execute",
  80. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/awk tools"
  81. },
  82. {
  83. "name": "Make binutils (tools)",
  84. "type": "execute",
  85. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/binutils-2.23 tools"
  86. },
  87. {
  88. "name": "Make GMP (tools)",
  89. "type": "execute",
  90. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/gmp-4.3.2 tools"
  91. },
  92. {
  93. "name": "Make MPFR (tools)",
  94. "type": "execute",
  95. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/mpfr-2.4.2 tools"
  96. },
  97. {
  98. "name": "Make MPC (tools)",
  99. "type": "execute",
  100. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/mpc-0.8.1 tools"
  101. },
  102. {
  103. "name": "Make GCC (tools)",
  104. "type": "execute",
  105. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/gcc-4.9.2 tools"
  106. },
  107. {
  108. "name": "Make NCurses (tools)",
  109. "type": "execute",
  110. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/ncurses-5.9 tools"
  111. },
  112. {
  113. "name": "Make ACPICA (tools)",
  114. "type": "execute",
  115. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/acpica-unix-20140424 tools"
  116. },
  117. {
  118. "name": "Make dmake (tools)",
  119. "type": "execute",
  120. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/dmake-DMAKE_4_12_2_2 tools"
  121. },
  122. {
  123. "name": "Make perl (tools)",
  124. "type": "execute",
  125. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/perl-5.20.1 tools"
  126. },
  127. {
  128. "name": "Make openssl (tools)",
  129. "type": "execute",
  130. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/openssl-1.0.2h tools"
  131. },
  132. {
  133. "name": "Make m4 (tools)",
  134. "type": "execute",
  135. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/m4-1.4.17 tools"
  136. },
  137. {
  138. "name": "Make autoconf (tools)",
  139. "type": "execute",
  140. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/autotools/autoconf tools"
  141. },
  142. {
  143. "name": "Make automake (tools)",
  144. "type": "execute",
  145. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/autotools/automake tools"
  146. },
  147. {
  148. "name": "Make libtool (tools)",
  149. "type": "execute",
  150. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/autotools/libtool tools"
  151. },
  152. {
  153. "name": "Make cmake (tools)",
  154. "type": "execute",
  155. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/cmake-3.5.2 tools"
  156. },
  157. {
  158. "name": "Make awk",
  159. "type": "execute",
  160. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/awk"
  161. },
  162. {
  163. "name": "Make zlib",
  164. "type": "execute",
  165. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/zlib-1.2.8"
  166. },
  167. {
  168. "name": "Make libiconv",
  169. "type": "execute",
  170. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/libiconv-1.14"
  171. },
  172. {
  173. "name": "Make binutils",
  174. "type": "execute",
  175. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/binutils-2.23"
  176. },
  177. {
  178. "name": "Make GMP",
  179. "type": "execute",
  180. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/gmp-4.3.2"
  181. },
  182. {
  183. "name": "Make MPFR",
  184. "type": "execute",
  185. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/mpfr-2.4.2"
  186. },
  187. {
  188. "name": "Make MPC",
  189. "type": "execute",
  190. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/mpc-0.8.1"
  191. },
  192. {
  193. "name": "Make GCC",
  194. "type": "execute",
  195. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/gcc-4.9.2"
  196. },
  197. {
  198. "name": "Make expat",
  199. "type": "execute",
  200. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/expat-2.1.0"
  201. },
  202. {
  203. "name": "Make dmake",
  204. "type": "execute",
  205. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/dmake-DMAKE_4_12_2_2"
  206. },
  207. {
  208. "name": "Make openssl",
  209. "type": "execute",
  210. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/openssl-1.0.2h"
  211. },
  212. {
  213. "name": "Make openssh",
  214. "type": "execute",
  215. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/openssh-6.7p1"
  216. },
  217. {
  218. "name": "Make M4",
  219. "type": "execute",
  220. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/m4-1.4.17"
  221. },
  222. {
  223. "name": "Make ca-certificates",
  224. "type": "execute",
  225. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/ca-certificates"
  226. },
  227. {
  228. "name": "Make bison",
  229. "type": "execute",
  230. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/bison-3.0.2"
  231. },
  232. {
  233. "name": "Make tar",
  234. "type": "execute",
  235. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/tar-1.27.1"
  236. },
  237. {
  238. "name": "Make make",
  239. "type": "execute",
  240. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/make-3.82"
  241. },
  242. {
  243. "name": "Make gzip",
  244. "type": "execute",
  245. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/gzip-1.6"
  246. },
  247. {
  248. "name": "Make patch",
  249. "type": "execute",
  250. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/patch-2.7"
  251. },
  252. {
  253. "name": "Make flex",
  254. "type": "execute",
  255. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/flex-2.5.39"
  256. },
  257. {
  258. "name": "Make byacc",
  259. "type": "execute",
  260. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/byacc-20141128"
  261. },
  262. {
  263. "name": "Make iASL",
  264. "type": "execute",
  265. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/acpica-unix-20140424"
  266. },
  267. {
  268. "name": "Make SQLite",
  269. "type": "execute",
  270. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/sqlite-autoconf-3080500"
  271. },
  272. {
  273. "name": "Make NCurses",
  274. "type": "execute",
  275. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/ncurses-5.9"
  276. },
  277. {
  278. "name": "Make readline",
  279. "type": "execute",
  280. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/readline-6.3"
  281. },
  282. {
  283. "name": "Make nano",
  284. "type": "execute",
  285. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/nano-2.2.6"
  286. },
  287. {
  288. "name": "Make vim",
  289. "type": "execute",
  290. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/vim-7.4"
  291. },
  292. {
  293. "name": "Make vttest",
  294. "type": "execute",
  295. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/vttest-20140305"
  296. },
  297. {
  298. "name": "Make xz",
  299. "type": "execute",
  300. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/xz-5.2.1"
  301. },
  302. {
  303. "name": "Make bzip2",
  304. "type": "execute",
  305. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/bzip2-1.0.6"
  306. },
  307. {
  308. "name": "Make pcre",
  309. "type": "execute",
  310. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/pcre-8.39"
  311. },
  312. {
  313. "name": "Make wget",
  314. "type": "execute",
  315. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/wget-1.15"
  316. },
  317. {
  318. "name": "Make opkg",
  319. "type": "execute",
  320. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/opkg-0.2.4"
  321. },
  322. {
  323. "name": "Make shadow",
  324. "type": "execute",
  325. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/shadow-4.2.1"
  326. },
  327. {
  328. "name": "Make apr",
  329. "type": "execute",
  330. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/apr-1.5.1"
  331. },
  332. {
  333. "name": "Make apr-util",
  334. "type": "execute",
  335. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/apr-util-1.5.4"
  336. },
  337. {
  338. "name": "Make subversion",
  339. "type": "execute",
  340. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/subversion-1.8.11"
  341. },
  342. {
  343. "name": "Make bash",
  344. "type": "execute",
  345. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/bash-4.3.30"
  346. },
  347. {
  348. "name": "Make dash",
  349. "type": "execute",
  350. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/dash-0.5.8"
  351. },
  352. {
  353. "name": "Make mbedtls",
  354. "type": "execute",
  355. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/mbedtls-1.3.10"
  356. },
  357. {
  358. "name": "Make libssh2",
  359. "type": "execute",
  360. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/libssh2-1.5.0"
  361. },
  362. {
  363. "name": "Make curl",
  364. "type": "execute",
  365. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/curl-7.41.0"
  366. },
  367. {
  368. "name": "Make less",
  369. "type": "execute",
  370. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/less-481"
  371. },
  372. {
  373. "name": "Make git",
  374. "type": "execute",
  375. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/git-2.3.5"
  376. },
  377. {
  378. "name": "Make autoconf",
  379. "type": "execute",
  380. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/autotools/autoconf"
  381. },
  382. {
  383. "name": "Make automake",
  384. "type": "execute",
  385. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/autotools/automake"
  386. },
  387. {
  388. "name": "Make libtool",
  389. "type": "execute",
  390. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/autotools/libtool"
  391. },
  392. {
  393. "name": "Make tcl",
  394. "type": "execute",
  395. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/tcl8.6.5"
  396. },
  397. {
  398. "name": "Make pcre2",
  399. "type": "execute",
  400. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/pcre2-10.21"
  401. },
  402. {
  403. "name": "Make libxml2",
  404. "type": "execute",
  405. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/libxml2-2.9.4"
  406. },
  407. {
  408. "name": "Make apache",
  409. "type": "execute",
  410. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/httpd-2.4.20"
  411. },
  412. {
  413. "name": "Make cmake",
  414. "type": "execute",
  415. "parameter": "src/os/tasks/build/make.sh third-party/build/cmake-3.5.2"
  416. },
  417. {
  418. "name": "Make lua",
  419. "type": "execute",
  420. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/third-party/build/lua-5.3.3"
  421. },
  422. {
  423. "name": "Make OS",
  424. "type": "execute",
  425. "parameter": "$SRCROOT/os/tasks/winbuild/make.sh $SRCROOT/os test"
  426. },
  427. {
  428. "name": "Create Windows binaries",
  429. "type": "execute",
  430. "parameter": "$SRCROOT/os/tasks/winbuild/package_binaries.sh"
  431. },
  432. {
  433. "name": "Upload Windows binaries",
  434. "type": "execute",
  435. "parameter": "$SRCROOT/os/tasks/winbuild/upload_binaries.sh"
  436. }
  437. ]
  438. },
  439. {
  440. "type": "task",
  441. "name": "Generate Distributables",
  442. "steps": [
  443. {
  444. "name": "Package Distributables",
  445. "type": "execute",
  446. "parameter": "$SRCROOT/os/tasks/winbuild/package_distrib.sh"
  447. }
  448. ]
  449. }]