| 43 - RECIPE=Pidgin3 |
43 - RECIPE=Pidgin3 |
| 44 - CONFIGURE_ARGS=-Dconsoleui=False |
44 - CONFIGURE_ARGS=-Dconsoleui=False |
| 45 stages: |
45 stages: |
| 46 - tasks: [import, build-target, export-target] |
46 - tasks: [import, build-target, export-target] |
| 47 |
47 |
| |
48 clang: |
| |
49 environment: [TARGET=clang] |
| |
50 stages: |
| |
51 - tasks: [import, build-target] |
| |
52 |
| 48 clean: |
53 clean: |
| 49 stages: |
54 stages: |
| 50 - tasks: [clean] |
55 - tasks: [clean] |
| |
56 |
| |
57 debian: |
| |
58 environment: [TARGET=debian-bullseye-amd64] |
| |
59 stages: |
| |
60 - tasks: [import, build-target] |
| |
61 |
| |
62 fedora: |
| |
63 environment: [TARGET=fedora-34-amd64] |
| |
64 stages: |
| |
65 - tasks: [import, build-target] |
| 51 |
66 |
| 52 mingw-w64-x86_64: |
67 mingw-w64-x86_64: |
| 53 environment: [DISTRO=mingw, VERSION=w64, ARCH=x86_64] |
68 environment: [DISTRO=mingw, VERSION=w64, ARCH=x86_64] |
| 54 stages: |
69 stages: |
| 55 - tasks: [import, build] |
70 - tasks: [import, build] |
| 69 stages: |
84 stages: |
| 70 - tasks: [import, build-target] |
85 - tasks: [import, build-target] |
| 71 - tasks: [export-target] |
86 - tasks: [export-target] |
| 72 run: always |
87 run: always |
| 73 |
88 |
| 74 subproject-build: |
|
| 75 environment: [TARGET=subproject-build] |
|
| 76 stages: |
|
| 77 - tasks: [import, build-target] |
|
| 78 |
|
| 79 ubuntu: |
89 ubuntu: |
| 80 environment: [TARGET=ubuntu-hirsute-amd64] |
90 environment: [TARGET=ubuntu-hirsute-amd64] |
| 81 stages: |
91 stages: |
| 82 - tasks: [import, build-target] |
92 - tasks: [import, build-target] |