Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
c425dc9e
Commit
c425dc9e
authored
9 years ago
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying to install clang
parent
a4058b88
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
.travis.yml
.travis.yml
+12
-0
No files found.
.travis.yml
View file @
c425dc9e
...
@@ -45,6 +45,18 @@ matrix:
...
@@ -45,6 +45,18 @@ matrix:
env
:
COMPILER=g++-5
env
:
COMPILER=g++-5
# from https://github.com/travis-ci/travis-ci/issues/6120
# from https://github.com/travis-ci/travis-ci/issues/6120
-
os
:
linux
env
:
-
LLVM_VERSION=3.8.0
-
LLVM_ARCHIVE_PATH=$HOME/clang+llvm.tar.xz
-
COMPILER=clang++
-
CXXFLAGS=-lc++
before_install
:
-
wget http://llvm.org/releases/$LLVM_VERSION/clang+llvm-$LLVM_VERSION-x86_64-linux-gnu-ubuntu-14.04.tar.xz -O $LLVM_ARCHIVE_PATH
-
mkdir $HOME/clang-$LLVM_VERSION
-
tar xf $LLVM_ARCHIVE_PATH -C $HOME/clang-$LLVM_VERSION --strip-components
1
-
cd $HOME/clang-$LLVM_VERSION ; sudo cp -R * /usr/local/
-
os
:
linux
-
os
:
linux
env
:
env
:
-
LLVM_VERSION=3.8.0
-
LLVM_VERSION=3.8.0
...
...
This diff is collapsed.
Click to expand it.
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