Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
c9731919
Commit
c9731919
authored
Apr 02, 2015
by
Daniel Agar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis-ci switch to clang-3.5
parent
d45dbdbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.travis.yml
.travis.yml
+4
-2
No files found.
.travis.yml
View file @
c9731919
...
...
@@ -14,11 +14,12 @@ cache:
addons
:
apt
:
sources
:
-
llvm-toolchain-precise-3.5
-
ubuntu-toolchain-r-test
packages
:
-
autoconf
-
ccache
-
clang-3.
4
-
clang-3.
5
-
cmake
-
g++-4.8
-
libgmp3-dev
...
...
@@ -35,7 +36,8 @@ before_install:
-
wget http://www.cmake.org/files/v3.2/cmake-3.2.1-Linux-x86_64.tar.gz
-
tar zxf cmake-3.2.1-Linux-x86_64.tar.gz
-
export PATH=`pwd`/cmake-3.2.1-Linux-x86_64/bin:$PATH
-
if [ "$CXX" = "g++" ]; then export CC="gcc-4.8" CXX="g++-4.8"; fi
-
if [ "$CC" = "clang" ]; then export CC="clang-3.5" CXX="clang++-3.5"; fi
-
if [ "$CC" = "gcc" ]; then export CC="gcc-4.8" CXX="g++-4.8"; fi
install
:
-
git clone git://github.com/llvm-mirror/llvm.git ~/pyston_deps/llvm-trunk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment