File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 include : [
16- { msystem: MSYS, arch: x86_64 },
1716 { msystem: MINGW64, arch: x86_64 },
1817 { msystem: MINGW32, arch: i686 }
1918 ]
2524
2625 - name : Setup MinGW native environment
2726 uses : msys2/setup-msys2@v2
28- if : contains(matrix.msystem, 'MINGW')
2927 with :
3028 msystem : ${{ matrix.msystem }}
3129 update : false
3836 mingw-w64-${{ matrix.arch }}-cmake
3937 mingw-w64-${{ matrix.arch }}-ninja
4038
41- - name : Setup msys POSIX environment
42- uses : msys2/setup-msys2@v2
43- if : contains(matrix.msystem, 'MSYS')
44- with :
45- msystem : MSYS
46- update : false
47- install : >-
48- git
49- mingw-w64-x86_64-gcc
50- mingw-w64-x86_64-gcc-fortran
51- python
52- python-pip
53- cmake
54- ninja
55-
56- - name : Install fypp
57- if : contains(matrix.msystem, 'MSYS')
58- run : pip install fypp
59-
6039 - run : >-
6140 PATH=$PATH:/mingw64/bin/ cmake
6241 -Wdev
You can’t perform that action at this time.
0 commit comments