manus_continuum_granular1_exp

Experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/.manus_continuum_granular1_exp
Log | Files | Refs | Submodules | README | LICENSE

commit 1a825c892f1e92b67ad4360303743aa377b45f57
parent e7fec3161cfc46ba5c6a1c072f0a8bf481524504
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 25 Jun 2019 10:20:15 +0200

Add bash as a requirement

Diffstat:
M.gitlab-ci.yml | 2+-
MREADME.md | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -2,7 +2,7 @@ build-alpine: stage: build image: alpine:edge before_script: - - apk --no-cache add build-base git gnuplot + - apk --no-cache add build-base git gnuplot bash script: - make artifacts: diff --git a/README.md b/README.md @@ -2,6 +2,7 @@ [![pipeline status](https://gitlab.com/admesg/continuum_granular_exp_manus1/badges/master/pipeline.svg)](https://gitlab.com/admesg/continuum_granular_exp_manus1/commits/master) ## Requirements +- [Bash](https://www.gnu.org/software/bash/) - [Git](https://git-scm.com/) - A C99-compatible C compiler, e.g. `gcc` (from [GCC](https://gcc.gnu.org)) or `clang` (from [LLVM](http://llvm.org)) - [Gnuplot](http://gnuplot.info)