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

Commit

Permalink
Don't build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Dec 27, 2020
1 parent f98b994 commit 42da304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
ignore:
- include/tao/json/external/**/*
- src/example/**/*
- contrib/**/*
- include/tao/json/external/*
4 changes: 2 additions & 2 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0
fetch-depth: 2

- run: cmake -E make_directory build

- working-directory: build/
run: cmake $GITHUB_WORKSPACE
run: cmake $GITHUB_WORKSPACE -DTAOCPP_JSON_BUILD_EXAMPLES=OFF

- working-directory: build/
run: cmake --build .
Expand Down

0 comments on commit 42da304

Please sign in to comment.