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