tAdd bash as a requirement - cngf-pf-exp1 - experiments for first paper with continuum granular model
(HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1a825c892f1e92b67ad4360303743aa377b45f57
(DIR) parent e7fec3161cfc46ba5c6a1c072f0a8bf481524504
(HTM) 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 +-
M README.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -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:
(DIR) diff --git a/README.md b/README.md
t@@ -2,6 +2,7 @@
[](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)