haskell / directory

Platform-independent library for basic file system operations
https://hackage.haskell.org/package/directory
Other
58 stars 47 forks source link

[obsoleted by #118] Replace AppVeyor and Travis CI with GitHub Actions #117

Closed Rufflewind closed 3 years ago

Rufflewind commented 3 years ago

Obsoleted by #118.

Some of the upcoming Travis CI changes may cause problems for the CI suite for directory. The new GitHub Actions seems to integrate well and many Haskell projects are adopting it, so I figure directory may as well too. Since it supports Windows, this change would also eliminate the need for AppVeyor.

This PR serves to test the new CI config in the haskell/directory repo.

Note: Please do not merge if the checks are red.


@hvr Would you mind disabling both AppVeyor and Travis CI integration with the haskell/directory repo? See Settings -> Web Hooks, as well as Settings -> Integrations, if there's anything applicable. This would suppress any false errors caused by the absence of AppVeyor and Travis CI configs.

Rufflewind commented 3 years ago

Obsoleted by #118.