Skip to content
Snippets Groups Projects
Commit 646cb382 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed some travis warning

parent d475c7e9
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment