File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 30
30
31
31
# CMake-generated files:
32
32
CMakeFiles /
33
- CTestTestFile.cmake
34
- cmake_install.cmake
33
+ * .cmake
35
34
pkg-config /jsoncpp.pc
36
35
jsoncpp_lib_static.dir /
37
36
@@ -45,6 +44,7 @@ jsoncpp_lib_static.dir/
45
44
/src /lib_json /Makefile
46
45
/src /test_lib_json /Makefile
47
46
/src /test_lib_json /jsoncpp_test
47
+ * .a
48
48
49
49
# eclipse project files
50
50
.project
Original file line number Diff line number Diff line change 9
9
install :
10
10
# /usr/bin/gcc is 4.6 always, but gcc-X.Y is available.
11
11
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
12
- # /usr/bin/clang is our version already, and clang-X.Y does not exist .
13
- # - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7 " CC="clang-3.7 "; fi
12
+ # /usr/bin/clang has a conflict with gcc, so use clang-X.Y.
13
+ - if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.5 " CC="clang-3.5 "; fi
14
14
- echo ${PATH}
15
15
- ls /usr/local
16
16
- ls /usr/local/bin
@@ -22,10 +22,11 @@ addons:
22
22
apt :
23
23
sources :
24
24
- ubuntu-toolchain-r-test
25
+ - llvm-toolchain-precise-3.5
25
26
packages :
26
27
- gcc-4.9
27
28
- g++-4.9
28
- - clang
29
+ - clang-3.5
29
30
- valgrind
30
31
os :
31
32
- linux
You can’t perform that action at this time.
0 commit comments