Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
np
nptool
Commits
78d4c49d
Commit
78d4c49d
authored
9 years ago
by
adrien-matta
Browse files
Options
Downloads
Patches
Plain Diff
* progress on clang compilation
parent
f65f75f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+6
-1
6 additions, 1 deletion
.travis.yml
with
6 additions
and
1 deletion
.travis.yml
+
6
−
1
View file @
78d4c49d
...
...
@@ -8,7 +8,12 @@ before_install:
-
sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ trusty main universe"
-
sudo apt-get update -qq
-
sudo apt-get install root-system -y
-
root-config --version
-
if [ "$CXX" == "clang++" ]; then sudo add-apt-repository -y ppa:h-rayflood/llvm; fi
install
:
# clang 3.4
-
if [ "$CXX" == "clang++" ]; then sudo apt-get install --allow-unauthenticated -qq clang-3.4; fi
-
if [ "$CXX" == "clang++" ]; then export CXX="clang++-3.4"; fi
script
:
-
cd NPLib
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment