forked from test-pipeline/orthrus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis: Testing in-source build of clang tooling
- Loading branch information
Bhargava Shastry
committed
Apr 5, 2017
1 parent
e7139e8
commit 4a4b726
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,9 +52,9 @@ echo -e "\t[+] Installing clang-sdict to /usr/local/bin" | |
echo -e "\t[+] Install bear v2.1.5" | ||
wget https://launchpadlibrarian.net/240291131/bear_2.1.5.orig.tar.gz && tar xzf bear_2.1.5.orig.tar.gz && rm bear_2.1.5.orig.tar.gz | ||
mkdir Bear-2.1.5.build && cd Bear-2.1.5.build && cmake ../Bear-2.1.5 && make -j all && sudo make install && cd .. && rm -rf Bear-2.1.5 Bear-2.1.5.build | ||
echo -e "\t[+] Install cmake v3.2" | ||
wget http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz && tar xf cmake-3.2.2.tar.gz && cd cmake-3.2.2 | ||
./configure && make -j && sudo make install && cd .. && rm cmake-3.2.2.tar.gz | ||
#echo -e "\t[+] Install cmake v3.2" | ||
#wget http://www.cmake.org/files/v3.2/cmake-3.2.2.tar.gz && tar xf cmake-3.2.2.tar.gz && cd cmake-3.2.2 | ||
#./configure && make -j && sudo make install && cd .. && rm cmake-3.2.2.tar.gz | ||
echo -e "\t[+] Install clang tooling infrastructure" | ||
git clone [email protected]:test-pipeline/clang.git && cd clang/tools/clang-sdict git clone [email protected]:test-pipeline/clang-ginfer.git | ||
cd ../../../ && mkdir build-clang && cd build-clang && cmake ../clang && ninja |