Skip to content

Commit

Permalink
test: remove external CIs
Browse files Browse the repository at this point in the history
CirrusCI and AppVeyor are great for automated tests and builds,
and they offer service for free for open source stuff which is
amazing and much appreciated.

Unfortunately it takes time to keep setup up-to-date when bumping
dependencies and/or nodejs version, so at least for now, only GitHub's
built-in actions will be used.
  • Loading branch information
ahwayakchih committed Jan 12, 2025
1 parent e3ed4b2 commit d609789
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 94 deletions.
46 changes: 0 additions & 46 deletions .appveyor.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .cirrus.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ It creates CRXv3 files, which work for Chrome versions 64.0.3242 and above.

If you need to create web extension file for older browser versions, where CRXv3 is not supported, use [CRX module](https://github.com/oncletom/crx) instead.

It requires Node.js version 12 (or above) and runs on Linux, MacOS and Windows.
It requires Node.js version 22 (or above) and runs on Linux, MacOS and Windows.

> [![Build status on Linux & MacOS](https://api.cirrus-ci.com/github/ahwayakchih/crx3.svg?branch=master)](https://cirrus-ci.com/github/ahwayakchih/crx3/master "Linux & MacOS build logs") [![Build status on Windows](https://ci.appveyor.com/api/projects/status/oylw6nx8ebj5rw1e/branch/master?svg=true)](https://ci.appveyor.com/project/ahwayakchih/crx3/branch/master "Windows build log") [![Build status on Linux, MacOS and Windows](https://github.com/ahwayakchih/crx3/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/ahwayakchih/crx3/actions/workflows/test.yml "Linux, MacOS and Windows build logs")
[![Build status on Linux, MacOS and Windows](https://github.com/ahwayakchih/crx3/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/ahwayakchih/crx3/actions/workflows/test.yml "Linux, MacOS and Windows build logs")

# Installation

Expand Down

0 comments on commit d609789

Please sign in to comment.