Skip to content

Commit

Permalink
Merge pull request activeloopai#992 from activeloopai/task/2.0/window…
Browse files Browse the repository at this point in the history
…s-ci-test

[2.0] Add back windows CI tests
  • Loading branch information
benchislett authored Jun 26, 2021
2 parents 7073035 + 32d96a5 commit 0096818
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ workflows:
context:
- test
- azure
- test:
name: "Windows Complex Test"
e: win64
unix-like: false
plugins: true
context:
- test
- azure
test-and-deploy:
jobs:
- test:
Expand Down Expand Up @@ -269,7 +277,10 @@ jobs:
steps:
- report:
unix-like: << parameters.unix-like >>
- slack-status
- when:
condition: << parameters.unix-like >>
steps:
- slack-status
deploy:
executor: linux
environment:
Expand Down

0 comments on commit 0096818

Please sign in to comment.