Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed May 24, 2022
1 parent 92605df commit 929c316
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ macWorkflowFilters: &mac-workflow-filters
pattern: "-release$"
value: << pipeline.git.branch >>

windowsWorkflowExcludeFilters: &windows-workflow-exclude-filters
# windows is slow in CI, so we only run a certain set of tests on each commit
# add your branch to this list to run the full Windows build on your PR
fullWindowsWorkflowFilters: &full-windows-workflow-filters
filters:
branches:
only:
Expand Down Expand Up @@ -2569,22 +2571,22 @@ windows-workflow: &windows-workflow
- windows-build

- lint:
<<: *windows-workflow-exclude-filters
<<: *full-windows-workflow-filters
name: windows-lint
executor: windows
requires:
- windows-build

- unit-tests:
<<: *windows-workflow-exclude-filters
<<: *full-windows-workflow-filters
name: windows-unit-tests
executor: windows
resource_class: windows.medium
requires:
- windows-build

- create-build-artifacts:
<<: *windows-workflow-exclude-filters
<<: *full-windows-workflow-filters
name: windows-create-build-artifacts
executor: windows
resource_class: windows.medium
Expand Down

0 comments on commit 929c316

Please sign in to comment.