build: remove CircleCI (#42844) (#42908)

* build: remove CircleCI

* chore: remove remaining CircleCI references

(cherry picked from commit c006e129b3)

Co-authored-by: Keeley Hammond <vertedinde@electronjs.org>
This commit is contained in:
John Kleinschmidt 2024-07-15 17:56:53 -04:00 committed by GitHub
parent 02306b46a5
commit fe31c8eeac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 3 additions and 1972 deletions

View file

@ -90,8 +90,6 @@ describe('version-bumper', () => {
});
});
// On macOS Circle CI we don't have a real git environment due to running
// gclient sync on a linux machine. These tests therefore don't run as expected.
ifdescribe(!(process.platform === 'linux' && process.arch.indexOf('arm') === 0) && process.platform !== 'darwin')('nextVersion', () => {
describe('bump versions', () => {
const nightlyPattern = /[0-9.]*(-nightly.(\d{4})(\d{2})(\d{2}))$/g;