Skip to content

Commit

Permalink
ENH: CircleCI use large resource class
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Nov 2, 2021
1 parent c86ab10 commit 2cded6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
docker:
- image: cimg/python:3.9
working_directory: ~/
resource_class: medium
resource_class: large
branches:
ignore:
- gh-pages
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS: 2
CTEST_OUTPUT_ON_FAILURE: 1
CTEST_CONFIGURATION_TYPE: "MinSizeRel"
CTEST_BUILD_FLAGS: "-j 3"
PARALLEL_LEVEL: 2
CTEST_BUILD_FLAGS: "-j 5"
PARALLEL_LEVEL: 4
CTEST_CMAKE_GENERATOR: "Ninja"
command: |
export PATH=/usr/lib/ccache:${PATH}
Expand Down

0 comments on commit 2cded6c

Please sign in to comment.