3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Haskell631 stars (631 stars)24 forks (24 forks)batch import
Help wantedType: Enhancement
Description
Can we use Appveyor for this?
Contributor guide
- Tech stack
- None
- Domain
- ci cd
- Issue type
- devops
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- basic knowledge of CI/CD
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue asks about using Appveyor for running automated tests on Windows for the sixten project. To determine feasibility, examine the repository's existing CI configuration (if any) in files like .travis.yml or appveyor.yml. Check comments for any discussion on build system requirements. Consider that the project is written in Haskell, so Windows support may require GHC and cabal/stack setup. Look for any linked PRs or maintainer responses that clarify the need.