Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere authored Sep 23, 2020
1 parent e8d0b43 commit b1c14ff
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
submodules: recursive
- name: Build
run: |
#git submodule update --checkout
#cd tools/CMock
#git pull --recurse-submodules
git submodule update --init --recursive
#cd ..
git submodule update --checkout
cd tools/CMock
git submodule update --init vendor/unity
cd ../..
sudo apt-get install -y lcov
cmake -S test/unit-test -B test/unit-test/build/ \
-G "Unix Makefiles" \
Expand Down

0 comments on commit b1c14ff

Please sign in to comment.