Skip to content

Commit

Permalink
Disable builds in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 4, 2024
1 parent a4c2abd commit 081667c
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,31 +251,33 @@ workflows:
jobs:
- build:
filters: *job_filters
- linux:
requires:
- build
filters: *job_filters
- mac:
requires:
- build
filters: *job_filters
- windows:
requires:
- build
filters: *job_filters
- windowsstore:
requires:
- build
filters:
branches:
only:
- none
tags:
only: /.*/
- artifacts:
requires:
- linux
- mac
- windows
- windowsstore
filters: *job_filters
# Disabled to see if Buildkite makes GitHub release alone
#
# - linux:
# requires:
# - build
# filters: *job_filters
# - mac:
# requires:
# - build
# filters: *job_filters
# - windows:
# requires:
# - build
# filters: *job_filters
# - windowsstore:
# requires:
# - build
# filters:
# branches:
# only:
# - none
# tags:
# only: /.*/
# - artifacts:
# requires:
# - linux
# - mac
# - windows
# - windowsstore
# filters: *job_filters

0 comments on commit 081667c

Please sign in to comment.