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
58909187
Commit
58909187
authored
Dec 06, 2014
by
Daniel Agar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add gcc-4.8 to the travis build matrix
parent
ed9475f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
.travis.yml
.travis.yml
+9
-1
No files found.
.travis.yml
View file @
58909187
language
:
cpp
compiler
:
-
clang
-
gcc
install
:
-
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
-
sudo add-apt-repository --yes ppa:kubuntu-ppa/backports
-
sudo apt-get -qq update
-
sudo apt-get install -yqq git cmake ninja-build ccache libncurses5-dev liblzma-dev libreadline-dev libgmp3-dev autoconf libtool python-dev clang-3.4 libstdc++-4.8-dev texlive-extra-utils
-
sudo apt-get install -yqq git cmake ninja-build libncurses5-dev liblzma-dev libreadline-dev libgmp3-dev autoconf libtool python-dev texlive-extra-utils
-
if [ "$CXX" = "clang++" ]; then sudo apt-get install -qq clang-3.4 libstdc++-4.8-dev; fi
-
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
-
if [ "$CXX" = "g++" ]; then export CC="gcc-4.8" CXX="g++-4.8"; fi
-
git clone git://github.com/llvm-mirror/llvm.git ~/pyston_deps/llvm-trunk
-
git clone git://github.com/llvm-mirror/clang.git ~/pyston_deps/llvm-trunk/tools/clang
-
git config --global user.email "you@example.com"
...
...
@@ -17,3 +21,7 @@ install:
script
:
-
cd ~/pyston-build && ninja -j4 && ninja lint check-format run_raytrace
os
:
-
linux
# - osx
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