Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Guilhem Saurel
dynamic-graph
Commits
2d134575
Commit
2d134575
authored
11 years ago
by
Thomas Moulard
Browse files
Options
Downloads
Patches
Plain Diff
[travis] Use jrl-travis
parent
33ba70d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
.travis
+1
-0
1 addition, 0 deletions
.travis
.travis.yml
+29
-27
29 additions, 27 deletions
.travis.yml
.travis/build
+0
-47
0 additions, 47 deletions
.travis/build
cmake
+1
-1
1 addition, 1 deletion
cmake
with
34 additions
and
75 deletions
.gitmodules
+
3
−
0
View file @
2d134575
...
@@ -4,3 +4,6 @@
...
@@ -4,3 +4,6 @@
[submodule "cmake"]
[submodule "cmake"]
path = cmake
path = cmake
url = git://github.com/jrl-umi3218/jrl-cmakemodules.git
url = git://github.com/jrl-umi3218/jrl-cmakemodules.git
[submodule ".travis"]
path = .travis
url = git://github.com/jrl-umi3218/jrl-travis.git
This diff is collapsed.
Click to expand it.
.travis
@
5f856a60
Subproject commit 5f856a600e7ea80dae77507250ec7fc6a2dab488
This diff is collapsed.
Click to expand it.
.travis.yml
+
29
−
27
View file @
2d134575
script
:
./.travis/build
language
:
cpp
after_success
:
compiler
:
-
coveralls -e _travis/install -e tests
-
gcc
-
git config --global user.name "Travis CI"
-
clang
-
git config --global user.email "thomas.moulard+travis@gmail.com"
env
:
-
git remote set-url origin https://thomas-moulard:${GH_TOKEN}@github.com/stack-of-tasks/dynamic-graph.git
global
:
-
git fetch origin gh-pages:gh-pages
-
DEBSIGN_KEYID=5AE5CD75
-
cd _travis/build/doc && ../../../cmake/github/update-doxygen-doc.sh
-
secure
:
"
lEJYxth3fNsmvNS7Ern9+kEpHk4X3Tjo51GBUQBNL6g+YyZJKm4xwBEfwK+sewlmhY3oLUds+5H/2zE27q517kIcpP2Tlp4sRfooJfnBS7YYyF+1boxbvOXrZ2aqev3rzkyvKKMBg0UJTvAiSf7JgVCkMv33GeAX3/I+djEh23U="
before_install
:
-
secure
:
"
QTw5QQDaeQWBz6APcUCyl9P9UPI/T3j1++9o9fPxygS9R/7bQYNCrSH++owcAVCJgUI5oY3RmnYk/PjVygOLM0vbFqB2mMySibAhO/U3pSLtZ/HyPjqI9fX0TV/Cf7ji7soeXKk8p6kI2InMILpODLBaLdfm/jgCdAfecr5sGQI="
-
git submodule update --init --recursive
-
secure
:
"
JEcGQsUgEND64cAGVEHSxg8j7SlwofuYtLamANszs/h8FGYZ82rEjmG7r2zqSfBj/i1WsnSbTSsh8WJuXzvV8fw8enkcLEuJG9scQJzuzY8hnLe81o1fhEkclML0SLkLQ2Fu6rIqlKKeYwmJFFhSIj69ESRIkDhkjA1OrV7szzc="
-
sudo apt-get update -qq
-
APT_DEPENDENCIES="doxygen libboost-dev libboost-test-dev libboost-filesystem-dev libboost-system-dev libboost-thread-dev libboost-program-options-dev liblapack-dev gfortran libeigen3-dev"
-
sudo apt-get install -qq doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran
-
GIT_DEPENDENCIES="jrl-mathtools jrl-mal"
-
sudo pip install cpp-coveralls --use-mirrors
-
PPA_URI="stack-of-tasks/snapshot"
compiler
:
-
NSIQCPPSTYLE_FILEFILTERPATH=cmake/filefilter.txt
-
clang
notifications
:
-
gcc
hipchat
:
env
:
rooms
:
global
:
-
secure
:
"
SP8KX6gPzBT0BCpcL3ybK4Cgx7a7rmK3Hv/fD2lIf/RUdTwtzLh/J/l9xSYuMZisLe1tM+12vfP7r6t1RNdXrB7pSpYvFRNIWmyfBC7KnUFVn5rwxUnDPhKY3D/XaJ1cycbBJqJdUjYjFKCGEm4x6cpRRN61Ii66RAUvm1h9aHQ="
secure
:
VZsHMEVQT5ugtPedZE8bbqEEvnN9KqatLzfmlWIZ9rH0twzDw1xsNMlyIsBZzCe7VeiyUZQinCLWC3eWRSElk8ePqL9ZFl+Ddc17ngPjXqcf3YK9u3XJZvHqFPoLEPO9bh5nlBT+iMFdlqN3GG8SJMUzUuzu07X3CZy5e4RsqQo=
email
:
notifications
:
email
:
-
hpp-source@laas.fr
-
hpp-source@laas.fr
branches
:
branches
:
only
:
only
:
-
master
-
master
language
:
cpp
-
debian
matrix
:
script
:
./.travis/run build
allow_failures
:
after_success
:
./.travis/run after_success
-
compiler
:
clang
after_failure
:
./.travis/run after_failure
before_install
:
./.travis/run before_install
matrix
:
allow_failures
:
-
compiler
:
clang
This diff is collapsed.
Click to expand it.
.travis/build
deleted
100755 → 0
+
0
−
47
View file @
33ba70d6
#!/bin/sh
set
-
ev
# Directories.
root_dir
=
`pwd`
build_dir
=
"
$root_dir/_travis/build
"
install_dir
=
"
$root_dir/_travis/install
"
# Shortcuts.
git_clone
=
"
git clone --quiet --recursive
"
# Create layout.
rm
-
rf
"
$build_dir
"
"
$install_dir
"
mkdir
-
p
"
$build_dir
"
mkdir
-
p
"
$install_dir
"
# Setup environment variables.
export
LD_LIBRARY_PATH
=
"
$install_dir/lib:$LD_LIBRARY_PATH
"
export
LD_LIBRARY_PATH
=
"
$install_dir/lib/`dpkg-architecture -qDEB_BUILD_MULTIARCH`:$LD_LIBRARY_PATH
"
export
PKG_CONFIG_PATH
=
"
$install_dir/lib/pkgconfig:$PKG_CONFIG_PATH
"
export
PKG_CONFIG_PATH
=
"
$install_dir/lib/`dpkg-architecture -qDEB_BUILD_MULTIARCH`/pkgconfig:$PKG_CONFIG_PATH
"
install_dependency
()
{
echo
"
--> Compiling $1
"
mkdir
-
p
"
$build_dir/$1
"
cd
"
$build_dir
"
$
git_clone
"
git://github.com/$1
"
"
$1
"
cd
"
$build_dir/$1
"
cmake
.
-
DCMAKE_INSTALL_PREFIX
:
STRING
=
"
$install_dir
"
make
install
}
# Retrieve jrl-mathtools
install_dependency
jrl
-
umi3218
/
jrl
-
mathtools
install_dependency
jrl
-
umi3218
/
jrl
-
mal
# Compile and run tests
cd
"
$build_dir
"
cmake
"
$root_dir
"
-
DCMAKE_INSTALL_PREFIX
=
"
$install_dir
"
\
-
DCMAKE_CXX_FLAGS
=
"
--coverage
"
\
-
DCMAKE_EXE_LINKER_FLAGS
=
"
--coverage
"
\
-
DCMAKE_MODULE_LINKER_FLAGS
=
"
--coverage
"
\
-
DCMAKE_INSTALL_PREFIX
:
STRING
=
"
$install_dir
"
make
make
test
make
install
This diff is collapsed.
Click to expand it.
cmake
@
5740c604
Compare
1ad98457
...
5740c604
Subproject commit
1ad984575ca91a4e19ce9eb9d092e92d09fcb7fb
Subproject commit
5740c604bbd15729498eda8afc8f6c9acb67806c
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