Skip to content

Commit

Permalink
Remove redundant CI tests (appveyor, circleci) and rely only on githu…
Browse files Browse the repository at this point in the history
…b actions matrix windows/macos/ubuntu (#538)

* Update README.md
* Delete appveyor.yml
* Delete .circleci/config.yml
  • Loading branch information
KjellKod authored Aug 28, 2024
1 parent 37cfffc commit 5a4a109
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 67 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml

This file was deleted.

10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,8 @@ You can find it here: https://kjellkod.wordpress.com/2015/06/30/the-worlds-faste
## <a name="continuous_integration">Continuous Integration</a>
The g3log repository is evaluating both github actions and CircleCI for executing test coverage, installation and document generation. For windows the repo is still relying on appveyor. In case you want to look into change any of these setups the following files are the ones of interest.
```
1. appveyor --> g3log/appveyor.yml
2. circleCI --> g3log/.circleci/config.yml
3. github actions --> g3log/.github/workflows/*.yml


```
The g3log repository is evaluating github actions for executing test coverage, installation and document generation. In case you want to look into change any of these setups the following files are the ones of interest.
See `Actions` for matrix (ubuntu, macos, windows) testing as well as other actions for doc publishing.
## <a name="feedback">Feedback</a>
Expand Down
37 changes: 0 additions & 37 deletions appveyor.yml

This file was deleted.

0 comments on commit 5a4a109

Please sign in to comment.