1d_fd_simple_shear

Continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE

commit 60815244104ff136da823b895613c0979ecbffcf
parent ec7dfa9f0ee3daeb2dfef45f4703ca6e1399a978
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 10 Apr 2019 17:03:09 +0200

Add Gitlab CI configuration

Diffstat:
A.gitlab-ci.yml | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +build-alpine: + stage: build + image: alpine:edge + before_script: + - apk --no-cache add build-base + script: + - make + artifacts: + paths: + - 1d_fd_simple_shear.png