Skip to content

Commit

Permalink
ci rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 9, 2024
1 parent 8f50690 commit 5d04c1d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ on:
- 'hw/**'
- 'test/hil/**'
- 'tools/get_deps.py'
- 'tools/build.py'
- '.github/actions/**'
- '.github/workflows/build_cmake.yml'
- '.github/workflows/build.yml'
- '.github/workflows/ci_set_matrix.py'
pull_request:
branches: [ master ]
Expand All @@ -22,8 +23,9 @@ on:
- 'hw/**'
- 'test/hil/**'
- 'tools/get_deps.py'
- 'tools/build.py'
- '.github/actions/**'
- '.github/workflows/build_cmake.yml'
- '.github/workflows/build.yml'
- '.github/workflows/ci_set_matrix.py'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_family.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
if [[ "${{ inputs.toolchain }}" == *"clang"* ]]; then
OPTION="--toolchain clang"
fi
python tools/build_cmake.py -s ${{ inputs.build-system }} $OPTION ${{ matrix.family }}
python tools/build.py -s ${{ inputs.build-system }} $OPTION ${{ matrix.family }}
env:
PICO_SDK_PATH: ${{ github.workspace }}/pico-sdk
2 changes: 1 addition & 1 deletion .github/workflows/build_iar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: python3 tools/get_deps.py ${{ matrix.family }}

- name: Build
run: python3 tools/build_cmake.py --toolchain iar ${{ matrix.family }}
run: python3 tools/build.py --toolchain iar ${{ matrix.family }}

- name: Test on actual hardware (hardware in the loop)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hil_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Build
run: |
python tools/build_cmake.py $BOARD_LIST
python tools/build.py $BOARD_LIST
env:
PICO_SDK_PATH: ${{ github.workspace }}/pico-sdk

Expand Down
File renamed without changes.

0 comments on commit 5d04c1d

Please sign in to comment.