mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Actually checkout gtest 1.8.0 in travis tests.
The other way just makes a new branch pointing to refs/master/HEAD.
This commit is contained in:
parent
67a0e46f18
commit
c1e38d5a9f
@ -17,5 +17,5 @@ install:
|
||||
- sudo apt-get install -qq swig
|
||||
- sudo apt-get install -qq libboost-all-dev
|
||||
- sudo apt-get --reinstall install -qq language-pack-en language-pack-fr
|
||||
- git clone https://github.com/google/googletest ~/gtest && cd ~/gtest && git checkout release-1.8.0 && cd -
|
||||
- git clone https://github.com/google/googletest -b release-1.8.0 ~/gtest
|
||||
script: ./autogen.sh && ./configure GTEST_ROOT=~/gtest/googletest GMOCK_ROOT=~/gtest/googlemock && make && TZ="America/Los_Angeles" make check
|
||||
|
Loading…
Reference in New Issue
Block a user