Lines Matching full:target
11 name: "${{ matrix.target }} ${{ matrix.config }}"
17 target:
31 - { target: windows-2019, config: cygwin-release }
32 - { target: windows-2022, config: cygwin-release }
33 - { target: ubuntu-22.04, config: c89 }
34 - { target: ubuntu-22.04, config: clang-11 }
35 - { target: ubuntu-22.04, config: clang-12-Werror }
36 - { target: ubuntu-22.04, config: clang-14 }
37 - { target: ubuntu-22.04, config: clang-sanitize-address }
38 - { target: ubuntu-22.04, config: clang-sanitize-undefined }
39 - { target: ubuntu-22.04, config: gcc-9 }
40 - { target: ubuntu-22.04, config: gcc-11-Werror }
41 - { target: ubuntu-22.04, config: gcc-12-Werror }
42 - { target: ubuntu-22.04, config: gcc-sanitize-address }
43 - { target: ubuntu-22.04, config: gcc-sanitize-undefined }
44 - { target: ubuntu-22.04, config: hardenedmalloc }
45 - { target: ubuntu-22.04, config: heimdal }
46 - { target: ubuntu-22.04, config: kitchensink }
47 - { target: ubuntu-22.04, config: krb5 }
48 - { target: ubuntu-22.04, config: libedit }
49 - { target: ubuntu-22.04, config: pam }
50 - { target: ubuntu-22.04, config: selinux }
51 - { target: ubuntu-22.04, config: sk }
52 - { target: ubuntu-22.04, config: valgrind-1 }
53 - { target: ubuntu-22.04, config: valgrind-2 }
54 - { target: ubuntu-22.04, config: valgrind-3 }
55 - { target: ubuntu-22.04, config: valgrind-4 }
56 - { target: ubuntu-22.04, config: valgrind-unit }
57 - { target: ubuntu-22.04, config: without-openssl }
58 - { target: ubuntu-latest, config: gcc-14 }
59 - { target: ubuntu-latest, config: clang-15 }
60 - { target: ubuntu-latest, config: clang-19 }
61 - { target: ubuntu-latest, config: boringssl }
62 - { target: ubuntu-latest, config: aws-lc }
63 - { target: ubuntu-latest, config: libressl-master }
64 - { target: ubuntu-latest, config: libressl-3.2.6 }
65 - { target: ubuntu-latest, config: libressl-3.3.6 }
66 - { target: ubuntu-latest, config: libressl-3.4.3 }
67 - { target: ubuntu-latest, config: libressl-3.5.3 }
68 - { target: ubuntu-latest, config: libressl-3.6.1 }
69 - { target: ubuntu-latest, config: libressl-3.7.2 }
70 - { target: ubuntu-latest, config: libressl-3.8.4 }
71 - { target: ubuntu-latest, config: libressl-3.9.2 }
72 - { target: ubuntu-latest, config: libressl-4.0.0 }
73 - { target: ubuntu-latest, config: openssl-master }
74 - { target: ubuntu-latest, config: openssl-noec }
75 - { target: ubuntu-latest, config: openssl-1.1.1 }
76 - { target: ubuntu-latest, config: openssl-1.1.1t }
77 - { target: ubuntu-latest, config: openssl-1.1.1w }
78 - { target: ubuntu-latest, config: openssl-3.0.0 }
79 - { target: ubuntu-latest, config: openssl-3.0.15 }
80 - { target: ubuntu-latest, config: openssl-3.1.0 }
81 - { target: ubuntu-latest, config: openssl-3.1.7 }
82 - { target: ubuntu-latest, config: openssl-3.2.3 }
83 - { target: ubuntu-latest, config: openssl-3.3.2 }
84 - { target: ubuntu-latest, config: openssl-3.4.0 }
85 - { target: ubuntu-latest, config: openssl-1.1.1_stable }
86 - { target: ubuntu-latest, config: openssl-3.0 } # stable branch
87 - { target: ubuntu-latest, config: openssl-3.1 } # stable branch
88 - { target: ubuntu-latest, config: openssl-3.2 } # stable branch
89 - { target: ubuntu-latest, config: openssl-3.3 } # stable branch
90 - { target: ubuntu-latest, config: putty-0.71 }
91 - { target: ubuntu-latest, config: putty-0.72 }
92 - { target: ubuntu-latest, config: putty-0.73 }
93 - { target: ubuntu-latest, config: putty-0.74 }
94 - { target: ubuntu-latest, config: putty-0.75 }
95 - { target: ubuntu-latest, config: putty-0.76 }
96 - { target: ubuntu-latest, config: putty-0.77 }
97 - { target: ubuntu-latest, config: putty-0.78 }
98 - { target: ubuntu-latest, config: putty-0.79 }
99 - { target: ubuntu-latest, config: putty-0.80 }
100 - { target: ubuntu-latest, config: putty-0.81 }
101 - { target: ubuntu-latest, config: putty-0.82 }
102 - { target: ubuntu-latest, config: putty-0.83 }
103 - { target: ubuntu-latest, config: putty-snapshot }
104 - { target: ubuntu-latest, config: zlib-develop }
105 - { target: ubuntu-latest, config: tcmalloc }
106 - { target: ubuntu-latest, config: musl }
107 - { target: ubuntu-22.04-arm, config: kitchensink }
108 - { target: ubuntu-24.04-arm, config: kitchensink }
109 - { target: macos-13, config: pam }
110 - { target: macos-14, config: pam }
111 - { target: macos-15, config: pam }
112 runs-on: ${{ matrix.target }}
115 if: ${{ startsWith(matrix.target, 'windows') }}
118 if: ${{ startsWith(matrix.target, 'windows') }}
130 name: ${{ matrix.target }}-${{ matrix.config }}-config
145 name: ${{ matrix.target }}-${{ matrix.config }}-logs