File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 5656 with :
5757 python-version : ' 3.x'
5858
59- - run : pip install -r requirements.txt
59+ - run : pip install meson
6060
6161 - name : Install packages
6262 run : |
Original file line number Diff line number Diff line change 4848 with :
4949 python-version : ' 3.x'
5050
51- - run : pip install -r requirements.txt
51+ - run : pip install meson
5252
53- - run : brew install gcc
53+ - run : brew install gcc ninja
5454 - run : meson setup build
5555 env :
5656 FC : gfortran
Original file line number Diff line number Diff line change 2222 with :
2323 python-version : ' 3.x'
2424
25- - run : pip install -r requirements.txt
25+ - run : |
26+ pip install meson
27+ cinst -y ninja
2628
2729 - run : cmake -B build -G Ninja -DCMAKE_SH="CMAKE_SH-NOTFOUND"
2830 env :
5254 with :
5355 python-version : ' 3.x'
5456
55- - run : pip install -r requirements.txt
57+ - run : |
58+ pip install meson
59+ cinst -y ninja
5660
5761 - run : meson setup build
5862 env :
6973 if : failure()
7074 with :
7175 name : Windows_Meson_Testlog
72- path : build/meson-logs/testlog.txt
76+ path : build/meson-logs/testlog.txt
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments