before_install.linux.sh 79 字节
Newer Older
Y
Yu Yang 已提交
1 2 3 4 5 6 7
#!/bin/bash
set -e
pushd /usr/src/gtest
cmake .
make
sudo cp *.a /usr/lib
popd