File tree Expand file tree Collapse file tree 3 files changed +2305
-4107
lines changed
Expand file tree Collapse file tree 3 files changed +2305
-4107
lines changed Original file line number Diff line number Diff line change 77 - ' .gitignore'
88 - ' *.md'
99 - ' CHANGELOG.md'
10- pull_request :
11- paths-ignore :
12- - ' doc/'
13- - ' .gitignore'
14- - ' *.md'
15- - ' CHANGELOG.md'
10+
1611concurrency :
1712 group : ${{ github.workflow }}-${{ github.ref }}
1813 cancel-in-progress : true
1914
2015jobs :
2116 simple-mpc-pixi :
22- name : ${{ matrix.os }} - Env ${{ matrix.environment }} ${{ matrix.build_type }}
17+ name : ${{ matrix.os }} - ${{ matrix.build_type }}
2318 runs-on : ${{ matrix.os }}
2419 env :
2520 CCACHE_BASEDIR : " ${GITHUB_WORKSPACE}"
3126 fail-fast : false
3227 matrix :
3328 os : [ubuntu-latest, macos-latest]
34- environment : [all]
3529 build_type : [Release, Debug]
3630
3731 steps :
@@ -49,15 +43,13 @@ jobs:
4943 with :
5044 pixi-version : v0.56.0
5145 cache : true
52- environments : ${{ matrix.environment }}
5346
5447 - name : Build simple-mpc
5548 shell : bash -l {0}
5649 env :
5750 CMAKE_BUILD_PARALLEL_LEVEL : 4
58- SIMPLE_MPC_BUILD_TYPE : ${{ matrix.build_type }}
5951 run : |
60- pixi run -e ${{ matrix.environment }} test
52+ pixi run test ${{ matrix.build_type }}
6153
6254 check :
6355 if : always()
You can’t perform that action at this time.
0 commit comments