File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
11
- debug :
12
- - true
13
- - false
14
- llvm :
15
- - 16
16
11
target :
17
12
- i686-pc-windows-msvc/msvc
18
13
- x86_64-pc-windows-msvc/msvc
21
16
- x86_64-unknown-linux-gnu/clang
22
17
- aarch64-unknown-linux-gnu/gcc
23
18
- aarch64-unknown-linux-gnu/clang
19
+ debug :
20
+ - true
21
+ - false
22
+ llvm :
23
+ - 16
24
24
include :
25
25
- target : i686-pc-windows-msvc/msvc
26
26
architecture : Win32
92
92
./configure --prefix="$(pwd)/../build"
93
93
make install --jobs 2
94
94
make clean --jobs 2
95
- sudo apt install --yes "gcc-$HOST" qemu-user
96
95
export HOST=${{ matrix.architecture }}-linux-gnu
96
+ sudo apt install --yes "gcc-$HOST" qemu-user
97
97
${{ !matrix.debug && matrix.compiler == 'clang' && './configure --enable-optimizations' || '' }}
98
98
${{ !matrix.debug && matrix.compiler == 'clang' && 'make profile-run-stamp --jobs 2' || '' }}
99
99
export CC="${{ matrix.compiler == 'clang' && 'clang --target=$HOST' || '$HOST-gcc' }}"
You can’t perform that action at this time.
0 commit comments