Skip to content

Commit

Permalink
Tests: Add CI - CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKSerene committed Aug 14, 2023
1 parent 95522da commit 593c527
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
# Windows
windows:
machine:
- image: 'windows-server-2019-vs2019:current'
- resource_class: windows.2xlarge
- shell: powershell.exe -ExecutionPolicy Bypass
image: 'windows-server-2019-vs2019:current'
resource_class: windows.2xlarge
shell: powershell.exe -ExecutionPolicy Bypass

steps:
- checkout
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
# macOS
macos:
macos:
- xcode: 14.1.0
- resource_class: macos.x86.medium.gen2
xcode: 14.1.0
resource_class: macos.x86.medium.gen2

steps:
- checkout
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
linux:
machine:
- image: ubuntu-2004:current
- resource_class: 2xlarge+
resource_class: 2xlarge+

steps:
- checkout
Expand Down Expand Up @@ -132,7 +132,8 @@ jobs:
docker:
docker:
- image: cimg/python:3.10
- resource_class: xlarge

resource_class: xlarge

steps:
- checkout
Expand Down

0 comments on commit 593c527

Please sign in to comment.