Skip to content

Commit 611bc60

Browse files
author
GitHub Actions on github.com/conda-forge/staged-recipes
committed
Re-render the feedstock after CI registration.
1 parent 3a26cf4 commit 611bc60

17 files changed

Lines changed: 547 additions & 1 deletion

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

Lines changed: 40 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file is automatically generated by conda-smithy. To change any matrix elements, you should change conda-smithy's input conda_build_config.yaml and re-render the recipe, rather than editing these files directly.

.ci_support/linux_64_.yaml

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

.circleci/config.yml

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

.gitattributes

Lines changed: 25 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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: checkout
13+
uses: actions/checkout@v2
14+
- name: automerge-action
15+
id: automerge-action
16+
uses: conda-forge/automerge-action@master
17+
with:
18+
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/webservices.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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@master
11+
with:
12+
github_token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 3 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: 69 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)