- Jan 13, 2019
-
-
Giovanni Bussi authored
-
- Dec 18, 2018
-
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Dec 12, 2018
-
-
Giovanni Bussi authored
-
- Dec 07, 2018
-
-
Giovanni Bussi authored
-
- Nov 27, 2018
-
-
Giovanni Bussi authored
I made a few more changes to setup.py in order to work with MacPorts. This allowed me to add a temporary Portfile for py-plumed that is now used in travis tests. The plan is to submit this Portfile to MacPorts after we release v2.5 Notice that one test is duplicated (python/test) in order to be available when using nosetests from python.
-
- Nov 07, 2018
-
-
Giovanni Bussi authored
-
- Oct 24, 2018
-
-
carlocamilloni authored
disabled arrayfire from travis (but I kept the code if at some point we can make it numerically more stable)
-
Giovanni Bussi authored
this might decrease measured coverage, but will make the job faster and possibly capable to finish on travis-ci
-
Giovanni Bussi authored
-
- Oct 22, 2018
-
-
Giovanni Bussi authored
-
- Oct 16, 2018
-
-
carlocamilloni authored
-
carlocamilloni authored
-
carlocamilloni authored
-
- Sep 11, 2018
-
-
Giovanni Bussi authored
-
- Jun 20, 2018
-
-
Giovanni Bussi authored
Notice newer cppcheck versions are slower. In order to make the check fit on travis-ci I had to make a few extra changes: - better optimization flags when building cppcheck - force a number of ifdefs in the check Now master takes approx 25 minutes, so we have room for adding new code.
-
- May 04, 2018
-
-
Giovanni Bussi authored
-
- Apr 06, 2018
-
-
Giovanni Bussi authored
-
- Apr 05, 2018
-
-
Giovanni Bussi authored
This reverts commit d190c105.
-
Giovanni Bussi authored
This reverts commit 14eb6054.
-
Giovanni Bussi authored
This reverts commit 8e6a72aa.
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
Giovanni Bussi authored
-
- Apr 03, 2018
-
-
Giovanni Bussi authored
More efficient on travis-ci
-
- Mar 22, 2018
-
-
Giovanni Bussi authored
Fixes #332
-
- Mar 12, 2018
-
-
Giovanni Bussi authored
Coverage scan is now stored in a separate repository. This allows generating the manual and the coverage scan in two different travis jobs. Since this introduces a new travis job (for coverage scan), I removed another job that was redundant (build with mpi and -O3; notice that we always use -O3 since v2.4). System lapack are now tested on the first job. Fixes #348
-
- Feb 27, 2018
-
-
Giovanni Bussi authored
cc @hanatok
-
- Feb 19, 2018
-
-
Giovanni Bussi authored
Builds are faster on travis. Notice that all developers recompile the code without this option, so in order to check if the dependency options are fine we really do not need travis-ci.
-
- Feb 06, 2018
-
-
Giovanni Bussi authored
macports ccache was not saved correctly
-
- Dec 27, 2017
-
-
Giovanni Bussi authored
-
- Nov 22, 2017
-
-
Giovanni Bussi authored
I noticed that cache is not saved if brew is removed (apparently some travis tool requires a brew library)
-
- Nov 08, 2017
-
-
Giovanni Bussi authored
Exploits 07552b60
-
- Nov 03, 2017
-
-
Giovanni Bussi authored
-
- Oct 31, 2017
-
-
Giovanni Bussi authored
osx8.2 is deprecated.
-
- Oct 30, 2017
-
-
Giovanni Bussi authored
Problem was likely due to an upgrade of mpi in homebrew on travis
-
- Oct 11, 2017
-
-
Giovanni Bussi authored
-
- Sep 29, 2017
-
-
Giovanni Bussi authored
Merging debug flags and doc build (949397c0) was a bad idea since the resulting job takes too long (doesn't fit in 50 minutes for master branch) I split them again, resulting in 6 jobs.
-
Giovanni Bussi authored
@gtribello please double check this. There are problems with conda on travis since it expects a compiler newer than the installed one. Namely, there were recent failures related to unsupported gcc flags (see https://travis-ci.org/plumed/plumed2/jobs/280964029)
-
Giovanni Bussi authored
goes with a5daa52d
-