We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f6fbd commit e6735a5Copy full SHA for e6735a5
.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
10
- checkout
11
- run:
12
name: Installing GCC and CMake
13
- command: 'apt-get update && apt-get install -y gcc-7 cmake lcov curl'
+ command: 'apt-get update && apt-get install -y gcc g++ cmake lcov curl'
14
15
name: Build
16
command: cmake -DCOMPILE_TESTS=ON -DCOMPILE_EXAMPLES=ON -DCODE_COVERAGE=ON . && cmake --build .
0 commit comments