Skip to content

Commit

Permalink
use the other preset in the test gitub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Apr 10, 2024
1 parent 3251092 commit b363100
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cross-compile-special-sensors.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "cross-compile/format/lint all targets"
name: "cross-compile-sensors/format/lint all targets"
on:
push:
branches:
Expand Down Expand Up @@ -47,10 +47,10 @@ jobs:
cache-version: ${{ secrets.CACHE_VERSION }}

- name: Configure
run: cmake --preset=cross . -DUSE_PRESSURE_MOVE=true
run: cmake --preset=cross-sensor-buffer .

- name: Build all STM32G4 applications
run: cmake --build --preset=${{ matrix.target }} --target ${{ matrix.target }}-images ${{ matrix.target }}-applications
run: cmake --build ./build-cross-sensor --target ${{ matrix.target }}-images ${{ matrix.target }}-applications

format:
runs-on: "ubuntu-20.04"
Expand All @@ -76,10 +76,10 @@ jobs:
cache-version: ${{ secrets.CACHE_VERSION }}

- name: Configure
run: cmake --preset=cross . -DUSE_PRESSURE_MOVE=true
run: cmake --preset=cross-sensor-buffer .

- name: Format
run: cmake --build ./build-cross --target format-ci
run: cmake --build ./build-cross-sensor --target format-ci

lint:
runs-on: "ubuntu-20.04"
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
cache-version: ${{ secrets.CACHE_VERSION }}

- name: Configure
run: cmake --preset=cross . -DUSE_PRESSURE_MOVE=true
run: cmake --preset=cross-sensor-buffer .

- name: Format
run: cmake --build ./build-cross --target ${{ matrix.target }}-lint
run: cmake --build ./build-cross-sensor --target ${{ matrix.target }}-lint

0 comments on commit b363100

Please sign in to comment.