doc_id
stringlengths
36
36
metadata
dict
input
stringlengths
28
4.3k
output
stringlengths
11
5.45k
25066624-13fc-47fc-bd97-64b54a9fbb50
{ "language": "YAML" }
```yaml name: stub_core_library description: A repo-internal package for creating core library stubs. dependencies: args: ">=0.11.0 <0.12.0" analyzer: ">=0.22.0 <0.23.0" path: ">=1.1.0 <2.0.0" ``` Use a dev version constraint in stub_core_library.
```yaml name: stub_core_library description: A repo-internal package for creating core library stubs. dependencies: args: ">=0.11.0 <0.12.0" analyzer: ">=0.22.0-dev <0.23.0" path: ">=1.1.0 <2.0.0" ```
9146120d-1056-4261-b2b6-260f4f39a5bb
{ "language": "YAML" }
```yaml meta: ~ compilation: cloud_properties: ram: 4096 disk: 10240 cpu: 2 networks: (( merge )) resource_pools: - name: services-small stemcell: name: bosh-vsphere-esxi-ubuntu-trusty-go_agent version: (( merge || "2831" )) cloud_properties: ram: 4096 # enough for ext...
```yaml meta: ~ compilation: cloud_properties: ram: 4096 disk: 20480 cpu: 4 networks: (( merge )) resource_pools: - name: services-small stemcell: name: bosh-vsphere-esxi-ubuntu-trusty-go_agent version: (( merge || "2831" )) cloud_properties: ram: 4096 # enough for ext...
1e8f4df5-a905-4f95-b271-2edca2b4f146
{ "language": "YAML" }
```yaml Categories: - Writing License: MIT SourceCode: https://github.com/plafue/writeily-pro IssueTracker: https://github.com/plafue/writeily-pro/issues Changelog: https://github.com/plafue/writeily-pro/releases AutoName: Writeily Pro Description: |- Simply and elegantly compose notes in markdown or plain text....
```yaml Categories: - Writing License: MIT SourceCode: https://github.com/plafue/writeily-pro IssueTracker: https://github.com/plafue/writeily-pro/issues Changelog: https://github.com/plafue/writeily-pro/releases AutoName: Writeily Pro Description: |- Simply and elegantly compose notes in markdown or plain text....
107727fb-03e6-4a75-be71-e1e5f74cc948
{ "language": "YAML" }
```yaml # Deploy your Hyas site to GitHub Pages name: GitHub Pages on: push: branches: - main jobs: deploy: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: '14' - name: Install dependencies r...
```yaml # Deploy your Hyas site to GitHub Pages name: GitHub Pages on: push: branches: - main jobs: deploy: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: '14' - name: Install dependencies r...
e16fe5c6-e39f-4728-bc26-bcf5f6f2d5ec
{ "language": "YAML" }
```yaml name: Python unittest on: [push] jobs: build: runs-on: ubuntu-18.04 strategy: max-parallel: 3 matrix: python-version: [3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with...
```yaml name: Python unittest on: [push] jobs: build: runs-on: ubuntu-18.04 strategy: max-parallel: 3 matrix: python-version: [3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with...
4f2f3c41-7355-46df-9405-25381fb91b79
{ "language": "YAML" }
```yaml name: Test and lint on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.7", "3.8", "3.9", "3.10-dev"] fail-fast: false steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-py...
```yaml name: Test and lint on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.7", "3.8", "3.9"] fail-fast: false steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 ...
3f62939f-63f2-4db4-bfef-f245c3925139
{ "language": "YAML" }
```yaml name: Update master branch on: push: branches: - main jobs: update-ref: runs-on: ubuntu-latest steps: - uses: actions/github-script@v3 with: script: | github.git.updateRef({ owner: context.repo.owner, repo: context.repo.repo...
```yaml name: Update master branch on: push: branches: - main jobs: update-ref: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: | git update-ref refs/heads/master "${GITHUB_SHA}" git push origin master ```
0a831d28-379c-4ecd-b60d-ee68efaba9cc
{ "language": "YAML" }
```yaml # this config file is similar to the default, except we set the cluster's # service cidr range to be 10.0.0.0/16. # we do this because we need a fixed/predictable clusterIP of 10.0.0.15 for the # nginx-ingress service, in order to perform HTTP01 validations during tests. apiVersion: kind.sigs.k8s.io/v1alpha2 k...
```yaml # this config file is similar to the default, except we set the cluster's # service cidr range to be 10.0.0.0/16. # we do this because we need a fixed/predictable clusterIP of 10.0.0.15 for the # nginx-ingress service, in order to perform HTTP01 validations during tests. apiVersion: kind.sigs.k8s.io/v1alpha2 k...
ca8e3251-db5e-41c7-bda6-2a2673748773
{ "language": "YAML" }
```yaml homepage: https://github.com/shnarazk/mios changelog-type: '' hash: 047b5337db8746af9ebea8ff95ff8406cad9545890655726200b26c345aba6dc test-bench-deps: {} maintainer: Shuji Narazaki <narazaki@nagasaki-u.ac.jp> synopsis: A Minisat-based CDCL SAT solver in Haskell changelog: '' basic-deps: bytestring: ! '>=0.10' ...
```yaml homepage: https://github.com/shnarazk/mios changelog-type: '' hash: ac617598a7a4c3dc6559f2215fcecd4fc724a2f3f49fddf37259e7b5d790b92e test-bench-deps: {} maintainer: narazaki@nagasaki-u.ac.jp synopsis: A Minisat-based CDCL SAT solver in Haskell changelog: '' basic-deps: bytestring: ! '>=0.10' base: ! '>=4.7 ...
cba709e6-9eba-4c6d-8252-85119eff56a0
{ "language": "YAML" }
```yaml homepage: https://github.com/MedeaMelana/Piso changelog-type: '' hash: a3a68056cce6d407e5a416daa7288da28c7fda20429673463dd0b7a88444f2d2 test-bench-deps: {} maintainer: martijn@van.steenbergen.nl synopsis: Partial isomorphisms changelog: '' basic-deps: base: ! '>=3.0 && <5' template-haskell: -any all-version...
```yaml homepage: https://github.com/MedeaMelana/Piso changelog-type: '' hash: 77d29f8dce634a2f727ea0927a4da4fc3d09b9b28aeabfed8799fd6c8ba611f8 test-bench-deps: {} maintainer: martijn@van.steenbergen.nl synopsis: Partial isomorphisms changelog: '' basic-deps: base: ! '>=4.6 && <5' template-haskell: <2.11 all-versio...
51660e07-67ae-4616-b130-381513979489
{ "language": "YAML" }
```yaml homepage: https://github.com/wuest/fxpak changelog-type: markdown hash: c4c2818622aff908376db159fd4f9cf4da267935f27360705717efd199ab2a00 test-bench-deps: {} maintainer: tina@wuest.me synopsis: Interface to the FXPak/FXPak Pro USB interface changelog: | # Revision history for fxpak ## 0.0.1 -- 2021-03-14 ...
```yaml homepage: https://github.com/wuest/fxpak changelog-type: markdown hash: 8cb7791a1ed8e963c54a3ff66b175f1a0d0a4b1c2d27dd43b2820a9cbdd3a4f4 test-bench-deps: {} maintainer: tina@wuest.me synopsis: Interface to the FXPak/FXPak Pro USB interface changelog: | # Revision history for fxpak ## 0.0.1 -- 2021-03-14 ...
12d1dd2b-936f-4a77-b283-f3125d48c366
{ "language": "YAML" }
```yaml plugins: &plugins stellargraph/github-merged-pr#develop: mode: checkout steps: - label: ":python:" command: - pip install -q --no-cache-dir -r requirements.txt -e . && py.test -ra --cov=stellargraph tests/ --doctest-modules --doctest-modules --cov-report=term-missing -p no:cacheprovid...
```yaml steps: - label: ":python:" command: - pip install -q --no-cache-dir -r requirements.txt -e . && py.test -ra --cov=stellargraph tests/ --doctest-modules --doctest-modules --cov-report=term-missing -p no:cacheprovider && coveralls plugins: docker#v1.3.0: image: "pytho...
4be42c6e-395e-4c97-962e-b707451c5350
{ "language": "YAML" }
```yaml steps: - label: ":shell: Tests" plugins: docker-compose#v1.2.1: run: tests - label: ":sparkles: Lint" plugins: plugin-linter#v1.0.0: name: ecr - label: ":shell: Shellcheck" plugins: shellcheck#v1.0.1: files: hooks/** skip: "Shellcheck doesn't pas...
```yaml steps: - label: ":shell: Tests" plugins: docker-compose#v1.8.4: run: tests - label: ":sparkles: Lint" plugins: plugin-linter#v1.0.0: name: ecr - label: ":shell: Shellcheck" plugins: shellcheck#v1.0.1: files: hooks/** skip: "Shellcheck doesn't pas...
9e5b56b6-87f4-4b44-9fc8-c26510542f61
{ "language": "YAML" }
```yaml steps: - label: ":docker: :sbt: Run tests" command: - docker build --tag scala-redox:${BUILDKITE_COMMIT} -f .buildkite/Dockerfile . - docker run -e REDOX_API_SECRET -e REDOX_API_KEY scala-redox:${BUILDKITE_COMMIT} sbt test ``` Add block and release step
```yaml steps: - label: ":docker: :sbt: Run tests" command: - docker build --tag scala-redox:${BUILDKITE_COMMIT} -f .buildkite/Dockerfile . - docker run -e REDOX_API_SECRET -e REDOX_API_KEY scala-redox:${BUILDKITE_COMMIT} sbt test - wait - block: ":rocket: Release" prompt: Create a rele...
d039400a-0e34-4db0-9294-d7e91ab54e68
{ "language": "YAML" }
```yaml --- # # Tasks for pbench # - name: Install pbench repo file get_url: url="{{ pbench_repo_file_url }}" dest=/etc/yum.repos.d/pbench.repo when: pbench - name: Install pbench-agent yum: name=pbench-agent state=latest when: pbench ``` Add pbench directory to director with user stack.
```yaml --- # # Tasks for pbench # - name: Install pbench repo file get_url: url="{{ pbench_repo_file_url }}" dest=/etc/yum.repos.d/pbench.repo when: pbench - name: Install pbench-agent yum: name=pbench-agent state=latest when: pbench - name: Ensure pbench directory exists as stack user on director file: p...
83da5310-8be9-438d-a93d-1df49c1f86b4
{ "language": "YAML" }
```yaml name: C/C++ CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: macos-10.15 strategy: fail-fast: false matrix: os: [ openbsd-7.0 ] steps: - name: Bootstrap ${{ matrix.os }} uses: mario-campos/emulate@main with...
```yaml name: C/C++ CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: macos-10.15 strategy: fail-fast: false matrix: os: [ openbsd-latest ] steps: - name: Bootstrap ${{ matrix.os }} uses: mario-campos/emulate@v1 wit...
77e908f0-8a97-4842-9da2-528a449e58ba
{ "language": "YAML" }
```yaml exclude: ^(docs|.*test_files|cmd_line|dev_scripts) default_language_version: python: python3.8 repos: - repo: https://github.com/psf/black rev: 21.12b0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.1.0 hooks: - id: check-yaml - id: e...
```yaml exclude: ^(docs|.*test_files|cmd_line|dev_scripts) default_language_version: python: python3.8 repos: - repo: https://github.com/psf/black rev: 22.1.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.1.0 hooks: - id: check-yaml - id: en...
32bb325f-259b-42af-bf4b-8da23866eb2c
{ "language": "YAML" }
```yaml repos: - repo: https://github.com/ambv/black rev: 18.9b0 hooks: - id: black language_version: python3.6 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.0.0 hooks: - id: flake8 - repo: https://github.com/asottile/blacken-docs rev: v0.3.0 hooks: - id: blacken-docs addition...
```yaml repos: - repo: https://github.com/ambv/black rev: 18.9b0 hooks: - id: black language_version: python3.6 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.0.0 hooks: - id: flake8 - repo: https://github.com/asottile/blacken-docs rev: v0.3.0 hooks: - id: blacken-docs addition...
bf0f230b-6bbc-4354-8e88-ce700e709e95
{ "language": "YAML" }
```yaml # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/python/black/ rev: 19.10b0 hooks: - id: black - repo: https://github.com/sqlalchemyorg/zimports/ rev: master hooks: - id: zimports - repo...
```yaml # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/python/black rev: 19.10b0 hooks: - id: black - repo: https://github.com/sqlalchemyorg/zimports rev: master hooks: - id: zimports - repo: ...
13335783-acb4-4b20-9897-6cd1bea1b1de
{ "language": "YAML" }
```yaml --- - hosts: 'placeholder_fqdn' become: True roles: - role: debops.etc_services tags: [ 'role::etc_services' ] etc_services__dependent_list: - name: 'check-mk-agent' port: '{{ checkmk_agent_port }}' comment: 'Check_MK agent (via xinetd)' when: (checkmk_ag...
```yaml --- - hosts: 'placeholder_fqdn' become: True roles: - role: debops.etc_services tags: [ 'role::etc_services' ] etc_services__dependent_list: - name: 'check-mk-agent' port: '{{ checkmk_agent__port }}' comment: 'Check_MK agent (via xinetd)' when: (checkmk_a...
b87e456f-c902-4b92-9537-999f426b780c
{ "language": "YAML" }
```yaml --- hide_body: false fields: - type: text name: title label: Title - type: datetime name: date label: Date - type: textarea name: description label: Description - type: text name: link label: Link - type: list name: tool label: Related Tool config: use_select: true source: ty...
```yaml --- hide_body: false fields: - type: text name: title label: Title - type: datetime name: date label: Date - type: textarea name: description label: Description - type: text name: link label: Link - type: list name: tool label: Related Tool config: use_select: true source: ty...
202f9e4c-b820-4de8-9e61-c9d85cacf378
{ "language": "YAML" }
```yaml name: "Intercept bad issue/PRs" on: issues: types: [opened, reopened] pull_request: types: [opened, reopened] jobs: autoclose: runs-on: ubuntu-latest steps: - name: Auto close issues/pr that did not follow template uses: roots/issue-closer@v1.1 with: repo-token: $...
```yaml name: "Intercept bad issue/PRs" on: issues: types: [opened, reopened] pull_request: types: [opened, reopened] jobs: autoclose: runs-on: ubuntu-latest steps: - name: Auto close issues/pr that did not follow template uses: roots/issue-closer@v1.1 with: repo-token: $...
deee8b08-b54c-4252-965d-935536fca865
{ "language": "YAML" }
```yaml name: Publish 📦 to DockerHub on: push: tags: - "v*" env: alpine_version: alpine3.12 debian_version: buster jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: os: [alpine, debian] steps: - uses: actions/checkout@v2 - name: Set...
```yaml name: Publish 📦 to DockerHub on: push: tags: - "v*" env: alpine_version: alpine3.12 debian_version: buster jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: os: [alpine, debian] steps: - uses: actions/checkout@v2 - name: Set...
1563c2f4-b47a-4b06-b717-92610c204254
{ "language": "YAML" }
```yaml title: Cayman theme description: Cayman is a clean, responsive theme for GitHub Pages. show_downloads: true google_analytics: theme: jekyll-theme-cayman``` Use real title and description
```yaml title: React Drafts description: A React-based text editor written using DraftJS show_downloads: true google_analytics: theme: jekyll-theme-cayman```
ce545d1c-45ad-4cf5-a592-bd742b56f98b
{ "language": "YAML" }
```yaml # Site settings title: "ALS Prolog" url: "https://alsprolog.com" repository: "AppliedLogicSystems/ALSProlog" # Build settings markdown: kramdown theme: minima #permalink: pretty kramdown: syntax_highlighter_opts: default_lang: prolog # Enable as many error-checks as possible safe : true...
```yaml # Site settings title: "ALS Prolog" url: "https://alsprolog.com" repository: "AppliedLogicSystems/ALSProlog" # Build settings markdown: kramdown theme: minima #permalink: pretty kramdown: syntax_highlighter_opts: default_lang: prolog # Enable as many error-checks as possible safe : true...
c2a2552d-20fe-4f43-9819-b7324fd1fc56
{ "language": "YAML" }
```yaml networks: private: interface: ens19 address: 192.168.100.22 netmask: 255.255.255.0 gateway: 192.168.100.1 default: interface: ens18 address: 128.93.193.22 netmask: 255.255.255.0 gateway: 128.93.193.254 ``` Deploy deposit loader on worker02 as tryout
```yaml networks: private: interface: ens19 address: 192.168.100.22 netmask: 255.255.255.0 gateway: 192.168.100.1 default: interface: ens18 address: 128.93.193.22 netmask: 255.255.255.0 gateway: 128.93.193.254 swh::deploy::worker::instances: - swh_lister_debian - swh_lister_gith...
f3f3e4b7-8074-4876-80b7-d3e5d10f1656
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: 6e94f6140139b83b9ce8bedd91530054cde6a8232eea3131aea7259d3a1439d6 test-bench-deps: {} maintainer: Thomas M. DuBuisson synopsis: Overloading of concurrency variables changelog: '' basic-deps: stm: ! '>=2.2.0.0' base: ! '>=4.2.0.0 && <5.0' mtl: ! '>=2.0.1.0' all-versions...
```yaml homepage: '' changelog-type: '' hash: 2407c8aee3a74f3eba897f7c87f702f502394aec8cd412f3d2334cc353f54f13 test-bench-deps: {} maintainer: Thomas M. DuBuisson synopsis: Overloading of concurrency variables changelog: '' basic-deps: stm: ! '>=2.5.0.0' base: ! '>=4.2.0.0 && <5.0' mtl: ! '>=2.0.1.0' all-versions...
1c5212f6-8632-4eb4-a56a-7a2854e6d840
{ "language": "YAML" }
```yaml version: "3.7" #services: # web: # volumes: # - web-static:/app/wwwroot networks: # https://github.com/collinbarrett/wp-host-on-containers/blob/master/docker-compose.nginx.yml reverse-proxy: external: name: wp-host_reverse-proxy #volumes: # web-static: ``` Revert "attempt to fix ...
```yaml version: "3.7" services: # web: # volumes: # - web-static:/app/wwwroot networks: # https://github.com/collinbarrett/wp-host-on-containers/blob/master/docker-compose.nginx.yml reverse-proxy: external: name: wp-host_reverse-proxy #volumes: # web-static: ```
2843377c-59f9-470f-a06a-db9475306f9d
{ "language": "YAML" }
```yaml # Runs optaplanner-persistence-jpa module tests in a PostgreSQL container name: OptaPlanner Persistence JPA CI on: push: branches: - master - 7.x pull_request: branches: - master - 7.x env: # To prevent build failures due to "Connection reset" during artifact download. ...
```yaml # Runs optaplanner-persistence-jpa module tests in a PostgreSQL container name: OptaPlanner Persistence JPA CI on: push: branches: - master - 7.x pull_request: branches: - master - 7.x env: # To prevent build failures due to "Connection reset" during artifact download. ...
7ea69a4b-e830-4901-86cb-4801b997005c
{ "language": "YAML" }
```yaml homepage: https://github.com/tonyday567/chart-svg#readme changelog-type: '' hash: be74f6efa8abb68743672b69aba1a07461aa7d2822d988f460b5c918ba258433 test-bench-deps: {} maintainer: tonyday567@gmail.com synopsis: See readme.md changelog: '' basic-deps: lucid: -any JuicyPixels: -any base: ! '>=4.7 && <5' ti...
```yaml homepage: https://github.com/tonyday567/chart-svg#readme changelog-type: '' hash: 658545bf0f41be7cd0ab54e91de1249bcfb4e28a0a117ddb491d3a4a5de05a1e test-bench-deps: {} maintainer: tonyday567@gmail.com synopsis: See readme.md changelog: '' basic-deps: lucid: -any base: '>=4.7 && <5' time: -any unordered-c...
b530b3de-2600-4a3a-9996-dfe90fbebc33
{ "language": "YAML" }
```yaml homepage: https://github.com/strake/filtrable.hs changelog-type: '' hash: e268a835331e38e3aa28149884291b7faa3a8653da16803f506bcbbc9834a5ba test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Class of filtrable containers changelog: '' basic-deps: base: ! '>=4.7 && <4.9' all-versions: - '0.1.0.0' - '...
```yaml homepage: https://github.com/strake/filtrable.hs changelog-type: '' hash: e3590318d6d0d862d917ca1430465d6fa6488eaeab74fd2c2e2e28cbbe2cf8de test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Class of filtrable containers changelog: '' basic-deps: base: ! '>=4.7 && <4.9' all-versions: - '0.1.0.0' - '...
269b2eb4-0364-45fc-9f63-79260f49b4a8
{ "language": "YAML" }
```yaml homepage: https://github.com/ZioCrocifisso/FWGL changelog-type: '' hash: f2a35fcd71bbea225624cf3b6d1f78647e103a1ee1edcc0a7eb9e27b0c4642d8 test-bench-deps: {} maintainer: ziocroc@gmail.com synopsis: FWGL GLFW backend changelog: '' basic-deps: Yampa: ! '>=0.9 && <0.10' JuicyPixels: ! '>=3.2 && <3.3' base: !...
```yaml homepage: https://github.com/ziocroc/FWGL changelog-type: '' hash: 867463a99788c02691f97edca55702dcc331b6b6f28b98d707eaae84e84694b8 test-bench-deps: {} maintainer: ziocroc@gmail.com synopsis: FWGL GLFW backend changelog: '' basic-deps: Yampa: ! '>=0.9 && <0.10' JuicyPixels: ! '>=3.2 && <3.3' base: ! '>=4....
aef228bb-2d95-45da-b8e9-723878ab4a04
{ "language": "YAML" }
```yaml --- base_url: description: "Base URL for StackStorm API endpoints" type: "string" secret: false required: false api_url: description: "Base URL for StackStorm API endpoint" type: "string" secret: false required: false auth_url: description: "Base URL for StackStorm AUTH...
```yaml --- base_url: description: "Base URL for StackStorm API endpoints" type: "string" secret: false required: false api_url: description: "Base URL for StackStorm API endpoint" type: "string" secret: false required: false auth_url: description: "Base URL for StackStorm AUTH...
623c8fc8-cb24-4c29-a7c4-c7bf7fe1ac63
{ "language": "YAML" }
```yaml homepage: https://github.com/daig/microbase changelog-type: '' hash: 15755a0542821df0b044f06d6e84497495982bfa89a9009e08b5f4dcc5ce56fb test-bench-deps: {} maintainer: dai@sodality.cc synopsis: A minimal base to work around GHC bugs. changelog: '' basic-deps: base: ^>=4.14.0.0 all-versions: - 4.14.0.0 - 4.14.0....
```yaml homepage: https://github.com/daig/microbase changelog-type: '' hash: ec661984a87482a4ee75284dae1596b8b9cc47742e48f9879363572dc99810d9 test-bench-deps: {} maintainer: dai@sodality.cc synopsis: A minimal base to work around GHC bugs. changelog: '' basic-deps: base: ^>=4.14.0.0 all-versions: - 4.14.0.0 - 4.14.0....
4544538a-8f98-4974-992f-4a233b337c0e
{ "language": "YAML" }
```yaml homepage: https://github.com/effectfully/monad-var#readme changelog-type: '' hash: c984ce9df763d28c2eec20ab6b7091e5fe55437196d4bb65ceb457b80c12c6e2 test-bench-deps: {} maintainer: effectfully@gmail.com synopsis: A library that provides generic operations over variables generalized here and there to arbitrary ...
```yaml homepage: https://github.com/effectfully/monad-var#readme changelog-type: '' hash: 54cc3a250f9da22047d04a91467617fc7d67e870b5dde8996f5140e4de073ef9 test-bench-deps: {} maintainer: effectfully@gmail.com synopsis: Generic operations over variables changelog: '' basic-deps: stm: ! '>=2.2 && <2.5' base: ! '>=4....
7f4cf1b8-3a7e-4177-8036-98e09ac85f5c
{ "language": "YAML" }
```yaml targets: website: builders: angular: options: use_new_template_parser: True build_web_compilers|entrypoint: generate_for: - web/**.dart options: compiler: dart2js dart2js_args: - --csp - --enable-diagnostic-color...
```yaml targets: website: builders: build_web_compilers|entrypoint: generate_for: - web/**.dart options: compiler: dart2js dart2js_args: - --csp - --enable-diagnostic-colors - --fast-startup - --minify - --trust-pr...
9abba7e0-2f89-428a-846d-8d19a63ff9fd
{ "language": "YAML" }
```yaml Categories: - Sports & Health License: GPL-3.0-only AuthorName: Alexander Puck Neuwirth AuthorEmail: apnpucky@gmail.com SourceCode: https://github.com/APN-Pucky/ArcheryStats IssueTracker: https://github.com/APN-Pucky/ArcheryStats/issues Donate: https://paypal.me/apnpucky AutoName: ArcheryStats RepoType: git...
```yaml Categories: - Sports & Health License: GPL-3.0-only AuthorName: Alexander Puck Neuwirth AuthorEmail: apnpucky@gmail.com SourceCode: https://github.com/APN-Pucky/ArcheryStats IssueTracker: https://github.com/APN-Pucky/ArcheryStats/issues Donate: https://paypal.me/apnpucky AutoName: ArcheryStats RepoType: git...
5aba5a16-f354-4ceb-bb00-8649564c6a85
{ "language": "YAML" }
```yaml # setting node version not supported on osx build #machine: #node: #version: 6.1.0 general: artifacts: - "release" # relative to the build directory ``` Add build command to test
```yaml # setting node version not supported on osx build #machine: #node: #version: 6.1.0 general: artifacts: - "release" # relative to the build directory test: override: - npm run test - npm run build ```
f8f2e125-be62-4943-86df-c733b053901c
{ "language": "YAML" }
```yaml machine: python: version: 2.7.3 services: - docker dependencies: pre: - git clone -b v0.23.4 https://github.com/libgit2/libgit2.git --single-branch - cd libgit2/ && mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local && sudo cmake --build . --target install - go get ...
```yaml machine: python: version: 2.7.3 services: - docker dependencies: pre: - git clone -b v0.23.4 https://github.com/libgit2/libgit2.git --single-branch - cd libgit2/ && mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local && sudo cmake --build . --target install - go get ...
691ec05a-1d42-49bc-b0df-a2c7bd5e476f
{ "language": "YAML" }
```yaml machine: environment: ANDROID_BUILD_TOOLS_VERSION: 23.0.2 ANDROID_SDK_VERSION: 23 EMULATOR_AVD: circleci-android21 java: version: oraclejdk8 dependencies: pre: - echo y | android update sdk --no-ui --all --filter tools - echo y | android update sdk --no-ui --all --filter platform-...
```yaml machine: environment: ANDROID_BUILD_TOOLS_VERSION: 23.0.2 ANDROID_SDK_VERSION: 23 EMULATOR_AVD: circleci-android21 java: version: oraclejdk8 dependencies: pre: - echo y | android update sdk --no-ui --all --filter tools - echo y | android update sdk --no-ui --all --filter platform-...
ea925452-52a2-4406-ba47-3c5884766a19
{ "language": "YAML" }
```yaml dependencies: pre: - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F76221572C52609D - yes | sudo add-apt-repository ppa:beineri/opt-qt551 - sudo apt-get update - sudo apt-get install qt55webkit - cat /opt/qt55/bin/qt55-env.sh >> ~/.circlerc post: - bundle update test:...
```yaml dependencies: post: - bundle update test: pre: - bundle exec rake rubocop - bundle exec rake bower:install post: - bundle exec rake app:assets:precompile ```
7c42e5db-3adf-4a58-82ad-d889b5a987ed
{ "language": "YAML" }
```yaml --- - hosts: all sudo: True remote_user: root vars: interactive_user: vagrant roles: - ansible-reload - dev-utils - dotfiles - couchdb-server - nodejs-dev - zero-disk ``` Remove ansible aliases from global profile.d directory.
```yaml --- - hosts: all sudo: True remote_user: root vars: interactive_user: vagrant roles: - dev-utils - dotfiles - couchdb-server - nodejs-dev - zero-disk ```
f5cd41d2-9a83-489f-969d-1c49d4709b11
{ "language": "YAML" }
```yaml --- - hosts: all sudo: yes gather_facts: yes roles: - common - install-deps - install-app - configure-nginx ``` Use ansible 2.0 syntax for sudo
```yaml --- - hosts: all become: yes become_method: sudo become_user: root gather_facts: yes roles: - common - install-deps - install-app - configure-nginx ```
e3880100-3b4c-4673-802a-9bfe512fa9ec
{ "language": "YAML" }
```yaml {{ if and (eq .Values.influxdb.host "influxdb") (eq (toString .Values.influxdb.port) "8086") -}} apiVersion: extensions/v1beta1 kind: Deployment metadata: name: influxdb labels: {{ .Values.productShortName }}.service: influxdb spec: replicas: 1 strategy: type: Recreate template: metadata: ...
```yaml {{ if and (eq .Values.influxdb.host "influxdb") (eq (toString .Values.influxdb.port) "8086") -}} apiVersion: extensions/v1beta1 kind: Deployment metadata: name: influxdb labels: {{ .Values.productShortName }}.service: influxdb spec: replicas: 1 strategy: type: Recreate template: metadata: ...
b3eee731-89d8-4b40-a987-38bda2066eff
{ "language": "YAML" }
```yaml tags: tags: Étiquettes discussion_tagged_post: one: "{username} {action} étiquette." other: "{username} {action} étiquettes." added_tags: "a ajouté {tags}" removed_tags: "a supprimé {tags}" tag_new_discussion_title: Sélectionner des étiquettes pour votre discussion tag_new_discussion_link: S...
```yaml tags: tags: Étiquettes discussion_tagged_post: one: "{username} {action} étiquette." other: "{username} {action} étiquettes." added_tags: "a ajouté {tags}" removed_tags: "a supprimé {tags}" tag_new_discussion_title: Sélectionner des étiquettes pour votre discussion tag_new_discussion_link: S...
260217ba-2c1e-413f-a231-682f7b2b466c
{ "language": "YAML" }
```yaml --- - name: Install python-apt for apt_repository. apt: name={{ item }} state=latest with_items: - python-apt - python-pycurl sudo: yes - name: Add the Brightbox PPA apt_repository: repo=ppa:brightbox/ruby-ng state=present sudo: yes - name: Install system packages necessary for Jekyll apt: nam...
```yaml --- - name: Install python-apt for apt_repository. apt: name={{ item }} state=latest with_items: - python-apt - python-pycurl sudo: yes - name: Add the Brightbox PPA apt_repository: repo=ppa:brightbox/ruby-ng state=present sudo: yes - name: Install system packages necessary for Jekyll apt: nam...
cd176b67-11ec-4539-a151-2ad5702c775b
{ "language": "YAML" }
```yaml groups: - name: devs reviewers: 1 usernames: - rileykarson - slevenick - c2thorn - scottsuarez - melinath - megan07 - shuyama1 ``` Remove rileykarson from the reviewer lottery while out
```yaml groups: - name: devs reviewers: 1 usernames: - slevenick - c2thorn - scottsuarez - melinath - megan07 - shuyama1 ```
1066b128-4baa-4dce-8bbd-aa0c8be999ab
{ "language": "YAML" }
```yaml name: Backend on: push: branches: - master pull_request: types: [opened, synchronize, reopened] jobs: checks: name: Run tests runs-on: ubuntu-latest env: DJANGO_SETTINGS_MODULE: churchill.settings.test steps: - name: Check out the repository uses: ...
```yaml name: Backend on: push: branches: - master pull_request: types: [opened, synchronize, reopened] jobs: checks: name: Run tests runs-on: ubuntu-latest env: DJANGO_SETTINGS_MODULE: churchill.settings.test steps: - name: Check out the repository uses: ...
b8102a57-e223-4755-9dba-b7e3df97c208
{ "language": "YAML" }
```yaml name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '8', '11', '17' ] steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: ...
```yaml name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '8', '11', '17', '18' ] steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: ...
c15e796d-e703-4407-a9fa-fbdaac32edec
{ "language": "YAML" }
```yaml initial_walls: x: [100,200] y: [150] z: [150] intra_node_shape: [300, 300, 300] monitor_interval: 20 mpi_grid_shape: [4,4,4] temporal_blocking_interval: 4 ``` Reduce TB size for debugging
```yaml initial_walls: x: [100,200] y: [150] z: [150] intra_node_shape: [300, 300, 300] monitor_interval: 20 mpi_grid_shape: [4,4,4] temporal_blocking_interval: 1 ```
ba8f856f-c36b-446b-b6c6-c19d2bd297a9
{ "language": "YAML" }
```yaml name: BPF checks on: pull_request: {} push: branches: - master jobs: checkpatch: name: checkpatch runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with: fetch-depth: 0 - name: Run checkpatch.pl uses: docker:...
```yaml name: BPF checks on: pull_request: {} push: branches: - master jobs: checkpatch: name: checkpatch runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 with: fetch-depth: 0 - name: Run checkpatch.pl uses: docker:...
be2e333c-0aaa-48df-a164-16ae4d898231
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: 08b1d522492172993b0fc904d686c641159960bbd6fa4dafd51a0b2a879020fa test-bench-deps: {} maintainer: Joe Vargas synopsis: Scotty server add-on for Colorless changelog: '' basic-deps: colorless: -any wai: -any base: ! '>=4.7 && <5' text: -any mtl: -any scotty: -any ...
```yaml homepage: '' changelog-type: '' hash: 2e90d93d9893eca5e9bd5a0f0c79968eb684127cf7567b2dcd1b35411b46988e test-bench-deps: {} maintainer: Joe Vargas synopsis: Scotty server add-on for Colorless changelog: '' basic-deps: colorless: -any wai: -any base: ! '>=4.7 && <5' text: -any mtl: -any scotty: -any ...
ea7d45ee-da2f-4dcc-bf4e-e26a9f77844e
{ "language": "YAML" }
```yaml # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in w...
```yaml # Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in w...
e30a2f80-4d68-478b-a5c4-563baeac38bf
{ "language": "YAML" }
```yaml version: 4 aliases: snpeff: athaliana130 srnaseq: srna-transcripts: ../srnaseq/srna-transcripts.gtf mirbase-hairpin: ../srnaseq/hairpin.fa mirbase-mature: ../srnaseq/mature.fa mirdeep2-fasta: ../srnaseq/Rfam_for_miRDeep.fa ``` Update TAIR10 genome to avoid mirdeep2
```yaml version: 5 aliases: snpeff: athaliana130 srnaseq: srna-transcripts: ../srnaseq/srna-transcripts.gtf mirbase-hairpin: ../srnaseq/hairpin.fa mirbase-mature: ../srnaseq/mature.fa ```
82d19449-aeb6-4dca-9958-77edbd8de186
{ "language": "YAML" }
```yaml environment: nodejs_version: "0.10" install: - ps: Install-Product node $env:nodejs_version - npm install - npm install -g grunt-cli test_script: - node --version - npm --version - grunt --version - grunt build: off``` Use node 0.12 in AppVeyor
```yaml environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" install: - ps: Install-Product node $env:nodejs_version - npm install - npm install -g grunt-cli test_script: - node --version - npm --version - grunt --version - grunt build: off```
c2448f17-f331-4c92-bd92-c30cf4a25946
{ "language": "YAML" }
```yaml version: '{build}' platform: - x64 environment: matrix: - {PHP: 'php-7.0.4-nts-Win32-VC14-x86', XDEBUG: 'php_xdebug-2.4.0-7.0-vc14-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.4.0-5.6-vc11-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.3.3-5.6-vc1...
```yaml version: '{build}' platform: - x64 environment: matrix: - {PHP: 'php-7.0.5-nts-Win32-VC14-x86', XDEBUG: 'php_xdebug-2.4.0-7.0-vc14-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.4.0-5.6-vc11-nts'} - {PHP: 'php-5.6.19-nts-Win32-VC11-x86', XDEBUG: 'php_xdebug-2.3.3-5.6-vc1...
db0f1f25-e21b-44c7-9eb9-ae46baeb3a73
{ "language": "YAML" }
```yaml image: toc-test:latest git: depth: 100 script: - xvfb-run -n 1 --server-args="-screen 0, 1024x768x24" gulp verify deploy: bash: command: source ./drone-deploy.sh notify: email: on_success: change on_failure: change, blame recipients: - toc-drone@lewisl.net ``` Split up build t...
```yaml image: toc-test:latest git: depth: 100 script: - gulp lint - xvfb-run -n 1 --server-args="-screen 0, 1024x768x24" gulp test-unit - xvfb-run -n 1 --server-args="-screen 0, 1024x768x24" gulp test-e2e deploy: bash: command: source ./drone-deploy.sh notify: email: on_success: change on_f...
e5e73757-be99-40b1-8704-7114f410cab6
{ "language": "YAML" }
```yaml name: dgreat recipe: pantheon config: framework: drupal8 env: dev site: dgreat id: 41cad7fe-472d-43a9-a470-d391b9622376 xdebug: true services: appserver: config: conf: conf/php.ini overrides: services: environment: BEHAT_PARAMS: >- {"extensions" ...
```yaml name: dgreat recipe: pantheon config: framework: drupal8 env: dev site: dgreat id: 41cad7fe-472d-43a9-a470-d391b9622376 xdebug: true services: appserver: config: conf: conf/php.ini overrides: services: environment: BEHAT_PARAMS: >- {"extensions" ...
cc012db4-0409-4e93-ac2e-84de2e6b5010
{ "language": "YAML" }
```yaml - project: name: openstack-infra/shade check: jobs: - tox-py35-constraints ``` Switch to normal tox-py35 job
```yaml - project: name: openstack-infra/shade check: jobs: - tox-py35 ```
fbce7cbe-0913-4939-8412-47a5c0705621
{ "language": "YAML" }
```yaml {% set version = "6.1.0" %} package: name: gmp version: {{ version }} source: fn: gmp-{{ version }}.tar.bz2 url: ftp://ftp.gnu.org/gnu/gmp/gmp-{{ version }}.tar.bz2 md5: 86ee6e54ebfc4a90b643a65e402c4048 build: number: 0 skip: true # [win] test: files: - test.c about: home: http://gmp...
```yaml {% set version = "6.1.0" %} package: name: gmp version: {{ version }} source: fn: gmp-{{ version }}.tar.bz2 url: ftp://ftp.gnu.org/gnu/gmp/gmp-{{ version }}.tar.bz2 md5: 86ee6e54ebfc4a90b643a65e402c4048 build: number: 0 skip: true # [win] test: files: - test.c about: home: http://gmp...
65cbe464-28a7-4df8-9170-bd5b7c53057c
{ "language": "YAML" }
```yaml --- - name: Unblock wlan command: rfkill unblock wlan when: ansible_architecture == 'x86_64' ignore_errors: yes - name: Install hostapd apt: name=hostapd state=latest when: ansible_architecture == 'x86_64' or ansible_architecture == 'armv7l' - name: Remove sysVinit startup file file: path=/etc/ini...
```yaml --- - name: Unblock wlan command: rfkill unblock wlan when: ansible_architecture == 'x86_64' ignore_errors: yes - name: Install hostapd apt: name=hostapd state=latest when: ansible_architecture == 'x86_64' - name: Remove sysVinit startup file file: path=/etc/init.d/hostapd state=absent when: ans...
9ac0f58d-bd39-4471-891c-a379f34158bc
{ "language": "YAML" }
```yaml smtp::virtual_aliases: "@%{hiera('phabricator::vhost::name')}": "%{hiera('phabricator::user')}" smtp::mail_aliases: "%{hiera('phabricator::user')}": "\"| %{hiera('phabricator::basepath')}/phabricator/scripts/mail/mail_handler.php\"" ssh::port: 2222 networks: private: interface: eth1 address: 192...
```yaml smtp::virtual_aliases: "@%{hiera('phabricator::vhost::name')}": "%{hiera('phabricator::user')}" smtp::mail_aliases: "%{hiera('phabricator::user')}": "\"| %{hiera('phabricator::basepath')}/phabricator/scripts/mail/mail_handler.php\"" ssh::port: 2222 networks: private: interface: eth1 address: 192...
1ce8775d-d8a1-42d6-9fbf-a8e05ad60d15
{ "language": "YAML" }
```yaml files: - source: /languages/YourLanguage.ts translation: /languages/%language%.ts - source: /crash-reporter/languages/YourLanguage.ts translation: /crash-reporter/languages/%language%.ts ``` Update Crowdin settings following reorg
```yaml files: - source: /src/languages/YourLanguage.ts translation: /src/languages/%language%.ts - source: /src/crash-reporter/languages/YourLanguage.ts translation: /src/crash-reporter/languages/%language%.ts ```
e50b3901-8fd7-451a-bd26-6be01c9669fd
{ "language": "YAML" }
```yaml --- # This Ansible playbook is a provision playbook designed to be used with # vagrant. This playbook provisions a virtual object suitable for micromagnetic # simulation with fidimag. It is executed by the virtual object. - hosts: all vars: name: virtualmicromagnetics-fidimag roles: - write_chara...
```yaml --- # This Ansible playbook is a provision playbook designed to be used with # vagrant. This playbook provisions a virtual object suitable for micromagnetic # simulation with fidimag. It is executed by the virtual object. - hosts: all vars: name: virtualmicromagnetics-fidimag roles: - write_chara...
c94db066-4c3d-41a9-9b3d-f17382e068c2
{ "language": "YAML" }
```yaml --- # yamllint disable rule:line-length name: run tests and coverage # yamllint disable-line rule:truthy on: [push, pull_request] jobs: run-tests: runs-on: ubuntu-20.04 strategy: matrix: container: ['shivupa/cclib-ci:py37'] container: image: ${{ matrix.container }} defaul...
```yaml --- # yamllint disable rule:line-length name: run tests and coverage # yamllint disable-line rule:truthy on: [push, pull_request] jobs: run-tests: runs-on: ubuntu-20.04 strategy: matrix: container: ['shivupa/cclib-ci:py37'] container: image: ${{ matrix.container }} defaul...
87d58ec4-42b5-4c52-8fe0-3382dc1ef8fe
{ "language": "YAML" }
```yaml # This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: release: types: [created] jo...
```yaml # This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: release: types: [created] jo...
42b5a9f2-be3e-4b17-b2f8-a7dbbd16d6d4
{ "language": "YAML" }
```yaml name: Build and upload python package to PyPI on: workflow_dispatch jobs: release-pypi: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - name: Build package and upload from docker (Linux) if: runner.o...
```yaml name: Build and upload python package to PyPI on: workflow_dispatch: branches: [ feature/* ] jobs: release-pypi: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - name: Build package and upload from dock...
942699fb-9385-4368-8e6d-98807eb0cf93
{ "language": "YAML" }
```yaml name: Renovate-Dry-Run on: workflow_dispatch: inputs: pac_to_use: description: "Name of the workflow secret to use" type: string required: true branch: description: "Branch that renovate should operate on" type: string required: true jobs: ren...
```yaml name: Renovate-Dry-Run on: workflow_dispatch: inputs: pac_to_use: description: "Name of the workflow secret to use" type: string required: true branch: description: "Branch that renovate should operate on" type: string required: true jobs: ren...
cff947bc-aae6-42ed-ade4-086b49756784
{ "language": "YAML" }
```yaml services: foo: { class: FooClass } baz: { class: BazClass } scope.container: { class: FooClass, scope: container } scope.custom: { class: FooClass, scope: custom } scope.prototype: { class: FooClass, scope: prototype } constructor: { class: FooClass, factory_method: getInstance } fil...
```yaml services: foo: { class: FooClass } baz: { class: BazClass } scope.container: { class: FooClass, scope: container } scope.custom: { class: FooClass, scope: custom } scope.prototype: { class: FooClass, scope: prototype } constructor: { class: FooClass, factory_method: getInstance } fil...
b8092cb3-f7c9-4984-9e87-18dbe5769cef
{ "language": "YAML" }
```yaml homepage: '' changelog-type: '' hash: dd0bac96583e696da84ed28aba1e44718586434de905708a4c8887fa6afae4dd test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0...
```yaml homepage: '' changelog-type: '' hash: b62b8f99060b514fc5828d5f15609a672e47bcb9ab834b21f27c0665b163e364 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0...
b0e0e490-6021-4b57-a5e9-8788db72a120
{ "language": "YAML" }
```yaml homepage: http://github.com/chrisdone/ini changelog-type: '' hash: 3411a0a7e6dbd755ad1d964d4f1f21c83e0a32799ce41281d05c1d43559bd13d test-bench-deps: {} maintainer: chrisdone@gmail.com synopsis: Quick and easy configuration files in the INI format. changelog: '' basic-deps: base: ! '>=4.9 && <5' unordered-co...
```yaml homepage: http://github.com/chrisdone/ini changelog-type: '' hash: ace68f1e022b4319e4cb575a17665bb64a271bc7118e1127f09cea7d33e06824 test-bench-deps: base: ! '>=4 && <5' unordered-containers: -any hspec: -any ini: -any maintainer: chrisdone@gmail.com synopsis: Quick and easy configuration files in the IN...
e7d76d35-7108-4ee5-9287-b6aaa33bc886
{ "language": "YAML" }
```yaml # Packages available in the Homebrew and Linuxbrew package manager --- minimal: - cmake perl: - cpanminus bio_nextgen: alignment: - bwa - bowtie2 - novoalign - rna-star - snap-aligner - tophat-binary utilities: - bamtools - bedtools - cramtools - libmaus - bi...
```yaml # Packages available in the Homebrew and Linuxbrew package manager --- minimal: - cmake - s3gof3r perl: - cpanminus bio_nextgen: alignment: - bwa - bowtie2 - novoalign - rna-star - snap-aligner - tophat-binary utilities: - bamtools - bedtools - cramtools - libm...
e016c07c-30eb-4fde-9ee4-b798cb15616a
{ "language": "YAML" }
```yaml rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree # - jruby-18mode # - jruby-19mode # - jruby-head - rbx-18mode - rbx-19mode branches: only: - master - listen notifications: recipients: - thibaud@thibaud.me - rymai@rymai.me - michi@netzpiraten.ch - yann.lugrin@sans-s...
```yaml rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ruby-head - ree # - jruby-18mode # - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head branches: only: - master - listen notifications: recipients: - thibaud@thibaud.me -...
9f05e8e2-d23b-4423-91fe-96473e84bde7
{ "language": "YAML" }
```yaml language: ruby os: - linux - osx rvm: - 2.1 - jruby - rbx-head matrix: fast_finish: true allow_failures: - os: osx - rvm: jruby - rvm: rbx-head notifications: email: false script: - bundle exec rake build - DEBUG=1 bundle exec rspec -t ~multicast:ipv6 -t ~performance ``` Te...
```yaml language: ruby os: - linux - osx rvm: - 2.2 - jruby - rbx-head matrix: fast_finish: true allow_failures: - os: osx - rvm: jruby - rvm: rbx-head notifications: email: false script: - bundle exec rake build - DEBUG=1 bundle exec rspec -t ~multicast:ipv6 -t ~performance ```
48756432-04c6-448c-8505-d8ac5e53dfac
{ "language": "YAML" }
```yaml language: python sudo: false cache: pip before_install: - | if [ -z ${encrypted_12e75a453f27_key+x} ]; then openssl aes-256-cbc -K $encrypted_12e75a453f27_key -iv $encrypted_12e75a453f27_iv -in gcs-service-account.json.enc -out gcs-service-account.json -d; fi install: - pip install tox script:...
```yaml language: python sudo: false cache: pip before_install: - | if [ -z ${encrypted_12e75a453f27_key+x} ]; then echo "Decrypting gcs-service-account.json.enc"; openssl aes-256-cbc -K $encrypted_12e75a453f27_key -iv $encrypted_12e75a453f27_iv -in gcs-service-account.json.enc -out gcs-service-accoun...
82208f37-7e5c-432a-954c-d1ff53c55894
{ "language": "YAML" }
```yaml language: c compiler: - gcc env: global: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # via the "travis encrypt" command using the project repo's public key - secure: "" addons: coverity_scan: project: name: "Comcast/aker" description: " Aker is a pare...
```yaml language: c compiler: - gcc env: global: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # via the "travis encrypt" command using the project repo's public key - secure: "" addons: coverity_scan: project: name: "Comcast/aker" description: " Aker is a pare...
63929cf4-ae13-49e1-a112-b224cb0d77f9
{ "language": "YAML" }
```yaml language: python python: - "2.7" - "3.4" - "3.5" - "pypy" - "pypy3" install: - "pip install -r requirements.txt" - "pip install -r tests/requirements.txt" script: - "py.test tests/unit/ --cov pad --cov-report term-missing" - "py.test tests/functional/" after_success: - coveralls``` Disable ...
```yaml language: python python: - "2.7" - "3.4" - "3.5" # - "pypy" # - "pypy3" install: - "pip install -r requirements.txt" - "pip install -r tests/requirements.txt" script: - "py.test tests/unit/ --cov pad --cov-report term-missing" - "py.test tests/functional/" after_success: - coveralls```
aef61b01-974b-4b9a-bd8b-1186ea44a706
{ "language": "YAML" }
```yaml language: python sudo: false cache: pip branches: except: - /^[^/]+/.+$/ python: - "2.7" - "pypy" - "pypy3" - "3.3" - "3.4" - "3.5" install: - travis_retry pip install --upgrade setuptools pip pytest pytest-cov codecov - pip install -e '.[development]' script: python setup.py tes...
```yaml language: python sudo: false cache: pip branches: except: - /^[^/]+/.+$/ python: - "2.7" - "pypy" - "pypy3" - "3.3" - "3.4" - "3.5" install: - travis_retry pip install --upgrade setuptools pip pytest pytest-cov codecov - pip install -e 'git+https://github.com/marrow/webcore.git@develo...
22144689-f8af-4eab-a31b-5a2674731728
{ "language": "YAML" }
```yaml language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION=1.5 - DJANGO_VERSION=1.4.5 - DJANGO_VERSION=1.3.7 install: - pip install -q django==$DJANGO_VERSION - pip install -q coverage - pip install -q pep8 - python setup.py -q install script: python setup.py test ``` Update Django ver...
```yaml language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION=1.6 - DJANGO_VERSION=1.5.5 - DJANGO_VERSION=1.4.10 - DJANGO_VERSION=1.3.7 install: - pip install -q django==$DJANGO_VERSION - pip install -q coverage - pip install -q pep8 - python setup.py -q install script: python setup.py t...
e1cb9a1b-89d7-4ab8-a177-fd4ee293978a
{ "language": "YAML" }
```yaml language: erlang script: "make travis" notifications: irc: "irc.freenode.org#nitrogen" otp_release: - R16B - R15B02 - R15B01 - R15B - R14B03 - R14B02 before_script: "sudo apt-get --yes --force-yes install libpam0g-dev" ``` Stop spamming IRC with Travis.
```yaml language: erlang script: "make travis" otp_release: - R16B - R15B02 - R15B01 - R15B - R14B03 - R14B02 before_script: "sudo apt-get --yes --force-yes install libpam0g-dev" ```
f76857af-0f15-4d2d-b0c2-6e3752dc58c0
{ "language": "YAML" }
```yaml language: python python: - "2.7" # command to install dependencies install: "pip install -r requirements.txt --use-mirrors" # This is needed, otherwise, nosetests can't find the installed pymatgen C # extensions. before_script: - python setup.py install - mv pymatgen pmg # command to run tests, e.g. pytho...
```yaml language: python python: - "2.7" # command to install dependencies install: "pip install -r requirements.txt --use-mirrors" # This is needed, otherwise, nosetests can't find the installed pymatgen C # extensions. before_script: - python setup.py install - mv pymatgen pmg # command to run tests, e.g. pytho...
4000eb22-13ac-475a-9b96-2491b645ba09
{ "language": "YAML" }
```yaml language: android android: components: - build-tools-21.1.2 - android-21 - extra-android-support``` Add chmod +x for gradlew.
```yaml language: android android: components: - build-tools-21.1.2 - android-21 - extra-android-support before_install: - chmod +x gradlew```
a08658b0-cd8a-45c0-9afa-8fb24e470e82
{ "language": "YAML" }
```yaml dist: trusty sudo: false group: beta language: ruby before_install: - gem install bundler script: - bundle exec rake compile || bundle exec rake compile - bundle exec rake test os: - linux - osx rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 - ruby-head - rbx - system env: - CC=gcc - CC=clang ...
```yaml dist: trusty sudo: false group: beta language: ruby before_install: - gem install bundler script: - bundle exec rake compile || bundle exec rake compile - bundle exec rake test os: - linux - osx rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 - ruby-head - system env: - CC=gcc - CC=clang matrix: ...
8b86bb98-e830-42ae-89a5-45177bf640d3
{ "language": "YAML" }
```yaml language: node_js node_js: - '4' - '4.3.2' # AWS Lambda - '5' - '6' - '6.10.3' # AWS Lambda - '7' - '8' - 'node' - 'iojs' script: - npm run ci matrix: allow_failures: - node_js: 'iojs' - node_js: '4.3.2' - node_js: '4' - node_js: '5' ``` Add additional nodejs version buil...
```yaml language: node_js node_js: - '4' - '4.3.2' # AWS Lambda - '5' - '6' - '6.10.3' # AWS Lambda - '7' - '8' - '8.10' # AWS Lambda - '9' - '10' - 'node' - 'iojs' script: - npm run ci matrix: allow_failures: - node_js: 'iojs' - node_js: '4.3.2' - node_js: '4' - node_js: '5...
9547fa73-1a05-4d6f-a3ae-3aaa804933f0
{ "language": "YAML" }
```yaml language: haskell install: - cabal install elm-get - sudo ln -s ~/.cabal/bin/elm /usr/local/bin/elm - sudo ln -s ~/.cabal/bin/elm-get /usr/local/bin/elm-get - git clone git://github.com/maxsnew/IO - cd IO - git checkout tags/0.3.0.0 - cabal install - sudo ln -s ~/.cabal/bin/elm-io /usr/local/bi...
```yaml language: haskell install: - cd tests - cp -r ../src src - git clone https://github.com/elm-lang/elm-compiler.git - git clone https://github.com/elm-lang/elm-package.git - git clone https://github.com/elm-lang/elm-make.git - cd elm-make - cabal sandbox init - cabal sandbox add-source ../elm-comp...
c0a8d4bb-5461-4010-9806-6ea01303e36b
{ "language": "YAML" }
```yaml language: node_js node_js: - 0.10 script: - npm test ``` Support only last LTS version
```yaml language: node_js node_js: - 6 script: - npm test ```
ccc884bf-7eb7-4f3a-a33d-ab99f6cf4eed
{ "language": "YAML" }
```yaml sudo: false language: node_js node_js: - stable cache: yarn: true directories: - node_modules before_install: export TZ=UTC install: yarn script: yarn test -- --coverage after_success: yarn run coveralls ``` Add lint when testing in CI
```yaml sudo: false language: node_js node_js: - stable cache: yarn: true directories: - node_modules before_install: export TZ=UTC install: yarn script: - yarn run lint - yarn test -- --coverage after_success: yarn run coveralls ```
856aac0a-776d-4eb0-b392-fb7ef7acb6da
{ "language": "YAML" }
```yaml bundler_args: "--binstubs --standalone --without documentation" script: "script/test_all" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ree - jruby-18mode - jruby-19mode - rbx-2.2.1 - rbx ``` Add temporary workaround for failing build on Ruby 1.8.7 Rubygems broke builds on Ruby 1.8.7:
```yaml bundler_args: "--binstubs --standalone --without documentation" script: "script/test_all" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ree - jruby-18mode - jruby-19mode - rbx-2.2.1 - rbx before_install: - gem update bundler - bundle --version - gem update --system 2.1.11 - gem --ve...
e945a153-ce84-4e01-be7a-7f2d2719ddda
{ "language": "YAML" }
```yaml language: python python: - "2.7" system_site_packages: true sudo: false install: - pip install flake8 #- pip install pylint --use-mirrors #- pip install nose --use-mirrors script: - flake8 --show-source --show-pep8 . #- pylint lib datapath volume #- nosetests ``` Drop flake8 --show-pep8 as there ...
```yaml language: python python: - "2.7" system_site_packages: true sudo: false install: - pip install flake8 #- pip install pylint --use-mirrors #- pip install nose --use-mirrors script: - flake8 --show-source . #- pylint lib datapath volume #- nosetests ```
ee29147a-fbc1-4ee6-88a9-d2244d5719c1
{ "language": "YAML" }
```yaml language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master script: rake test ``` Add Ruby 2.1.1 to Travis CI.
```yaml language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - ruby-head - rbx-19mode matrix: allow_failures: - rvm: ruby-head - rvm: rbx-19mode branches: only: - master script: rake test ```
87fceea0-a704-453e-b6cd-d032b0180112
{ "language": "YAML" }
```yaml language: ruby rvm: - 1.8.7 # - 1.9.3 script: 'rake spec' env: - PUPPET_VERSION="~> 2.7.0" # - PUPPET_VERSION="3.3" gemfile: .gemfile branches: only: - 'master' - 'wcooley/testing-with-rspec-puppet-augeas' notifications: email: false ``` Add commands to install libaugeas
```yaml language: ruby rvm: - 1.8.7 # - 1.9.3 script: 'rake spec' before_install: - sudo apt-get update -qq - sudo apt-get install -qq libaugeas0 libaugeas-dev env: - PUPPET_VERSION="~> 2.7.0" # - PUPPET_VERSION="3.3" gemfile: .gemfile branches: only: - 'master' - 'wcooley/testing-with-rspec-pup...
bfcfdf4d-dd99-4b4b-a208-8c4a6c1ebff3
{ "language": "YAML" }
```yaml language: node_js node_js: - "0.10" - "0.8" before_install: - npm install -g grunt-cli bower after_script: - grunt coveralls ``` Remove node 0.8 CI env
```yaml language: node_js node_js: - "0.10" before_install: - npm install -g grunt-cli bower after_script: - grunt coveralls ```
3030a462-ec4e-43c4-8596-84074f19cd9d
{ "language": "YAML" }
```yaml sudo: false language: python python: - "2.7" - "3.3" - "3.4" - "3.5" cache: directories: - $HOME/.cache/pip - $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages - $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/bin install: - env - pip install ...
```yaml sudo: false language: python python: - "2.7" - "3.3" - "3.4" - "3.5" matrix: include: - python: "2.7" env: JYTHON=true cache: directories: - $HOME/.cache/pip - $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/lib/python$TRAVIS_PYTHON_VERSION/site-packages - $HOME/virtualenv/pyth...
f30a4410-836f-4700-be56-aca503e01570
{ "language": "YAML" }
```yaml bundler_args: --without development language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - jruby-18mode - jruby-19mode - jruby-head - rbx-2 - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head fast_finish: true ``` Add 2.1.1 to Travis CI config
```yaml bundler_args: --without development language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - jruby-18mode - jruby-19mode - jruby-head - rbx-2 - ruby-head matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head fast_finish: true ```
16b581cd-b420-416d-b1bb-3454670eb137
{ "language": "YAML" }
```yaml # Use container based infrastructure sudo: false language: python addons: apt: packages: - imagemagick python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev install: - pip install --quiet -r requirements.txt ...
```yaml # Use container based infrastructure sudo: false language: python addons: apt: packages: - imagemagick python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev install: - pip install --quiet -r requirements.txt ...
4a2ab084-48ee-4692-90e9-da034de2057e
{ "language": "YAML" }
```yaml --- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules before_install: - "npm config set spin false" - "npm install -g npm@^2" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - npm install -g bower - npm install - bower install script...
```yaml --- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules before_install: - "npm config set spin false" - "npm install -g npm@^2" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" install: - npm install -g bower - npm install - bower install script...
e577107e-0023-45a4-b6b6-7c0ef63046f9
{ "language": "YAML" }
```yaml language: node_js node_js: - "5" - "5.1" - "4" - "4.2" - "4.1" - "4.0" - "0.12" - "0.11" - "0.10" - "0.8" - "0.6" - "iojs"``` Build for just Node 5
```yaml language: node_js node_js: - "5"```
477e0548-94df-46aa-9d66-a364904e28cf
{ "language": "YAML" }
```yaml # Sets Travis to run the Ruby specs on OS X machines to be as close as possible # to the user environment. # language: objective-c addons: code_climate: repo_token: 937468c2cbb0d7c0546b62d0fcbcba8a2a8b82714a64a52ffd0b951e71df626d env: - RVM_RUBY_VERSION=system # - RVM_RUBY_VERSION=1.8.7-p358 before_in...
```yaml # Sets Travis to run the Ruby specs on OS X machines to be as close as possible # to the user environment. # language: objective-c addons: code_climate: repo_token: 937468c2cbb0d7c0546b62d0fcbcba8a2a8b82714a64a52ffd0b951e71df626d env: - RVM_RUBY_VERSION=system # - RVM_RUBY_VERSION=1.8.7-p358 before_in...
17eeda4b-a972-4817-99f8-7af539155885
{ "language": "YAML" }
```yaml os: osx osx_image: xcode6.4 env: - COLUMNS=240 install: - brew update - brew install advancecomp - brew install gdk-pixbuf --without-modules --with-included-loaders="png,jpeg" - brew install harfbuzz --without-graphite2 - brew install vips --with-webp --with-jpeg-turbo --without-fftw --without-poppl...
```yaml os: osx osx_image: xcode8 env: - COLUMNS=240 install: - brew update - brew install advancecomp - brew install gdk-pixbuf --without-modules --with-included-loaders="png,jpeg" - brew install harfbuzz --without-graphite2 - brew install vips --with-webp --with-jpeg-turbo --without-fftw --without-poppler...
aac36783-5f0c-4333-9229-e80d9b96e30e
{ "language": "YAML" }
```yaml language: java jdk: - oraclejdk8 addons: apt: packages: - oracle-java8-installer before_install: - "export DISPLAY=:99.0" - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24" - ...
```yaml language: java jdk: - oraclejdk8 addons: apt: packages: - oracle-java8-installer before_install: - export DISPLAY=:99.0 - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x24 - sh -e /etc/init.d/xvf...