diff --git a/.circleci/config.yml b/.circleci/config.yml index a577a3600..b4d4d5401 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,8 @@ jobs: parallelism: 4 steps: - checkout - - run: + - run: + curl -s https://codecov.io/bash | bash -s -- sudo apt-get update || true; sudo apt-get install cmake lp-solve; rm -rf build; @@ -22,3 +23,4 @@ jobs: cmake ../test; make; ctest -j8 --verbose; +