Commit d8866ed5 authored by Feng Xiao's avatar Feng Xiao

Merge pull request #248 from tamird/test-on-osx

CI: OS X + faster builds
parents 813d6d65 a2655e7c
sudo: false
language: cpp
script: ./autogen.sh && ./configure && make distcheck
os:
- linux
- osx
script: ./autogen.sh && ./configure && make distcheck -j2
notifications:
email: false
......@@ -991,7 +991,7 @@ TEST_F(CommandLineInterfaceTest, WriteDependencyManifestFile) {
" optional Foo foo = 1;\n"
"}\n");
string current_working_directory = get_current_dir_name();
string current_working_directory = getcwd(NULL, 0);
SwitchToTempDirectory();
Run("protocol_compiler --dependency_out=manifest --test_out=. "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment