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 1bdcc8e commit 99f6861
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ version: 2.1

jobs:
# Windows
windows:
Windows:
machine:
image: 'windows-server-2019-vs2019:current'
shell: powershell.exe -ExecutionPolicy Bypass
resource_class: windows.2xlarge
resource_class: windows.xlarge

steps:
- checkout
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
name: Run tests

# macOS
macos:
macOS:
macos:
xcode: 14.1.0
resource_class: macos.x86.medium.gen2
Expand Down Expand Up @@ -93,10 +93,10 @@ jobs:
name: Run tests

# Linux
linux:
Linux:
machine:
image: ubuntu-2004:current
resource_class: 2xlarge+
resource_class: xlarge

steps:
- checkout
Expand Down Expand Up @@ -129,10 +129,10 @@ jobs:
name: Run tests

# Docker
docker:
Docker:
docker:
- image: cimg/python:3.10
resource_class: xlarge
resource_class: large

steps:
- checkout
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
workflows:
test:
jobs:
- windows
- macos
- linux
- docker
- Windows
- macOS
- Linux
- Docker

0 comments on commit 99f6861

Please sign in to comment.