Skip to content

Commit cb285e6

Browse files
authored
Merge pull request #75 from Simple-Robotics/pixi_ci
Small cleaning of Pixi and CI
2 parents 8eedcd9 + 5ea7c0f commit cb285e6

File tree

3 files changed

+2305
-4107
lines changed

3 files changed

+2305
-4107
lines changed

.github/workflows/macos-linux-pixi.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@ on:
77
- '.gitignore'
88
- '*.md'
99
- 'CHANGELOG.md'
10-
pull_request:
11-
paths-ignore:
12-
- 'doc/'
13-
- '.gitignore'
14-
- '*.md'
15-
- 'CHANGELOG.md'
10+
1611
concurrency:
1712
group: ${{ github.workflow }}-${{ github.ref }}
1813
cancel-in-progress: true
1914

2015
jobs:
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}"
@@ -31,7 +26,6 @@ jobs:
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()

0 commit comments

Comments
 (0)