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 Back to index

.gitlab-ci.yml (252B)


      1 build-alpine:
      2   stage: build
      3   image: alpine:edge
      4   before_script:
      5     - apk --no-cache add build-base gnuplot valgrind
      6   script:
      7     - make -C examples
      8     - make memtest
      9     - make test
     10   artifacts:
     11     paths:
     12       - examples/1d_fd_simple_shear.png