Skip to content

Commit

Permalink
Update gem and matching branch for tools/ceedling
Browse files Browse the repository at this point in the history
  • Loading branch information
Letme committed May 15, 2023
1 parent 956f47a commit 9ca2dd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp-coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo apt update
sudo apt-get install -y gcc-${{ matrix.gcc_version }} ruby rake gcc-multilib lcov wget
pip install gcovr==5.0
wget https://github.com/ThrowTheSwitch/Ceedling/releases/download/0.32.0-164e950/ceedling-0.32.0-164e950.gem -O ceedling.gem
wget https://github.com/ThrowTheSwitch/Ceedling/releases/download/0.32.0-772f5f4/ceedling-0.32.0-772f5f4.gem -O ceedling.gem
sudo gem install ceedling.gem
sudo gem install coveralls-lcov
sudo ln -fs /usr/bin/gcov-${{ matrix.gcc_version }} /usr/bin/gcov
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt update
sudo apt-get install -y gcc-${{ matrix.gcc_version }} ruby rake gcc-multilib lcov wget
pip install --user gcovr==3.3
wget https://github.com/ThrowTheSwitch/Ceedling/releases/download/0.32.0-164e950/ceedling-0.32.0-164e950.gem -O ceedling.gem
wget https://github.com/ThrowTheSwitch/Ceedling/releases/download/0.32.0-772f5f4/ceedling-0.32.0-772f5f4.gem -O ceedling.gem
sudo gem install ceedling.gem
- name: Unit tests
run: make utest CC=gcc
Expand All @@ -46,7 +46,7 @@ jobs:
run: |
sudo apt-get install -y clang-${{ matrix.clang_version }} ruby rake gcc-multilib lcov wget
pip install --user gcovr==3.3
wget https://github.com/ThrowTheSwitch/Ceedling/releases/download/0.32.0-164e950/ceedling-0.32.0-164e950.gem -O ceedling.gem
wget https://github.com/ThrowTheSwitch/Ceedling/releases/download/0.32.0-772f5f4/ceedling-0.32.0-772f5f4.gem -O ceedling.gem
sudo gem install ceedling.gem
sudo ln -fs /usr/bin/clang-${{ matrix.clang_version }} /usr/bin/clang
sudo ln -fs /usr/bin/llvm-cov-${{ matrix.clang_version }} /usr/bin/llvm-cov
Expand Down
2 changes: 1 addition & 1 deletion tools/ceedling

0 comments on commit 9ca2dd8

Please sign in to comment.