Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Martin Kurečka
Plumed AlphaFold
Commits
28e279f6
There was an error fetching the commit references. Please try again later.
Commit
28e279f6
authored
9 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Plain Diff
Merge branch 'v2.1' into v2.2
parents
b8db6a7e
ebd18bf5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+5
-5
5 additions, 5 deletions
.travis.yml
.travis/install.cppcheck
+4
-1
4 additions, 1 deletion
.travis/install.cppcheck
with
9 additions
and
6 deletions
.travis.yml
+
5
−
5
View file @
28e279f6
...
...
@@ -30,11 +30,11 @@ matrix:
# VALGRIND=yes to make valgrind tests, only when log contains string [valgrind]
install
:
# setup environment to allow install on the home directory
-
export PATH="$
PATH:$
HOME/opt/bin"
-
export CPATH="$
CPATH:$
HOME/opt/include"
-
export INCLUDE="$
INCLUDE:$
HOME/opt/include"
-
export LIBRARY_PATH="$
LIBRARY_PATH:$HOME/opt/lib
"
-
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH
:$HOME/opt/lib
"
-
export PATH="$HOME/opt/bin
:$PATH
"
-
export CPATH="$HOME/opt/include
:$CPATH
"
-
export INCLUDE="$HOME/opt/include
:$INCLUDE
"
-
export LIBRARY_PATH="$
HOME/opt/lib:$LIBRARY_PATH
"
-
export LD_LIBRARY_PATH="$
HOME/opt/lib:$
LD_LIBRARY_PATH"
# build the manual, only if log contains string [makedoc]
-
export PLUMED_NUM_THREADS=2
-
./.travis/check.log makedoc || MAKEDOC=no
...
...
This diff is collapsed.
Click to expand it.
.travis/install.cppcheck
+
4
−
1
View file @
28e279f6
...
...
@@ -16,8 +16,11 @@ else
fi
git checkout
$
tag
git checkout
$
version
make
-j
4
install
CFGDIR
=
"
$HOME
/opt/share/cppcheck/"
CXXFLAGS
=
"-O2 -march=native -mtune=native -Wunreachable-code"
PREFIX
=
"
$HOME
/opt"
cd
../
cppcheck
--version
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