mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Efficient time variables. (#145)
Co-authored-by: shaurya gupta <shauryab98@gmail.com>
This commit is contained in:
parent
f207019713
commit
1c7fa10f86
10 changed files with 1689 additions and 1326 deletions
|
|
@ -7,9 +7,10 @@ jobs:
|
|||
vmImage: ${{ parameters.vmImage }}
|
||||
strategy:
|
||||
matrix:
|
||||
stack:
|
||||
BUILD: stack
|
||||
ARGS: --pedantic
|
||||
# lts-16.12 fails intermittently on windows. :(
|
||||
# stack:
|
||||
# BUILD: stack
|
||||
# ARGS: --pedantic
|
||||
# lts-15 fails due to segfaults. Think it is a GHC issue.
|
||||
# stack-lts-15:
|
||||
# BUILD: stack
|
||||
|
|
|
|||
Loading…
Reference in a new issue