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
646cb382
There was an error fetching the commit references. Please try again later.
Commit
646cb382
authored
5 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Patches
Plain Diff
Fixed some travis warning
parent
d475c7e9
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
+1
-9
1 addition, 9 deletions
.travis.yml
with
1 addition
and
9 deletions
.travis.yml
+
1
−
9
View file @
646cb382
language
:
cpp
cache
:
ccache
matrix
:
jobs
:
include
:
# list of configurations to be attempted:
# MPI + doc
...
...
@@ -10,36 +10,29 @@ matrix:
-
name
:
Run all tests and build doc. All features enabled (system blas and lapack + asmjit)
os
:
linux
dist
:
trusty
sudo
:
required
env
:
PLUMED_CC=mpicc PLUMED_CXX=mpic++ MAKEDOC=yes PLUMED_ALL_TESTS=yes LAPACK=yes ASMJIT=673dcefa
-
name
:
Run all tests and scan coverage
os
:
linux
dist
:
trusty
sudo
:
required
env
:
PLUMED_CC=mpicc PLUMED_CXX=mpic++ MAKECOVERAGE=yes PLUMED_ALL_TESTS=yes
-
name
:
Debug flags, no MPI
os
:
linux
dist
:
trusty
sudo
:
required
env
:
PLUMED_CC=gcc PLUMED_CXX=g++ CONFIG_FLAGS="--enable-debug --enable-debug-glibcxx"
-
name
:
Debug flags, MPI
os
:
linux
dist
:
trusty
sudo
:
required
env
:
PLUMED_CC=mpicc PLUMED_CXX=mpic++ CONFIG_FLAGS="--enable-debug --enable-debug-glibcxx"
-
name
:
Cppcheck and codecheck
os
:
linux
dist
:
trusty
sudo
:
required
env
:
CPPCHECK=yes CPPCHECK_VERSION=1.88
-
name
:
External blas with internal lapack
os
:
linux
if
:
branch =~ ^test- OR type IN(pull_request)
dist
:
trusty
sudo
:
required
env
:
PLUMED_CC=mpicc PLUMED_CXX=mpic++ PLUMED_CXXFLAGS=-O3 LAPACK=yes CONFIG_FLAGS="--disable-external-lapack"
-
name
:
Docker image (ubuntu 17, with gcc6)
sudo
:
required
if
:
branch =~ ^test- OR type IN(pull_request)
services
:
docker
env
:
PLUMED_DOCKER=yes
...
...
@@ -89,7 +82,6 @@ matrix:
os
:
linux
if
:
branch =~ ^test- OR tag IS present OR type IN(pull_request) OR type IN(cron)
dist
:
trusty
sudo
:
required
env
:
PLUMED_CONDA=yes
# osx conda package
-
name
:
Conda build, MacOS
...
...
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