Skip to content

Commit

Permalink
Add .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ppwwyyxx committed Aug 14, 2020
1 parent fabb3e2 commit c8ec9c7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2.1

orbs:
python: circleci/[email protected]

jobs:
build-from-source:
executor: python/default
steps:
- checkout
- python/load-cache
- python/save-cache
- run:
command: python -m pip install PythonAPI
name: Install From Source

workflows:
main:
jobs:
- build-from-source

0 comments on commit c8ec9c7

Please sign in to comment.