Skip to content

Commit cbe572c

Browse files
conda-forge-admindougbrn
authored andcommitted
Re-render the feedstock after CI registration.
1 parent aaf1bd5 commit cbe572c

17 files changed

+705
-1
lines changed

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/README

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
cdt_name:
2+
- cos7
3+
channel_sources:
4+
- conda-forge
5+
channel_targets:
6+
- conda-forge main
7+
docker_image:
8+
- quay.io/condaforge/linux-anvil-cos7-x86_64

.circleci/config.yml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitattributes

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/automerge.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
status: {}
3+
check_suite:
4+
types:
5+
- completed
6+
7+
jobs:
8+
automerge-action:
9+
runs-on: ubuntu-latest
10+
name: automerge
11+
steps:
12+
- name: automerge-action
13+
id: automerge-action
14+
uses: conda-forge/automerge-action@main
15+
with:
16+
github_token: ${{ secrets.GITHUB_TOKEN }}
17+
rerendering_github_token: ${{ secrets.RERENDERING_GITHUB_TOKEN }}

.github/workflows/webservices.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on: repository_dispatch
2+
3+
jobs:
4+
webservices:
5+
runs-on: ubuntu-latest
6+
name: webservices
7+
steps:
8+
- name: webservices
9+
id: webservices
10+
uses: conda-forge/webservices-dispatch-action@main
11+
with:
12+
github_token: ${{ secrets.GITHUB_TOKEN }}
13+
rerendering_github_token: ${{ secrets.RERENDERING_GITHUB_TOKEN }}

.gitignore

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/build_steps.sh

Lines changed: 95 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)