mingw.yml (1176B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 --- 5 task-defaults: 6 treeherder: 7 tier: 2 8 worker-type: b-linux-docker-amd 9 worker: 10 max-run-time: 3600 11 12 linux64-mingw32-nsis: 13 description: "NSIS build for MinGW32 Cross Compile" 14 treeherder: 15 symbol: TMW(mingw32-nsis) 16 run: 17 script: build-mingw32-nsis.sh 18 toolchain-artifact: public/build/nsis.tar.zst 19 fetches: 20 fetch: 21 - nsis-3.07 22 - zlib-1.3.1 23 toolchain: 24 - linux64-binutils 25 - linux64-clang-mingw-x86 26 - sysroot-x86_64-linux-gnu 27 28 linux64-mingw-fxc2-x86: 29 description: "fxc2.exe x86 build for MinGW Cross Compile" 30 treeherder: 31 symbol: TMW(mingw-fxc2-x86) 32 worker: 33 max-run-time: 1800 34 run: 35 using: toolchain-script 36 script: build-mingw-fxc2-x86.sh 37 toolchain-artifact: public/build/fxc2.tar.zst 38 fetches: 39 fetch: 40 - fxc2 41 toolchain: 42 - linux64-clang-mingw-x86