Skip to content

Commit

Permalink
Disable build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Jul 16, 2024
1 parent a66eba9 commit b092d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ginkgo/ginkgo-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ VERSION=1.8.0
wget -c https://github.com/ginkgo-project/ginkgo/archive/refs/tags/v$VERSION.zip
unzip v$VERSION.zip && mv ginkgo-$VERSION ginkgo
cd ginkgo && mkdir build && cd build
cmake .. && make
cmake -DBUILD_TESTING="OFF" .. && make

0 comments on commit b092d89

Please sign in to comment.