neuronsimulator / nrn-build-ci

Repository for scheduled NEURON CI.
0 stars 4 forks source link

Test the latest NEURON release; only on Mondays. #13

Closed olupton closed 3 years ago

olupton commented 3 years ago

Closes #2 by enabling test builds of the latest release (currently v8.0.0).

At present these are only enabled:

if [ $(date +%u) -eq 1 ]

i.e. only on Mondays, which seemed like a reasonable compromise between wasting resources and missing issues that emerge.