Morphology Core (#69)

Former-commit-id: 315904d06958e8957682bad63a85a0dc4899458d
This commit is contained in:
David Himmelstrup 2020-06-24 22:03:02 +08:00 committed by GitHub
commit cf9f9aa829
16 changed files with 1365 additions and 295 deletions

View file

@ -62,8 +62,8 @@ jobs:
displayName: 'Setup'
- bash: |
set -o xtrace
stack --install-ghc build $ARGS --no-keep-going --fast --extra-lib-dirs="$CONDA/Library/bin/" --only-dependencies
stack --install-ghc test $ARGS --no-keep-going --fast --flag reanimate:test --extra-lib-dirs="$CONDA/Library/bin/" --only-dependencies
stack --install-ghc build $ARGS --no-keep-going --fast --flag reanimate:-hmatrix --extra-lib-dirs="$CONDA/Library/bin/" --only-dependencies
stack --install-ghc test $ARGS --no-keep-going --fast --flag reanimate:-hmatrix --flag reanimate:test --extra-lib-dirs="$CONDA/Library/bin/" --only-dependencies
env:
OS_NAME: ${{ parameters.os }}
displayName: 'Install dependencies'
@ -71,7 +71,7 @@ jobs:
set -o xtrace
stack ./examples/counter.hs check
rm examples/*.golden
#stack test --flag reanimate:test --test-arguments="-j2" --fast --extra-lib-dirs="$CONDA/Library/bin/"
stack test --flag reanimate:test --flag reanimate:-hmatrix --test-arguments="-j2" --fast --extra-lib-dirs="$CONDA/Library/bin/"
env:
OS_NAME: ${{ parameters.os }}
displayName: 'Build & Test'