Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
fix yml linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GiannaP committed Feb 21, 2022
1 parent 60e9084 commit 9238137
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,16 @@ jobs:
- name: Build runtime for general Banshee
working-directory: sw/snRuntime
run: mkdir build && cd build && cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-${{ matrix.toolchain
}} -DBUILD_TESTS=ON ${{ matrix.cmake_args }} -DSNITCH_RUNTIME=snRuntime-banshee-general .. && make
}} -DBUILD_TESTS=ON ${{ matrix.cmake_args }} -DSNITCH_RUNTIME=snRuntime-banshee-general
.. && make
- name: Test snRuntime for general Banshee
working-directory: sw/snRuntime/build
run: make test
- name: Build runtime for Snitch Banshee
working-directory: sw/snRuntime
run: mkdir build-snitch && cd build-snitch && cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-${{ matrix.toolchain
}} -DBUILD_TESTS=ON ${{ matrix.cmake_args }} -DSNITCH_RUNTIME=snRuntime-banshee .. && make
run: mkdir build-snitch && cd build-snitch && cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-${{
matrix.toolchain }} -DBUILD_TESTS=ON ${{ matrix.cmake_args }} -DSNITCH_RUNTIME=snRuntime-banshee
.. && make
- name: Test snRuntime for Snitch Banshee
working-directory: sw/snRuntime/build-snitch
run: make test
Expand Down Expand Up @@ -143,8 +145,9 @@ jobs:
run: make test
- name: Build runtime for Snitch Banshee
working-directory: sw/snRuntime
run: mkdir build-snitch && cd build-snitch && cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-${{ matrix.toolchain
}} -DBUILD_TESTS=ON -DSNITCH_RUNTIME=snRuntime-banshee .. && make
run: mkdir build-snitch && cd build-snitch && cmake -DCMAKE_TOOLCHAIN_FILE=toolchain-${{
matrix.toolchain }} -DBUILD_TESTS=ON -DSNITCH_RUNTIME=snRuntime-banshee ..
&& make
- name: Test snRuntime for Snitch Banshee
working-directory: sw/snRuntime/build-snitch
run: make test
Expand Down

0 comments on commit 9238137

Please sign in to comment.