File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,36 +12,35 @@ jobs:
1212 strategy :
1313 matrix :
1414 os :
15- - 13
1615 - 14
1716 - 15
17+ - 26
1818 runs-on : macos-${{ matrix.os }}
19- name : ' macos-${{ matrix.os }}'
19+ name : " macos-${{ matrix.os }}"
2020
2121 steps :
22- - name : Checkout code
23- uses : actions/checkout@v3
22+ - name : Checkout code
23+ uses : actions/checkout@v3
2424
25- - name : Set mamba environment
26- uses : mamba-org/setup-micromamba@v1
27- with :
28- environment-file : environment-dev.yml
29- cache-environment : true
25+ - name : Set mamba environment
26+ uses : mamba-org/setup-micromamba@v1
27+ with :
28+ environment-file : environment-dev.yml
29+ cache-environment : true
3030
31- - name : Configure
32- shell : bash -l {0}
33- run : |
34- mkdir -p build
35- cd build
36- cmake .. -DBUILD_TESTS=ON \
37- -GNinja
31+ - name : Configure
32+ shell : bash -l {0}
33+ run : |
34+ mkdir -p build
35+ cd build
36+ cmake .. -DBUILD_TESTS=ON \
37+ -GNinja
3838
39- - name : Build
40- shell : bash -l {0}
41- run : ninja -C build test_xtl
42-
43- - name : Test
44- run : |
45- cd build/test
46- ./test_xtl
39+ - name : Build
40+ shell : bash -l {0}
41+ run : ninja -C build test_xtl
4742
43+ - name : Test
44+ run : |
45+ cd build/test
46+ ./test_xtl
You can’t perform that action at this time.
0 commit comments