Skip to content

Commit

Permalink
Travis: Reverted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargava Shastry committed Apr 10, 2017
1 parent 08958d6 commit 8c6269d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ wget http://www.cmake.org/files/v3.7/cmake-3.7.2.tar.gz && tar xf cmake-3.7.2.ta
./configure && make && sudo make install && cd .. && rm cmake-3.7.2.tar.gz && export PATH=$PATH:/usr/local/bin
echo -e "\t[+] Install clang tooling infrastructure"
git clone https://github.com/test-pipeline/clang.git && mkdir -p clang/tools/clang-sdict && cd clang/tools/clang-sdict && git clone https://github.com/test-pipeline/clang-ginfer.git
cd ../../../ && mkdir build-clang && cd build-clang && export PATH=`echo $PATH | sed 's/\/usr\/local\/clang-3.5.0\/bin://g'` && cmake ../clang && ninja
cd ../../../ #&& mkdir build-clang && cd build-clang && export PATH=`echo $PATH | sed 's/\/usr\/local\/clang-3.5.0\/bin://g'` && cmake ../clang && ninja

0 comments on commit 8c6269d

Please sign in to comment.