Skip to content

Commit

Permalink
Merge pull request #803 from dalg24/gilab_gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Dec 28, 2022
2 parents cb91949 + a085a97 commit 6936c9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ stages:
script:
- git clone https://github.com/google/benchmark.git -b v1.4.1 &&
cd benchmark &&
git clone https://github.com/google/googletest.git -b release-1.8.1 &&
mkdir build && cd build &&
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DBENCHMARK_ENABLE_TESTING=OFF -DCMAKE_INSTALL_PREFIX=/ccsopen/proj/csc333/benchmark.install .. &&
make && make install
Expand Down

0 comments on commit 6936c9f

Please sign in to comment.