mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Morphology Core (#69)
Former-commit-id: 315904d06958e8957682bad63a85a0dc4899458d
This commit is contained in:
parent
c8d9fa6204
commit
cf9f9aa829
16 changed files with 1365 additions and 295 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue