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 13
13
fail-fast : false
14
14
matrix :
15
15
include : [
16
- { msystem: MSYS, arch: x86_64 },
17
16
{ msystem: MINGW64, arch: x86_64 },
18
17
{ msystem: MINGW32, arch: i686 }
19
18
]
25
24
26
25
- name : Setup MinGW native environment
27
26
uses : msys2/setup-msys2@v2
28
- if : contains(matrix.msystem, 'MINGW')
29
27
with :
30
28
msystem : ${{ matrix.msystem }}
31
29
update : false
38
36
mingw-w64-${{ matrix.arch }}-cmake
39
37
mingw-w64-${{ matrix.arch }}-ninja
40
38
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
-
60
39
- run : >-
61
40
PATH=$PATH:/mingw64/bin/ cmake
62
41
-Wdev
You can’t perform that action at this time.
0 commit comments