This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/add_misc_to_coverage in repository https://gitbox.apache.org/repos/asf/celix.git
commit c76b3df5ced7a4ffeaa70ba4d8b5156462367e00 Author: Pepijn Noltes <[email protected]> AuthorDate: Mon May 18 15:21:59 2020 +0200 Adds misc/experimental to the coverage build --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2d7bdc8..79a2bee 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -29,6 +29,7 @@ jobs: BUILD_OPTIONS: | -DENABLE_TESTING=ON -DENABLE_CODE_COVERAGE=ON + -DBUILD_EXPERIMENTAL=ON run: | mkdir build cd build
