mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
Merge pull request #71 from tfausak/2022-11-15-devcontainer
Upgrade development container and CI
This commit is contained in:
commit
7e4f417c06
@ -1,7 +1,7 @@
|
||||
services:
|
||||
devcontainer:
|
||||
command: sh -c 'while sleep 1; do :; done'
|
||||
image: public.ecr.aws/v6m6o3k4/haskell:9.2.4-a853e18e0505bc9590dd6eaa31231ae2610fbfa8
|
||||
image: public.ecr.aws/acilearning/haskell:9.2.5-7bd251ac55c29968002b10e3d012562e86d3f218
|
||||
init: true
|
||||
volumes:
|
||||
- ..:/workspaces/witch
|
||||
|
4
.github/workflows/workflow.yaml
vendored
4
.github/workflows/workflow.yaml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- { platform: ubuntu, ghc: 9.4.2 }
|
||||
- { platform: ubuntu, ghc: 9.2.4 }
|
||||
- { platform: ubuntu, ghc: 9.2.5 }
|
||||
- { platform: ubuntu, ghc: 9.0.2 }
|
||||
- { platform: macos, ghc: 9.4.2 }
|
||||
- { platform: windows, ghc: 9.4.2 }
|
||||
@ -65,8 +65,6 @@ jobs:
|
||||
with:
|
||||
ghc-version: ${{ matrix.ghc }}
|
||||
|
||||
- run: ghc-pkg list
|
||||
|
||||
- run: cabal configure --enable-tests --flags pedantic --jobs
|
||||
|
||||
- run: cat cabal.project.local
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
/.vscode/
|
||||
/cabal.project.freeze
|
||||
/cabal.project.local*
|
||||
/cabal.project.*
|
||||
/dist-newstyle/
|
||||
|
Loading…
Reference in New Issue
Block a user