Skip to content

Commit

Permalink
Add circle CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed May 9, 2022
1 parent f70f793 commit bba3081
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2.1

workflows:
ci:
jobs:
- test:
context:
- sigstore-python

jobs:
test:
docker:
- image: cimg/python:3.10.4
steps:
- checkout
- run:
name: Test signing with ambient credentials
command: |
python -m pip install -U pip
python -m pip install -e .
python -m sigstore sign README.md

0 comments on commit bba3081

Please sign in to comment.