Searched +full:libbenchmark +full:- +full:dev (Results 1 – 2 of 2) sorted by relevance
6 build-appleclang:7 runs-on: macos-latest9 fail-fast: false15 # Unlike GCC and upstream Clang, AppleClang still defaults to `-std=c++98`18 # we set the `-std` flag explicitly in order to vary the language version.20 CXXFLAGS: -O3 -g -std=c++${{ matrix.ver }}22 - uses: actions/checkout@v323 - name: Install Abseil, GoogleTest and Benchmark26 brew install abseil googletest google-benchmark28 - run: make && make test[all …]
6 build-linux:7 runs-on: ubuntu-latest12 fail-fast: false16 - uses: actions/checkout@v317 - name: Install CMake19 apt update -y20 apt install -y cmake22 - name: Install Abseil, GoogleTest and Benchmark24 apt update -y25 apt install -y libabsl-dev libgtest-dev libbenchmark-dev[all …]