forked from networkx/networkx
-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (36 loc) · 1.44 KB
/
circleci.yml
File metadata and controls
39 lines (36 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: circleci
on: [status]
jobs:
image:
runs-on: ubuntu-latest
name: Run CircleCI image artifact redirector
steps:
- name: GitHub Action step
uses: scientific-python/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f # v1.3.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLECI_ARTIFACT_REDIRECTOR_TOKEN }}
artifact-path: 0/results/fig_comparison.html
circleci-jobs: image
documentation:
runs-on: ubuntu-latest
name: Run CircleCI documentation artifact redirector
steps:
- name: GitHub Action step
uses: scientific-python/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f # v1.3.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLECI_ARTIFACT_REDIRECTOR_TOKEN }}
artifact-path: 0/doc/build/html/index.html
circleci-jobs: documentation
coverage:
runs-on: ubuntu-latest
name: Run CircleCI documentation artifact redirector
steps:
- name: GitHub Action step
uses: scientific-python/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f # v1.3.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
api-token: ${{ secrets.CIRCLECI_ARTIFACT_REDIRECTOR_TOKEN }}
artifact-path: 0/coverage/index.html
circleci-jobs: coverage