Skip to content

Commit

Permalink
Do not submit: investigating Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Feb 20, 2023
1 parent c6b8af0 commit 4b02664
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cabal update
cabal build --enable-tests --enable-benchmarks
cabal test
cabal bench
cabal bench --enable-benchmarks
cabal haddock
cabal check
cabal sdist
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Install
run: |
apt-get update -y
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl libncurses5 libtinfo5 libncurses5-dev libtinfo-dev
apt-get install -y autoconf build-essential zlib1g-dev libgmp-dev curl libncurses5 libtinfo5 libncurses5-dev libtinfo-dev git
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 sh
- uses: actions/checkout@v1
- name: Test
Expand Down
16 changes: 16 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
packages: ./

source-repository-package
type: git
location: https://github.com/Bodigrim/ansi-terminal.git
tag: a5862ed
subdir: ansi-terminal-types

source-repository-package
type: git
location: https://github.com/Bodigrim/tasty.git
tag: eba8f4c
subdir: core

constraints:
Win32 < 0,
tasty -ansi-terminal

0 comments on commit 4b02664

Please sign in to comment.