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
41ab5b1f
Commit
41ab5b1f
authored
Dec 28, 2014
by
Niels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ fixing coverall
parent
822172c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.coveralls.yml
.coveralls.yml
+0
-2
.travis.yml
.travis.yml
+2
-1
No files found.
.coveralls.yml
deleted
100644 → 0
View file @
822172c5
service_name
:
travis-pro
repo_token
:
F9bs4Nop10JRgqPQXRcifyQKYhb3FczkS
.travis.yml
View file @
41ab5b1f
...
@@ -2,13 +2,14 @@ language: cpp
...
@@ -2,13 +2,14 @@ language: cpp
compiler
:
compiler
:
-
gcc
-
gcc
-
clang
before_install
:
before_install
:
-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
-
sudo apt-get update -qq
-
sudo apt-get update -qq
-
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
-
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
-
sudo pip install cpp-coveralls
-
sudo pip install cpp-coveralls
yaml
before_script
:
before_script
:
-
autoreconf -iv
-
autoreconf -iv
...
...
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