doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
f87e4219-b34a-485f-9a4b-fd7e2117d2a2 | {
"language": "YAML"
} | ```yaml
machine:
ruby:
version: 2.2.3
environment:
KITCHEN_LOCAL_YAML: .kitchen.cloud.yml
dependencies:
cache_directories:
- "~/bundle"
pre:
- ssh-keygen -f ~/.ssh/id_rsa -q -N ""
override:
- bundle install --path=~/bundle --jobs=4 --retry=3:
timeout: 600
test:
override:
- ... | ```yaml
machine:
ruby:
version: 2.2.5
environment:
KITCHEN_LOCAL_YAML: .kitchen.cloud.yml
dependencies:
cache_directories:
- "~/bundle"
pre:
- ssh-keygen -f ~/.ssh/id_rsa -q -N ""
override:
- bundle install --path=~/bundle --jobs=4 --retry=3:
timeout: 600
test:
override:
- ... |
172a638e-543a-405d-9129-5d0ad79dd498 | {
"language": "YAML"
} | ```yaml
machine:
services:
- docker
dependencies:
post:
- datacats pull
- pip install -r requirements_test.txt
test:
override:
- datacats create site1 -bn
- "[ ! -d site1/ckanext-site1theme ]"
- '[ "$(echo `datacats list`)" == "site1" ]'
- datacats info site1
- datacats start site1... | ```yaml
machine:
services:
- docker
dependencies:
post:
- datacats pull
- pip install -r requirements_test.txt
test:
override:
- datacats create site1 -bn
- "[ ! -d site1/ckanext-site1theme ]"
- '[ "$(echo `datacats list`)" == "site1" ]'
- datacats info site1
- datacats start site1... |
58a247ae-9231-4d8e-98cc-ff0b989956a9 | {
"language": "YAML"
} | ```yaml
machine:
python:
version: 3.5.1
dependencies:
override:
- pip install -r requirements.txt
- pip install coveralls
test:
#override:
# - coverage run --source=cbe.location,cbe.party,cbe.business_interaction,cbe.customer,cbe.trouble manage.py test
post:
- cov... | ```yaml
machine:
python:
version: 3.5.1
dependencies:
override:
- pip install -r requirements.txt
#- pip install coveralls
# test:
# override:
# - coverage run --source=cbe.location,cbe.party,cbe.business_interaction,cbe.customer,cbe.trouble manage.py test
# post:
... |
8ea8067e-38ea-4d3b-bac1-05aa5f1ba56a | {
"language": "YAML"
} | ```yaml
dependencies:
post:
- sudo apt-get -y update
- sudo apt-get -y install coreutils qemu virtualbox gawk sed curl wget virtualbox-dkms linux-headers-generic
compile:
override:
- source env/centos-7 && ./create_images_from_qcow2.sh
- source env/rancheros && ./create_images_from_qcow2.sh
post:
... | ```yaml
dependencies:
post:
- sudo apt-get -y update
- sudo apt-get -y install coreutils qemu virtualbox gawk sed curl wget virtualbox-dkms linux-headers-generic
compile:
override:
- cd dist && source ../scripts/env/debian-8 && ../scripts/create_images_from_qcow2.sh
- cd dist && source ../scripts/en... |
4c4ef4e7-73f3-42c4-9fd1-73478897e353 | {
"language": "YAML"
} | ```yaml
machine:
node:
version: 8
checkout:
post:
- git submodule update --init
dependencies:
cache_directories:
- "site/node_modules"
override:
- npm install -g hexo-cli
- npm install:
pwd: site
test:
override:
# maybe we will need tests in the future
- echo 'ok!'
depl... | ```yaml
machine:
node:
version: 8
checkout:
post:
- git submodule update --init
dependencies:
cache_directories:
- "site/node_modules"
override:
- npm install:
pwd: site
test:
override:
# maybe we will need tests in the future
- echo 'ok!'
deployment:
s3:
branch: /^(m... |
847f7aed-b4a0-424d-8708-29469859aa60 | {
"language": "YAML"
} | ```yaml
#
# Build configuration for Circle CI
#
general:
artifacts:
- /home/ubuntu/SoundLocker/app/build/outputs/apk/
machine:
environment:
ANDROID_HOME: /usr/local/android-sdk-linux
dependencies:
override:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,... | ```yaml
#
# Build configuration for Circle CI
#
general:
artifacts:
- /home/ubuntu/SoundLocker/app/build/outputs/apk/
machine:
environment:
ANDROID_HOME: /usr/local/android-sdk-linux
dependencies:
override:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,... |
6794cd8b-3de9-46b3-86b1-9cfedf59f0df | {
"language": "YAML"
} | ```yaml
machine:
timezone:
America/Los_Angeles
java:
version:
oraclejdk8
python:
version: 2.7.3
node:
version: 4.4.7
dependencies:
override:
- lein deps
- pip install awscli==1.7.3
- npm install -g 'yarn@>=0.16.0'
# Forces the Sauce Connect binary to be downloaded during ... | ```yaml
machine:
timezone:
America/Los_Angeles
java:
version:
oraclejdk8
python:
version: 2.7.3
node:
version: 4.4.7
dependencies:
override:
- lein deps
- pip install awscli==1.7.3
- npm install -g 'yarn@>=0.16.0'
# Forces the Sauce Connect binary to be downloaded during ... |
0d9b5bf3-5d28-4592-b758-b087941d1eb5 | {
"language": "YAML"
} | ```yaml
machine:
services:
- docker
environment:
CLOUDSDK_CORE_DISABLE_PROMPTS: 1
test:
override:
- bundle exec rake
- docker build -t=$registry_root/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM .
deployment:
registry:
branch: master
commands:
- echo $gcloud_json_key_base64 | sed ... | ```yaml
machine:
services:
- docker
environment:
CLOUDSDK_CORE_DISABLE_PROMPTS: 1
registry_root: us.gcr.io/code_climate
test:
override:
- bundle exec rake
- docker build -t=$registry_root/$CIRCLE_PROJECT_REPONAME:b$CIRCLE_BUILD_NUM .
deployment:
registry:
branch: master
commands:
... |
6e4884e8-188a-4738-9c93-7e1e33a84834 | {
"language": "YAML"
} | ```yaml
Categories:
- Multimedia
License: Unlicense
SourceCode: https://github.com/dmitriy-ilchenko/QrAndBarcodeScanner
IssueTracker: https://github.com/dmitriy-ilchenko/QrAndBarcodeScanner/issues
Changelog: https://github.com/dmitriy-ilchenko/QrAndBarcodeScanner/blob/HEAD/CHANGELOG.md
AutoName: QR & Barcode Scanner... | ```yaml
Categories:
- Multimedia
License: Unlicense
SourceCode: https://github.com/dmitriy-ilchenko/QrAndBarcodeScanner
IssueTracker: https://github.com/dmitriy-ilchenko/QrAndBarcodeScanner/issues
Changelog: https://github.com/dmitriy-ilchenko/QrAndBarcodeScanner/blob/HEAD/CHANGELOG.md
AutoName: QR & Barcode Scanner... |
536a2ecd-321c-4af6-9c70-c0f33d6869ea | {
"language": "YAML"
} | ```yaml
---
features:
- Add ``ConstrainedQuadraticModel.__str__()`` method.
```
Add link to issue in release note | ```yaml
---
features:
- Add ``ConstrainedQuadraticModel.__str__()`` method. See `#1188 <https://github.com/dwavesystems/dimod/issues/1188>`_.
``` |
2e09a0b8-bf79-4786-8d33-eb4494f1992a | {
"language": "YAML"
} | ```yaml
homepage: yet
changelog-type: ''
hash: c9d1220a16250e7f968b3bde8f19fb61bfb2c949a1d8b8ff621959cdd5930915
test-bench-deps: {}
maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>
synopsis: Exception type hierarchy with TemplateHaskell
changelog: ''
basic-deps:
base: ==4.*
template-haskell: ! '>=2.12 && <2.14'
al... | ```yaml
homepage: yet
changelog-type: ''
hash: a38e5d85e9aae6b2e6e996e48b5aee6d03bad7df6a1b001d9af12767a51b8d7d
test-bench-deps: {}
maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>
synopsis: Exception type hierarchy with TemplateHaskell
changelog: ''
basic-deps:
base: ==4.*
template-haskell: ! '>=2.12 && <2.15'
al... |
62f1b4fa-4b24-43aa-98a4-b2141095fe92 | {
"language": "YAML"
} | ```yaml
# docker box definition
box: ekholabs/wercker-jdk8-go
# defining the build pipeline
build:
steps:
- script:
name: show base information
code: |
echo $WERCKER_GIT_BRANCH
echo $JAVA_HOME
java -version
javac -version
gradle -v
-... | ```yaml
# docker box definition
box: ekholabs/wercker-jdk8-go
# defining the build pipeline
build:
steps:
- script:
name: show base information
code: |
echo $WERCKER_GIT_BRANCH
echo $JAVA_HOME
java -version
javac -version
gradle -v
-... |
e58b81a5-d019-432d-8cd8-5e688a001ac5 | {
"language": "YAML"
} | ```yaml
---
# Copyright 2015, Rackspace US, Inc.
#
# 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 ag... | ```yaml
---
# Copyright 2015, Rackspace US, Inc.
#
# 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 ag... |
8dfe25c8-ad78-468d-ae3a-187461a05273 | {
"language": "YAML"
} | ```yaml
Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/StefanOltmann/Kaesekaestchen
IssueTracker: https://github.com/StefanOltmann/Kaesekaestchen/issues
Name: Dots'n'Boxes
AutoName: Käsekästchen
Description: |-
Players take turns joining two horizontally or vertically adjacent dots by a... | ```yaml
Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/StefanOltmann/Kaesekaestchen
IssueTracker: https://github.com/StefanOltmann/Kaesekaestchen/issues
Name: Dots'n'Boxes
AutoName: Käsekästchen
Description: |-
Players take turns joining two horizontally or vertically adjacent dots by a... |
bda986f7-28bc-4c64-a237-fe453ed16484 | {
"language": "YAML"
} | ```yaml
---
- name: Remove VM's default gcloud installation
file: path={{ item }} state=absent
with_items:
- /usr/lib/google-cloud-sdk
- /usr/bin/gcloud
sudo: yes
- name: Delete previous gcloud sdk installation directory
file: path=~/google-cloud-sdk state=absent
- name: Download gcloud sdk
... | ```yaml
---
- name: Remove VM's default gcloud installation
file: path={{ item }} state=absent
with_items:
- /usr/lib/google-cloud-sdk
- /usr/bin/gcloud
- /usr/bin/git-credential-gcloud.sh
- /usr/bin/bq
- /usr/bin/gsutil
sudo: yes
- name: Delete previous gcloud sdk instal... |
5553c123-1267-4ba4-bf4e-6ef7ccd473e3 | {
"language": "YAML"
} | ```yaml
jobs:
- template: default.yml@templates
parameters:
cross: false
setup:
- script: sudo apt install libpam0g-dev
resources:
repositories:
- repository: templates
type: github
name: crate-ci/azure-pipelines
ref: refs/heads/v0.3
endpoint: 1wilkens
```
Use v... | ```yaml
jobs:
- template: default.yml@templates
parameters:
cross: false
setup:
- script: sudo apt install libpam0g-dev
resources:
repositories:
- repository: templates
type: github
name: crate-ci/azure-pipelines
ref: refs/heads/v0.4
endpoint: 1wilkens
``` |
a4ecda5a-45cc-415d-a31a-4a6d0ea88bef | {
"language": "YAML"
} | ```yaml
steps:
- ssh %deploy_server% -p %deploy_port% "sudo chown -R %deploy_project%:%deploy_project% /home/projects/%deploy_project%/data/builds/%deploy_timestamp%-%buildtag%"
- ssh %deploy_server% -p %deploy_port% "sudo setfacl -R -m group:admin:rwx /home/projects/%deploy_project%/data/builds/%deploy_timestamp%-... | ```yaml
steps:
- ssh %deploy_server% -p %deploy_port% "sudo chown -R %deploy_project%:%deploy_project% /home/projects/%deploy_project%/data/builds/%deploy_timestamp%-%buildtag%"
- ssh %deploy_server% -p %deploy_port% "sudo setfacl -R -m group:admin:rwx /home/projects/%deploy_project%/data/builds/%deploy_timestamp%-... |
d0293a7d-b036-42b5-b444-4af1980d3b93 | {
"language": "YAML"
} | ```yaml
---
driver:
name: vagrant
require_chef_omnibus: 11.8
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: centos-6.6
suites:
- name: default
run_list:
- recipe[exhibitor::default]
- recipe[exhibitor::service]
attributes:
```
Use latest C... | ```yaml
---
driver:
name: vagrant
require_chef_omnibus: 11
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: centos-6.6
suites:
- name: default
run_list:
- recipe[exhibitor::default]
- recipe[exhibitor::service]
attributes:
``` |
72f10352-3167-44a4-9957-781bff591ce4 | {
"language": "YAML"
} | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
run_list: apt::default
- name: debian-8.7
run_list: apt::default
- name: fedora-25
- name: ubuntu-14.04
run_list: apt::default
- name: ubuntu-16.04
run_list... | ```yaml
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
run_list: apt::default
- name: debian-8.7
run_list: apt::default
- name: fedora-25
- name: ubuntu-14.04
run_list: apt::default
- name: ubuntu-16.04
run_list... |
077504aa-1ff6-45e2-a62c-8d050d8e63d7 | {
"language": "YAML"
} | ```yaml
---
:when_does_your_vat_accounting_period_end?:
- "TODO: When does your VAT accounting period end?"
:how_do_you_want_to_pay?:
- direct-debit
- online-telephone-banking
- online-debit-credit-card
- bacs-direct-credit
- bank-giro
- chaps
- cheque
```
Modify questions & responses data for vat-payment-deadlines | ```yaml
---
:when_does_your_vat_accounting_period_end?:
- 2015-01-31
:how_do_you_want_to_pay?:
- direct-debit
- online-telephone-banking
- online-debit-credit-card
- bacs-direct-credit
- bank-giro
- chaps
- cheque
``` |
29c8f92c-7f2b-47fb-89a3-69430adf3048 | {
"language": "YAML"
} | ```yaml
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_edxapp
sudo: True
vars_files:
- "{{ secure_dir }}/vars/edxapp_continuous_integration_vars.yml"
- "{{ secure_dir }}/vars/users.yml"
roles:
- common
- nginx
- gunicorn
- ruby
- npm
- edxapp
```
Remove ruby ... | ```yaml
- hosts: tag_aws_cloudformation_stack-name_feanilpractice:&tag_group_edxapp
sudo: True
vars_files:
- "{{ secure_dir }}/vars/edxapp_continuous_integration_vars.yml"
- "{{ secure_dir }}/vars/users.yml"
roles:
- common
- nginx
- gunicorn
- edxapp
``` |
9172fe16-b559-4102-9c34-2ec04134321d | {
"language": "YAML"
} | ```yaml
name: Build Envision and Docs
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-ve... | ```yaml
name: Build Envision and Docs
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-ve... |
3c1e998f-b512-4433-9e89-d39ab8e901ec | {
"language": "YAML"
} | ```yaml
version: 22
aliases:
ensembl: drosophila_melanogaster_vep_99_BDGP6.28
snpeff: BDGP6.86
srnaseq:
srna_transcripts: ../srnaseq/srna-transcripts.gtf
mirbase_hairpin: ../srnaseq/hairpin.fa
mirbase_mature: ../srnaseq/mature.fa
mirdeep2_fasta: ../srnaseq/Rfam_for_miRDeep.fa
```
Fix indentat... | ```yaml
version: 22
aliases:
ensembl: drosophila_melanogaster_vep_99_BDGP6.28
snpeff: BDGP6.86
srnaseq:
srna_transcripts: ../srnaseq/srna-transcripts.gtf
mirbase_hairpin: ../srnaseq/hairpin.fa
mirbase_mature: ../srnaseq/mature.fa
mirdeep2_fasta: ../srnaseq/Rfam_for_miRDeep.fa
``` |
20891ea3-4123-4819-a77b-c785e7d6769b | {
"language": "YAML"
} | ```yaml
#
# Test -dependency_info option
#
# RUN: lld -flavor darwin -arch x86_64 -test_file_usage \
# RUN: -dependency_info %t.info \
# RUN: -path_exists /System/Library/Frameworks \
# RUN: -path_exists /System/Library/Frameworks/Foo.framework/Foo \
# RUN: -path_exists /Custom/Frameworks \... | ```yaml
# XFAIL: win32
# This test fails on Windows because the linker would use '\' instead
# of '/' as a path separator when concatenating path components.
# So the output from the linker would be different.
# Test -dependency_info option
#
# RUN: lld -flavor darwin -arch x86_64 -test_file_usage \
# RUN: -de... |
57819af4-dffb-4778-a25d-116a73930601 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: cbd718034a14a8dd4f31bab57cca0fb7634d23b5535356d221bcdab451daf776
test-bench-deps: {}
maintainer: jonas.duregard@gmail.com
synopsis: Data type modifiers for property based testing
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.1.0.0'
author: Jonas Duregår... | ```yaml
homepage: ''
changelog-type: ''
hash: 986ee8947b7c82a0879116cf7110f44b0ef62eb903dce3efaa1acbbe50dc779d
test-bench-deps: {}
maintainer: jonas.duregard@gmail.com
synopsis: Data type modifiers for property based testing
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: J... |
2706cfcb-1906-4c08-a7f3-3d38ff796bd8 | {
"language": "YAML"
} | ```yaml
name: dry-types
codacy_id: f2d71613195f4da993acb9ac9d6ea336
gemspec:
authors: ["Piotr Solnica"]
email: ["piotr.solnica@gmail.com"]
summary: "Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc"
development_dependencies:
- bundler
- rake... | ```yaml
name: dry-types
codacy_id: f2d71613195f4da993acb9ac9d6ea336
gemspec:
authors: ["Piotr Solnica"]
email: ["piotr.solnica@gmail.com"]
summary: "Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc"
development_dependencies:
- bundler
- rake... |
1cbb9ab3-b4b6-48e1-a9d1-490c3b94bacd | {
"language": "YAML"
} | ```yaml
parameters:
fork.form.theme: 'Core/Layout/Templates/FormLayout.html.twig'
fork.form.default_preferred_editor: 'ck-editor'
fork.form.available_editors:
ck-editor: 'CK Editor'
html: 'HTML'
block-editor: 'Block Editor'
services:
Common\BlockEditor\Blocks\:
autowire:... | ```yaml
parameters:
fork.form.theme: 'Core/Layout/Templates/FormLayout.html.twig'
fork.form.default_preferred_editor: 'block-editor'
fork.form.available_editors:
ck-editor: 'CK Editor'
html: 'HTML'
block-editor: 'Block Editor'
services:
Common\BlockEditor\Blocks\:
autowi... |
950a7e6e-149a-49a1-a66d-9fa3f4120b77 | {
"language": "YAML"
} | ```yaml
repositories:
remote:
- https://repo1.maven.org/maven2
artifacts:
javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0
javaee_api: javax:javaee-api:jar:7.0
javax_javaee_endorsed: javax:javaee-endorsed-api:jar:7.0
geolatte_geom: org.geolatte:geolatte-geom:jar:1.0.1
jts:... | ```yaml
repositories:
remote:
- https://repo.maven.apache.org/maven2
artifacts:
javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0
javaee_api: javax:javaee-api:jar:7.0
javax_javaee_endorsed: javax:javaee-endorsed-api:jar:7.0
geolatte_geom: org.geolatte:geolatte-geom:jar:1.0.1
... |
b67aeccc-a111-4592-b86d-e4954f6a9d26 | {
"language": "YAML"
} | ```yaml
repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.6.0-rc4
gwt_dev: com.google.gwt:gwt-dev:jar:2.6.0-rc4
javax_validation: javax.validation:va... | ```yaml
repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_javaee: javax:javaee-api:jar:7.0
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.6.0
gwt_dev: com.google.gwt:gwt-dev:jar:2.6.0
javax_validation: javax.validation:validation... |
45422e89-1a16-43de-8a02-8b1029c4d3af | {
"language": "YAML"
} | ```yaml
repositories:
remote:
- https://repo1.maven.org/maven2
artifacts:
javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
```
Use the canonical url to access maven central repository. | ```yaml
repositories:
remote:
- https://repo.maven.apache.org/maven2
artifacts:
javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
``` |
8447e1a6-ccb9-4533-afb1-5451ae8961d4 | {
"language": "YAML"
} | ```yaml
dependencies:
override:
- make install
- pip install tox-pyenv
- pyenv local 2.7.12 3.4.4 3.5.2
test:
pre:
- make lint
override:
- make test
```
Adjust Python version used on Circle | ```yaml
dependencies:
override:
- make install
- pip install tox-pyenv
- pyenv local 2.7.12 3.5.2 3.6.2
test:
pre:
- make lint
override:
- make test
``` |
9f9733dd-35e5-46c9-acd2-5ddfe0a2d587 | {
"language": "YAML"
} | ```yaml
machine:
python:
version: 3.4.0
dependencies:
override:
- pip install -U -r dev-requirements.txt coveralls codecov==1.1.0:
timeout: 60
deployment:
master:
branch: master
commands:
- python2 -c "from fabric.api import execute; from fabfile import deploy; execute(deploy, host... | ```yaml
machine:
python:
version: 3.4.0
dependencies:
override:
- pip install -U -r dev-requirements.txt coveralls codecov==1.1.0:
timeout: 60
deployment:
master:
branch: master
commands:
- pyenv local 2.7.8
- python2 -c "from fabric.api import execute; from fabfile import de... |
086832a4-7ae0-4aa3-b0ac-d2c9497497ee | {
"language": "YAML"
} | ```yaml
machine:
environment:
IMPORT_PATH: "/home/ubuntu/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME"
APP_PATH: "$IMPORT_PATH/$CIRCLE_PROJECT_REPONAME"
dependencies:
override:
- sudo add-apt-repository ppa:masterminds/glide -y
- sudo apt-get update
- sudo apt-get install glide -y
ca... | ```yaml
machine:
environment:
IMPORT_PATH: "/home/ubuntu/.go_workspace/src/github.com/$CIRCLE_PROJECT_USERNAME"
APP_PATH: "$IMPORT_PATH/$CIRCLE_PROJECT_REPONAME"
GOX_OS_ARCH: linux/amd64 darwin/amd64 windows/amd64
dependencies:
override:
- sudo add-apt-repository ppa:masterminds/glide -y
- sudo... |
dd005fc3-3ca1-437c-8ad4-355765065bc0 | {
"language": "YAML"
} | ```yaml
machine:
python:
version: 2.7.10
dependencies:
pre:
- pip install -r requirements.txt
test:
override:
- ./run_tests.sh
```
Change CI to use api_spec.py test runner | ```yaml
machine:
python:
version: 2.7.10
dependencies:
pre:
- pip install -r requirements.txt
test:
override:
- ./api_spec.py run_tests
``` |
cd4ca121-bec0-445b-a8b2-26ae99e657ef | {
"language": "YAML"
} | ```yaml
machine:
ruby:
version: 2.3.3
services:
- docker
deployment:
staging:
branch: master
commands:
- bundle exec rake assets:clobber assets:precompile
- git push git@heroku.com:dcaf-cmapp-staging.git $CIRCLE_SHA1:master
- docker build -t colinxfleming/dcaf_case_management . ... | ```yaml
machine:
ruby:
version: 2.4.0
services:
- docker
deployment:
staging:
branch: master
commands:
- bundle exec rake assets:clobber assets:precompile
- git push git@heroku.com:dcaf-cmapp-staging.git $CIRCLE_SHA1:master
- docker build -t colinxfleming/dcaf_case_management . ... |
45a523a8-e5e9-4ed7-acb4-ffe87b01532b | {
"language": "YAML"
} | ```yaml
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
steps:
- bash: ls /usr/share/dotnet/sdk && ls /usr/share/dotnet/shared && dotnet --info
- bash: ./build.sh
env:
COREHOST_TRACE: 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
- job: macOS
pool:
vmI... | ```yaml
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
steps:
- bash: ./build.sh
env:
COREHOST_TRACE: 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
- job: macOS
pool:
vmImage: 'xcode9-macos10.13'
steps:
- bash: ./build.sh
env:
COREHOST_TRAC... |
5f4e5f21-fc5d-4c1f-b211-b4466a06d5bf | {
"language": "YAML"
} | ```yaml
name: $(Date:yyyyMMdd.HHmm)
jobs:
- job: Linux
pool:
vmImage: 'linux_preview'
steps:
- template: Build/linux.yml```
Switch back to Ubuntu 16.04 | ```yaml
name: $(Date:yyyyMMdd.HHmm)
jobs:
- job: Linux
pool:
vmImage: 'Ubuntu 16.04'
steps:
- template: Build/linux.yml``` |
1e39923b-deb9-4498-9230-4dc6c44dfae7 | {
"language": "YAML"
} | ```yaml
steps:
- name: ":rspec:"
command: "rspec --color specs"
plugins:
docker-compose#v3.0.1:
run: app
```
Update buildkite plugin docker-compose to v3.0.2 | ```yaml
steps:
- name: ":rspec:"
command: "rspec --color specs"
plugins:
docker-compose#v3.0.2:
run: app
``` |
52942beb-97ac-438c-9178-e073fb5d3ce0 | {
"language": "YAML"
} | ```yaml
steps:
- wait
- name: ":npm:"
command: ".buildkite/npm.sh"
concurrency: 1
concurrency_group: "npmer"
- wait
- name: ":eslint:"
command: ".buildkite/eslint.sh"
- name: ":webpack:"
command: ".buildkite/webpack.sh"
artifact_paths: "dist/*"
env:
NODE_ENV: production
... | ```yaml
steps:
- wait
- name: ":npm:"
command: ".buildkite/npm.sh"
concurrency: 1
concurrency_group: "npmer"
- wait
- name: ":eslint:"
command: ".buildkite/eslint.sh"
- name: ":webpack:"
command: ".buildkite/webpack.sh"
artifact_paths: "dist/*"
env:
NODE_ENV: production
... |
c0e4e1af-42c6-41f6-b76e-7bbb096961ee | {
"language": "YAML"
} | ```yaml
general:
artifacts:
- "dist"
test:
override:
- npm run test-ci
```
Build bundle and copy more files to CIRCLE_ARTIFACTS dir | ```yaml
test:
override:
- npm run test-ci
post:
# For Precog. This should run even if tests fail.
- npm run build
- cp -R dist demos index.html $CIRCLE_ARTIFACTS
``` |
edab224f-3229-4069-b6ef-dbe49c3776a3 | {
"language": "YAML"
} | ```yaml
# source will be downloaded prior to filling in jinja templates
# Example assumes that this folder has setup.py in it
source:
git_url: ../
package:
name: dmf-control-board-firmware
{% if GIT_DESCRIBE_NUMBER > '0' %}
version: {{ GIT_DESCRIBE_TAG[1:] }}.post{{ GIT_DESCRIBE_NUMBER }}
{% else %}
version: {... | ```yaml
# source will be downloaded prior to filling in jinja templates
# Example assumes that this folder has setup.py in it
source:
git_url: ../
package:
name: dmf-control-board-firmware
{% if GIT_DESCRIBE_NUMBER > '0' %}
version: {{ GIT_DESCRIBE_TAG[1:] }}.post{{ GIT_DESCRIBE_NUMBER }}
{% else %}
version: {... |
08d32532-c269-4325-b3b2-b6000f1ae87e | {
"language": "YAML"
} | ```yaml
test:
override:
- lein with-profile dev,circle-ci midje:
timeout: 60
machine:
java:
version: oraclejdk8
notify:
webhooks:
# A list of hook hashes, containing the url field
# gitter hook
- url: https://webhooks.gitter.im/e/7f6cadb429def50c94a2
```
Increase timeout time for CI | ```yaml
test:
override:
- lein with-profile dev,circle-ci midje:
timeout: 240
machine:
java:
version: oraclejdk8
notify:
webhooks:
# A list of hook hashes, containing the url field
# gitter hook
- url: https://webhooks.gitter.im/e/7f6cadb429def50c94a2
``` |
d1391d71-4a34-4be4-96f1-dc9db410c05e | {
"language": "YAML"
} | ```yaml
# meta file for composer
---
galaxy_info:
author: Mischa ter Smitten
company: Oefenweb.nl B.V.
description: Set up composer
license: MIT
min_ansible_version: 1.4
platforms:
- name: EL
versions:
- all
- name: GenericUNIX
versions:
- all
- name: Fedora
ver... | ```yaml
# meta file for composer
---
galaxy_info:
author: Mischa ter Smitten
company: Oefenweb.nl B.V.
description: Set up composer
license: MIT
min_ansible_version: 1.4
platforms:
- name: EL
versions:
- all
- name: GenericUNIX
versions:
- all
- name: Fedora
ver... |
d9fafab9-2685-4a0a-9631-a7a6c54d4fa4 | {
"language": "YAML"
} | ```yaml
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python37```
Update language_version override to fix Travis build failures | ```yaml
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3``` |
36669978-3d43-423c-9eff-b8e266563bfe | {
"language": "YAML"
} | ```yaml
version: 3.7.{build}
image: Visual Studio 2015
build_script:
- ps: .\build.ps1 -Target "Appveyor"
# disable built-in tests.
test: off
artifacts:
- path: package\*.nupkg
- path: package\*.vsix
- path: package\*.zip
deploy:
- provider: NuGet
server: https://www.myget.org/F/nunit/api/v2
api_key:
... | ```yaml
version: 3.7.{build}
image: Visual Studio 2015
build_script:
- ps: .\build.ps1 -Target "Appveyor"
# disable built-in tests.
test: off
artifacts:
- path: package\*.nupkg
- path: package\*.vsix
- path: package\*.zip
deploy:
- provider: NuGet
server: https://www.myget.org/F/nunit/api/v2
api_key:
... |
ac17a964-191a-4d1a-a4f1-0e2701451994 | {
"language": "YAML"
} | ```yaml
version: "{build}"
build: off
deploy: off
environment:
# Undocumented feature of nose-show-skipped.
NOSE_SHOW_SKIPPED: 1
matrix:
- PYTHON: C:\Python27
TOXENV: py27-test
- PYTHON: C:\Python33
TOXENV: py33-test
- PYTHON: C:\Python34
TOXENV: py34-... | ```yaml
version: "{build}"
build: off
deploy: off
environment:
# Undocumented feature of nose-show-skipped.
NOSE_SHOW_SKIPPED: 1
matrix:
- PYTHON: C:\Python27
TOXENV: py27-test
- PYTHON: C:\Python34
TOXENV: py34-test
- PYTHON: C:\Python35
TOXENV: py35-... |
9ea54be2-d08b-4ba9-ab78-5fb8c3f119a9 | {
"language": "YAML"
} | ```yaml
environment:
matrix:
- CMAKE_BUILD_TYPE: DEBUG
- CMAKE_BUILD_TYPE: RELEASE
platform:
- x86
- x64
init:
- cmd: set PATH=C:\Program Files (x86)\CMake\bin\;%PATH%
before_build:
- cmake .
build_script:
- cmake --build . --config %CMAKE_BUILD_TYPE%
test_script:
- ctest -C %CMAKE_BUILD_TYPE... | ```yaml
environment:
matrix:
- CMAKE_BUILD_TYPE: DEBUG
- CMAKE_BUILD_TYPE: RELEASE
platform:
- x86
- x64
init:
- cmd: set PATH=C:\Program Files (x86)\CMake\bin\;%PATH%
before_build:
- cmake .
build_script:
- cmake --build . --config %CMAKE_BUILD_TYPE%
test_script:
- ctest -C %CMAKE_BUILD_TYPE... |
dd7c0fe8-58e8-4367-b91d-dd060ec674e2 | {
"language": "YAML"
} | ```yaml
version: '{build}'
image: Visual Studio 2017
environment:
NUGETAPIKEY:
secure: kU8Nrdjnh6k58FzkmCIcyY0InF2YOSoef9u7ot1Uo3jABM6/Xd3VXaCU7/Rfnktn
build_script:
- ps: .\build.ps1 --target=NuGetPublish """--trigger=$env:APPVEYOR_REPO_TAG_NAME""" "--nugetApiKey=$env:NUGETAPIKEY"
test: off
```
Add Build Bot pa... | ```yaml
version: '{build}'
image: Visual Studio 2017
environment:
NUGETAPIKEY:
secure: kU8Nrdjnh6k58FzkmCIcyY0InF2YOSoef9u7ot1Uo3jABM6/Xd3VXaCU7/Rfnktn
BUILD_BOT_PASSWORD:
secure: wJ9JVS5hSAp9ItYlHKxTPg==
build_script:
- ps: .\build.ps1 --target=NuGetPublish """--trigger=$env:APPVEYOR_REPO_TAG_NAME""" "--nu... |
4b5dd28d-501b-4953-b21d-65fe25112d13 | {
"language": "YAML"
} | ```yaml
development:
adapter: mysql2
database: racing_on_rails_development
username: ror_development
host: localhost
encoding: utf8
acceptance:
adapter: mysql2
database: racing_on_rails_test
<% if ENV["TRAVIS"] %>
username: travis
<% else %>
username: ror_test
<% end %>
host: localhost
enco... | ```yaml
development:
adapter: mysql2
database: racing_on_rails_development
username: ror_development
host: localhost
encoding: utf8
acceptance:
adapter: mysql2
database: racing_on_rails_test
<% if ENV["TRAVIS"] %>
username: travis
<% else %>
username: ror_test
<% end %>
host: localhost
enco... |
d6dd3858-6002-4bf2-af4b-c04b17ab8981 | {
"language": "YAML"
} | ```yaml
---
ynab:
access_token: # Your YNAB access token
budget_id: # the first hash in the url when you open your budget
cash_account_id: # if set that it creates transactions
# to your cash account if withdrawal is detected
accounts:
- dumper: :fints
iban: # iban of your accou... | ```yaml
---
ynab:
access_token: # Your YNAB access token
budget_id: # the first hash in the url when you open your budget
cash_account_id: # if set that it creates transactions
# to your cash account if withdrawal is detected
accounts:
- dumper: :fints
iban: # iban of your accou... |
b79e7625-a0fc-4e07-a599-9f77c6952955 | {
"language": "YAML"
} | ```yaml
stanzas:
- type: webapp
exec: ../zoomhub
hosts:
- 104.130.230.137
- openzoom.net
- openzoom.org
env:
DATA_PATH: '/mnt/datavolume/zoomhub/data'
HASHIDS_SALT: 'CHANGE-ME-IN-PRODUCTION'
```
Add `teamteam.team` as valid host | ```yaml
stanzas:
- type: webapp
exec: ../zoomhub
hosts:
- 104.130.230.137
- openzoom.net
- openzoom.org
- teamteam.team
env:
DATA_PATH: '/mnt/datavolume/zoomhub/data'
HASHIDS_SALT: 'CHANGE-ME-IN-PRODUCTION'
``` |
4a3a96c7-5932-418b-b210-c535e0e2c55d | {
"language": "YAML"
} | ```yaml
# AppVeyor configuration file for broadbean
branches:
only:
- master
- version1.0
environment:
global:
CONDA_INSTALL_LOCATION: "C:\\Miniconda36-x64"
# Do not email the poor devs!
notifications:
- provider: Email
settings:
on_build_success: false
on_build_failure: false
... | ```yaml
# AppVeyor configuration file for broadbean
branches:
only:
- master
- version1.0
environment:
global:
CONDA_INSTALL_LOCATION: "C:\\Miniconda36-x64"
# Do not use MSBuild
build: false
# Init scripts
# Install scripts
install:
- set PATH=%CONDA_INSTALL_LOCATION%;%CONDA_INSTALL_LOCATION%\scr... |
3cd5962a-144a-4fc3-b958-d7bb9305d19e | {
"language": "YAML"
} | ```yaml
# See https://cloud.google.com/cloud-build/docs/build-config
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
# or any new substitutions added in the future.
options:
substitution_option: ALLOW_LOOSE
steps:
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
ent... | ```yaml
# See https://cloud.google.com/cloud-build/docs/build-config
# this prevents errors if you don't use both _GIT_TAG and _PULL_BASE_REF,
# or any new substitutions added in the future.
options:
substitution_option: ALLOW_LOOSE
steps:
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
ent... |
74dbd5da-d56f-404a-9531-22f18d7fba3f | {
"language": "YAML"
} | ```yaml
Categories:
- Time
License: Apache-2.0
SourceCode: https://github.com/kazufukurou/nanji
IssueTracker: https://github.com/kazufukurou/nanji/issues
AutoName: Nanji
Description: |-
Home screen clock widget for Chinese, Japanese, Korean, Russian and English learners.
* Chinese, Japanese, Korean, Russian... | ```yaml
Categories:
- Time
License: Apache-2.0
SourceCode: https://github.com/kazufukurou/nanji
IssueTracker: https://github.com/kazufukurou/nanji/issues
AutoName: Nanji
Description: |-
Home screen clock widget for Chinese, Japanese, Korean, Russian and English learners.
* Chinese, Japanese, Korean, Russian... |
3f899e9c-0d4d-477b-9e22-c6e604393d55 | {
"language": "YAML"
} | ```yaml
name: Update openring data
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- openring-test
jobs:
regenerate-openring-html:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:... | ```yaml
name: Update openring data
on:
schedule:
- cron: '0 0 * * *'
jobs:
regenerate-openring-html:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.15'
- name... |
765c4d30-9a3b-41d7-8cfa-31dccbb6d98a | {
"language": "YAML"
} | ```yaml
site_name: "RuboCop: The Ruby Linter that Serves and Protects"
repo_url: https://github.com/rubocop-hq/rubocop
site_favicon: favicon.ico
copyright: "Copyright (C) 2012-2018 Bozhidar Batsov and RuboCop contributors"
docs_dir: manual
pages:
- Home: index.md
- Installation: installation.md
- Basic Usage: basic_usa... | ```yaml
site_name: "RuboCop: The Ruby Linter that Serves and Protects"
repo_url: https://github.com/rubocop-hq/rubocop
site_favicon: favicon.ico
copyright: "Copyright © 2012-2018 Bozhidar Batsov and RuboCop contributors"
docs_dir: manual
pages:
- Home: index.md
- Installation: installation.md
- Basic Usage: basic_... |
4cc243cb-3edc-4f81-bd32-0170361e8fa2 | {
"language": "YAML"
} | ```yaml
name: quiver
version: 0.20.1-dev
authors:
- Justin Fagnani <justinfagnani@google.com>
- Yegor Jbanov <yjbanov@google.com>
- Chris Bracken <cbracken@google.com>
- Alexandre Ardhuin <alexandre.ardhuin@gmail.com>
- David Morgan <davidmorgan@google.com>
- John McDole <codefu@google.com>
description: A set of utilit... | ```yaml
name: quiver
version: 0.20.1-dev
authors:
- Justin Fagnani <justinfagnani@google.com>
- Yegor Jbanov <yjbanov@google.com>
- Chris Bracken <cbracken@google.com>
- Alexandre Ardhuin <alexandre.ardhuin@gmail.com>
- David Morgan <davidmorgan@google.com>
- John McDole <codefu@google.com>
description: A set of utilit... |
43ed4b11-9d4e-4f18-a562-b9d22cc12fb4 | {
"language": "YAML"
} | ```yaml
ignore:
- _run_duration
globals:
- _run_duration
extras:
_run_duration:
description: Simulation run time
value:
type: int
default: 1
range:
min: 1
max: 1
sections:
- title: MsTMIP models
members:
- BIOME-BGC
- CLASS-CTEM-N
- CLM4
- CL... | ```yaml
ignore:
- _run_duration
globals:
- _run_duration
extras:
_run_duration:
description: Simulation run time
value:
type: int
default: 1
range:
min: 1
max: 1
sections:
- title: MsTMIP models
members:
- BIOME-BGC
- CLASS-CTEM-N
- CLM4
- CL... |
d4a501d9-695d-4583-8273-792cb34ae317 | {
"language": "YAML"
} | ```yaml
version: '{build}'
environment:
mssql_jdbc_test_connection_properties: jdbc:sqlserver://localhost:1433;instanceName=SQL2016;databaseName=master;username=sa;password=Password12!;
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
services:
- mssql2016
build_script:
- mvn install -DskipTests=true... | ```yaml
version: '{build}'
environment:
mssql_jdbc_test_connection_properties: jdbc:sqlserver://localhost:1433;instanceName=SQL2016;databaseName=master;username=sa;password=Password12!;
matrix:
- JAVA_HOME: C:\Program Files\Java\jdk1.8.0
services:
- mssql2016
install:
- ps: Write-Host 'Installing JCE ... |
9742ebcd-902d-4881-9093-f60ae7487af4 | {
"language": "YAML"
} | ```yaml
version: "{build}"
# This will build all PRs targetting matching branches.
# Without this, each PR builds twice -- once for the PR branch HEAD,
# and once for the merge commit that github creates for each mergable PR.
branches:
only:
- master
- still
# Disable normal Windows builds in favor of our t... | ```yaml
version: "{build}"
# This will build all PRs targetting matching branches.
# Without this, each PR builds twice -- once for the PR branch HEAD,
# and once for the merge commit that github creates for each mergable PR.
branches:
only:
- master
- still
# Disable normal Windows builds in favor of our t... |
1231eaa7-49aa-44bd-9f24-47ab78ecaa4e | {
"language": "YAML"
} | ```yaml
build: off
deploy: off
environment:
PATH: C:\Ruby%RUBY_VERSION%\bin;%PATH%
APPVEYOR_SAVE_CACHE_ON_ERROR: True
matrix:
- RUBY_VERSION: _trunk
- RUBY_VERSION: 26-x64
- RUBY_VERSION: 25-x64
- RUBY_VERSION: 24-x64
- RUBY_VERSION: 23-x64
- RUBY_VERSION: 23
init:
- ps: |
if ($env:RUBY_VERS... | ```yaml
build: off
deploy: off
environment:
PATH: C:\Ruby%RUBY_VERSION%\bin;%PATH%
APPVEYOR_SAVE_CACHE_ON_ERROR: True
matrix:
- RUBY_VERSION: 23
- RUBY_VERSION: _trunk
init:
- ps: |
if ($env:RUBY_VERSION -eq '_trunk') {
$trunk_uri = 'https://ci.appveyor.com/api/projects/MSP-Greg/ruby-loco/ar... |
0623565d-6459-428b-8709-7016a7e679cf | {
"language": "YAML"
} | ```yaml
branches:
except:
- /travis-.*/
install:
ps: |
Import-Module '.\appveyor-tool.ps1'
Bootstrap
build_script:
- ps: .\build.ps1 -Target "Appveyor"
artifacts:
- path: package\*.nupkg
# - path: package\*.msi
# AppVeyor defaults to just its build number
version: '{build}'
# dis... | ```yaml
branches:
except:
- /travis-.*/
install:
ps: |
Import-Module '.\appveyor-tool.ps1'
Bootstrap
build_script:
- ps: .\build.ps1 -Target "Appveyor"
# disable built-in tests.
test: off
artifacts:
- path: package\*.nupkg
# - path: package\*.msi
deploy:
- provider: NuGet
... |
11e3f648-27db-4574-8590-ca17bf51859c | {
"language": "YAML"
} | ```yaml
build: false
shallow_clone: true
platform: 'x86'
clone_folder: c:\projects\phpmd
branches:
except:
- gh-pages
environment:
global:
PHP: "C:/PHP"
init:
- SET PATH=C:\php\;%PATH%
install:
- cinst php
- cd C:\projects\phpmd
- php -r "readfile('https://getcomposer.org/installer');" | php
- ... | ```yaml
build: false
shallow_clone: true
platform: 'x86'
clone_folder: c:\projects\phpmd
branches:
except:
- gh-pages
install:
- cinst php
- SET PATH=C:\php\;%PATH%
- cd C:\projects\phpmd
- php -r "readfile('https://getcomposer.org/installer');" | php
- php composer.phar install --prefer-dist --no-inte... |
a32cfd65-f42f-430d-bcbc-051065025b03 | {
"language": "YAML"
} | ```yaml
#---------------------------------#
# environment configuration #
#---------------------------------#
version: 2.16.{build}.0
install:
- git clone https://github.com/PowerShell/DscResource.Tests
- ps: |
Add-WindowsFeature RSAT-AD-PowerShell
Import-Module "$env:APPVEYOR_BUILD_FOLDER... | ```yaml
#---------------------------------#
# environment configuration #
#---------------------------------#
version: 2.16.{build}.0
install:
- git clone https://github.com/PowerShell/DscResource.Tests
- ps: |
Add-WindowsFeature RSAT-AD-PowerShell
Import-Module -Name "$env:APPVEYOR_BUILD_... |
3c6a3017-c378-4434-90bc-d7b07f585e8d | {
"language": "YAML"
} | ```yaml
environment:
op_build_user: "OpenPublishBuild"
op_build_user_email: "vscopbld@microsoft.com"
access_token:
secure: t74btP1uJUIXa65tTiQGWAZvYmJSNjSruJV90exd++sAjrKpo7f6e4LGJJLGIKb3
before_build:
- ps: |
if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE)
{
git checkout master -q
... | ```yaml
environment:
op_build_user: "OpenPublishBuild"
op_build_user_email: "vscopbld@microsoft.com"
access_token:
secure: t74btP1uJUIXa65tTiQGWAZvYmJSNjSruJV90exd++sAjrKpo7f6e4LGJJLGIKb3
before_build:
- ps: |
if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE)
{
git checkout $env:APPVEYO... |
dbb01a96-fc15-4689-8e94-a0456095f67c | {
"language": "YAML"
} | ```yaml
branches:
only:
- master
install:
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.msi'
- ps: Start-FileDownload 'http://slproweb.com/download/Win32OpenSSL-1_0_2a.exe'
- Win32OpenSSL-1_0_2a.exe /VERYSILENT /NORESTART /DIR="C:\OpenSSL-Win32" /SUPPRESSMSGBOX... | ```yaml
branches:
only:
- master
install:
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe'
- ps: Start-FileDownload 'http://slproweb.com/download/Win32OpenSSL-1_0_2a.exe'
- Win32OpenSSL-1_0_2a.exe /VERYSILENT /NORESTART /DIR="C:\OpenSSL-Win32" /SUPPRESSMSGBOX... |
91990293-fe8d-424a-9e20-5c8f71c0d6a5 | {
"language": "YAML"
} | ```yaml
version: '{build}'
os: Visual Studio 2017
configuration: Debug
branches:
only:
- master
build_script:
- ps: >-
./Build.ps1
nuget pack nuspec/Nito.Comparers.nuspec
nuget pack nuspec/Comparers.nuspec
nuget pack nuspec/Comparers.Ix.nuspec
nuget pack nuspec/Comparers.Rx... | ```yaml
version: '{build}'
os: Visual Studio 2017
configuration: Debug
branches:
only:
- master
build_script:
- ps: >-
./Build.ps1
nuget pack nuspec/Nito.Comparers.nuspec
nuget pack nuspec/Comparers.nuspec
nuget pack nuspec/Comparers.Ix.nuspec
nuget pack nuspec/Comparers.Rx... |
06f267d6-1e05-436d-a07e-9e112a91e26d | {
"language": "YAML"
} | ```yaml
version: 1.9.10000.{build}
os: Visual Studio 2015
init:
- ps: git config --global core.autocrlf true
- ps: Update-AppveyorBuild -Version "1.9.1$(Get-Date -format MMdd).$env:appveyor_build_number"
build_script:
- ps: ./buildCC "1.9.1$(Get-Date -format MMdd).$env:appveyor_build_number"
test: off
# assemblies:
# ... | ```yaml
version: 1.9.10000.{build}
os: Visual Studio 2015
init:
- ps: git config --global core.autocrlf true
- ps: Update-AppveyorBuild -Version "1.9.1$(Get-Date -format MMdd).$env:appveyor_build_number"
build_script:
- ps: ./buildCC "1.9.1$(Get-Date -format MMdd).$env:appveyor_build_number"
test: off
# assemblies:
# ... |
d25d707b-b6d6-49a8-b5a9-17c4f84e10fb | {
"language": "YAML"
} | ```yaml
version: 0.3.{build}
skip_non_tags: true
clone_folder: c:\seo-metadata
build_script:
- cmd: >-
cd c:\seo-metadata
nuget restore app\Epiphany.SeoMetadata\Epiphany.SeoMetadata.sln
npm install
npm install grunt --save-dev
npm install -g grunt-cli
grunt nuget
artifacts:
- path: pkg\nu... | ```yaml
version: 0.3.0.{build}
skip_non_tags: true
clone_folder: c:\seo-metadata
build_script:
- cmd: >-
cd c:\seo-metadata
nuget restore app\Epiphany.SeoMetadata\Epiphany.SeoMetadata.sln
npm install
npm install grunt --save-dev
npm install -g grunt-cli
grunt nuget
artifacts:
- path: pkg\... |
73c49b3f-968c-4e83-8c73-d73014946ae1 | {
"language": "YAML"
} | ```yaml
version: '{build}'
branches:
only:
- master
image: Visual Studio 2015
build:
verbosity: minimal
after_build:
- ps: >-
Tools\BuildStatic.ps1 $pwd.path
on_success:
- git checkout master
- xcopy ..\output docs /E /R /Y
- git remote set-url origin https://github.com/neptuo/com... | ```yaml
version: '{build}'
branches:
only:
- master
image: Visual Studio 2015
build:
verbosity: minimal
after_build:
- ps: >-
Tools\BuildStatic.ps1 $pwd.path
on_success:
- git config --global credential.helper store
- git config --global user.email $env:op_build_user_email
- git c... |
fa628b48-27a5-45d1-a551-0aa109cc0da7 | {
"language": "YAML"
} | ```yaml
# http://www.appveyor.com/docs/appveyor-yml
# configuration for develop/CI and master/Release branch
-
branches:
only:
- dev
- master
skip_tags: true
image: Visual Studio 2017
test: off
pull_requests:
do_not_increment_build_number: false
build_script:
- ps: .\build.ps1 -t... | ```yaml
# http://www.appveyor.com/docs/appveyor-yml
# configuration for develop/CI and master/Release branch
-
branches:
only:
- dev
- master
skip_tags: true
image: Visual Studio 2017
test: off
# Install dotnet core 3.0 latest (alpha!!), as this is not provided on AppVeyor yet
install:
... |
09992bea-f78d-4917-92f7-4a566d9db2e3 | {
"language": "YAML"
} | ```yaml
version: '{branch}-{build}'
os: Visual Studio 2015
environment:
DNX_FEED: https://www.nuget.org/api/v2
DNX_BUILD_VERSION: build$(appveyor_build_number)
nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true
branches:
only:
- master
skip_tags: true
skip_commits:
message:... | ```yaml
version: '{branch}-{build}'
os: Visual Studio 2015
environment:
DNX_FEED: https://www.nuget.org/api/v2
DNX_BUILD_VERSION: build$(appveyor_build_number)
nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true
branches:
only:
- master
skip_tags: true
skip_commits:
message:... |
7ac5025d-e4f0-4d8c-a639-1225d25c5767 | {
"language": "YAML"
} | ```yaml
name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: '1.18'
nav:
- modules/ROOT/nav.adoc
```
Switch back the docs version | ```yaml
name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: 'master'
nav:
- modules/ROOT/nav.adoc
``` |
6f6f3fcb-0df2-443f-8947-47a81c75c738 | {
"language": "YAML"
} | ```yaml
distros:
- el8
- fc30
- fcraw
release_branches:
master: ovirt-master
```
Remove Fedora based builds from CI | ```yaml
distros:
- el8
release_branches:
master: ovirt-master
``` |
69f53ae8-5010-433d-aa7b-7c1b0e51beb4 | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 496cc2f196f48d997e4a6b6b9d197bcd156d3b014aca65bb700d43b1496cbb65
test-bench-deps: {}
maintainer: tdammers@gmail.com
synopsis: Convert between various source code casing conventions
changelog: ''
basic-deps:
split: -any
base: ! '>=4.8 && <5'
all-versions:
- '0.1.0.0'
- '... | ```yaml
homepage: ''
changelog-type: ''
hash: 496cc2f196f48d997e4a6b6b9d197bcd156d3b014aca65bb700d43b1496cbb65
test-bench-deps: {}
maintainer: tdammers@gmail.com
synopsis: Convert between various source code casing conventions
changelog: ''
basic-deps:
split: -any
base: ! '>=4.8 && <5'
all-versions:
- '0.1.0.0'
- '... |
a10fb92e-af8f-4003-b298-478f084c457d | {
"language": "YAML"
} | ```yaml
site_name: Boundary API CLI
theme: readthedocs
pages:
- [index.md, Home]
- ['reference/install.md','Getting Started','Install']
- ['reference/configuration.md','Getting Started','Configuring']
- ['reference/examples.md','Using','Examples']
- ['reference/actions.md','Reference','Actions']
- ['reference/alarms.md... | ```yaml
site_name: Boundary API CLI
theme: readthedocs
pages:
- [index.md, Home]
- ['reference/install.md','Getting Started','Install']
- ['reference/configuration.md','Getting Started','Configuring']
- ['reference/examples.md','Using','Examples']
- ['reference/actions.md','Reference','Actions']
- ['reference/alarms.md... |
92cd5a41-0819-4166-b3cd-9cf3047ed281 | {
"language": "YAML"
} | ```yaml
---
site: bis_rpc
host: regulatorypolicycommittee.independent.gov.uk
redirection_date: 27th November 2013
tna_timestamp: 20130403085727
title: Cabinet Office
furl: www.gov.uk/cabinetoffice_rpc
homepage: https://www.gov.uk/government/organisations/regulatory-policy-committee
options: --query-string attachment_id... | ```yaml
---
site: bis_rpc
host: regulatorypolicycommittee.independent.gov.uk
redirection_date: 27th November 2013
tna_timestamp: 20130403085727
title: Regulatory Policy Committee
furl: www.gov.uk/rpc
homepage: https://www.gov.uk/government/organisations/regulatory-policy-committee
options: --query-string attachment_id
... |
9261ea0f-2316-447c-a383-61f57d5fa6a5 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/merijn/timeit
changelog-type: markdown
hash: 0757796734c8bcc8cad97bac90d6db60e40f148b5d62699baf12fb8ec8939b34
test-bench-deps: {}
maintainer: Merijn Verstraaten <merijn@inconsistent.nl>, Lennart Augustsson
synopsis: Time monadic computations with an IO base.
changelog: ! '2.0
---... | ```yaml
homepage: https://github.com/merijn/timeit
changelog-type: markdown
hash: 35d7c3ce64b458bbb1200320203f21281c975c85acc636a634500601c474fded
test-bench-deps: {}
maintainer: Merijn Verstraaten <merijn@inconsistent.nl>, Lennart Augustsson
synopsis: Time monadic computations with an IO base.
changelog: |
2.0
---... |
d6845c60-e964-4164-8d1d-1cf54bfaeb4d | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: c64bb8de12a606d60caa26ffab238c482b8fa9524e1b8aa2f09cfd4f2e60fbc0
test-bench-deps: {}
maintainer: konn.jinro_at_gmail.com
synopsis: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes
changelog: ''
basic-deps:
shake: -any
ghc: -any
hls-exactprint-utils: -any
... | ```yaml
homepage: ''
changelog-type: ''
hash: 56383fb2cc8f1c4a611a80457d5df782ad5de6b0d7a1f144e26ddad133489aa1
test-bench-deps: {}
maintainer: konn.jinro_at_gmail.com
synopsis: HLS Plugin to expand TemplateHaskell Splices and QuasiQuotes
changelog: ''
basic-deps:
shake: -any
ghc: -any
base: '>=4.12 && <5'
unord... |
ac801e86-bfb2-4106-9327-ec4d8417cc64 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/sgillespie/lambda-calculus#readme
changelog-type: ''
hash: 434a12dfa5856867ea1f5681aa2caed8c52985913f8fd0cdae8756f77b157065
test-bench-deps:
hlint: -any
base: <=5
hspec: -any
HUnit: -any
lambda-calculator: -any
maintainer: sean@mistersg.net
synopsis: A lambda calculus inte... | ```yaml
homepage: https://github.com/sgillespie/lambda-calculus#readme
changelog-type: ''
hash: 1dec2db39679ab8e734aea7514f426964e0e8a606ad5561e54561075f34242a7
test-bench-deps:
hlint: -any
base: <5
hspec: -any
HUnit: -any
containers: -any
lambda-calculator: -any
maintainer: sean@mistersg.net
synopsis: A la... |
c62bd2b5-135a-4672-a936-5215f500e498 | {
"language": "YAML"
} | ```yaml
homepage: http://msgpack.org/
changelog-type: ''
hash: 9a9d132b94e9f4da6cc14b3eefe03e78c9d98375e585a13ee91c5e62f8d5c9dd
test-bench-deps:
base: <5
hspec: -any
msgpack-types: -any
QuickCheck: -any
msgpack-arbitrary: -any
maintainer: Iphigenia Df <iphydf@gmail.com>
synopsis: A Haskell implementation of M... | ```yaml
homepage: http://msgpack.org/
changelog-type: ''
hash: 1699fdb03a96b2d98603a69554a11060307f9b88dd6ca18afce4786d46a45070
test-bench-deps:
base: <5
hspec: -any
msgpack-types: -any
QuickCheck: -any
msgpack-arbitrary: -any
maintainer: Iphigenia Df <iphydf@gmail.com>
synopsis: A Haskell implementation of M... |
66a7957a-165f-4c9f-83eb-348e0d01cabf | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10"
# Make sure we have new NPM.
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g npm
- npm config set loglevel warn
before_script:
- npm install -g grunt-cli
```
Fix Travis build (update Node versions) | ```yaml
language: node_js
node_js:
- "4"
- "6"
- "7"
# Make sure we have new NPM.
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g npm
- npm config set loglevel warn
``` |
53d3f638-ebbf-43b6-b775-5274c9052f1c | {
"language": "YAML"
} | ```yaml
bundler_args: --without development
before_script: "./script/ci_setup"
script: "bundle exec rake travis"
rvm:
- 1.9.2
- 1.9.3
env:
- BUILD_TYPE=cucumber
- BUILD_TYPE=rspec```
Add Ruby 2.0.0, rm Ruby 1.9.2 | ```yaml
bundler_args: --without development
before_script: "./script/ci_setup"
script: "bundle exec rake travis"
rvm:
- 1.9.3
- 2.0.0
env:
- BUILD_TYPE=cucumber
- BUILD_TYPE=rspec``` |
5cd7d2f8-1d51-453a-8fa6-0876feea3223 | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 2.2.2
```
Test against Ruby 2.x versions | ```yaml
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
``` |
87ba96b5-9baa-468b-a779-a434c87203d5 | {
"language": "YAML"
} | ```yaml
sudo: required
dist: trusty
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- node
- "6"
branches:
only:
- master
before_install:
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux... | ```yaml
sudo: required
dist: trusty
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- node
- "6"
branches:
only:
- master
before_install:
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux... |
c6ca4632-dca6-4712-bc26-12c0b3539539 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.4
- 5.3
- hhvm
before_script:
- composer install --dev --prefer-source --no-interaction
script:
- phpunit --coverage-text
```
Test against PHP5.5, PHP5.6, PHP7, & HHVM | ```yaml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- hhvm
- hhvm-nightly
matrix:
allow_failures:
- php: 7
- php: hhvm
- php: hhvm-nightly
fast_finish: true
before_script:
- composer install --dev --prefer-source --no-interaction
script:
- phpunit --coverage-text
``` |
ef97a2c9-56aa-465e-9baf-9107f2438e05 | {
"language": "YAML"
} | ```yaml
language: ruby
script: bundle exec rake test
rvm:
- 2.2
- 2.1
- 2.0.0
- ruby-head
- jruby-head
- rbx-2
addons:
code_climate:
repo_token: 240d93328887c5936b3af5aadca1900358cb12bdc227831b0577be2e9a89d817
```
Fix Code Climate repo key | ```yaml
language: ruby
script: bundle exec rake test
rvm:
- 2.2
- 2.1
- 2.0.0
- ruby-head
- jruby-head
- rbx-2
addons:
code_climate:
repo_token: 6f4b7c1f44b29f414ffb9b243b1f83cf5fa40eb297b4cd0c7761bf960487a8eb
``` |
ecd233e4-bd93-4faf-a493-2cd73fab6ca5 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 7.2
- 7.3
cache:
directories:
- $HOME/.composer/cache
install:
- travis_retry composer install --no-interaction --prefer-dist
- travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
script: vendor/bin/phpunit --verbose --coverage-cl... | ```yaml
language: php
php:
- 7.2
- 7.3
- 7.4
cache:
directories:
- $HOME/.composer/cache
install:
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-cov... |
5af4649a-94f3-408a-9c11-71d8946610a2 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.4
- 5.3```
Use composer to generate the autoloader | ```yaml
language: php
before_script:
- composer install --prefer-source
php:
- 5.4
- 5.3``` |
4781f740-1dba-4dd5-9d64-d40358fbb239 | {
"language": "YAML"
} | ```yaml
sudo: required
services:
- docker
language: generic
git:
depth: false
install:
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
- git checkout $BRANCH
- git reset $TRAVIS_COMMIT --hard
- git status
-... | ```yaml
sudo: required
services:
- docker
language: generic
git:
depth: false
install:
# For pull requests, create a new branch (idempotently) to workaround
# GitVersion limitation, i.e., it does not work well with merge commits.
# We use GitVersion nuget package in Git-Version cake task, tha... |
e0f20d53-6894-4978-ad41-e3f4b2402bd8 | {
"language": "YAML"
} | ```yaml
language: ruby
before_install:
- gem install bundler
- gem update --system
bundler_args: --without documentation production
rvm:
- 2.0.0-p0
before_script:
- ./config/setup_config.sh
script:
- 'RAILS_ENV=test rake spec && guard-jasmine'
services:
- mongodb```
Revert "try with versiosn 2.0.0-p0 of ... | ```yaml
language: ruby
before_install:
- gem install bundler
- gem update --system
bundler_args: --without documentation production
rvm:
- 2.0.0
before_script:
- ./config/setup_config.sh
script:
- 'RAILS_ENV=test rake spec && guard-jasmine'
services:
- mongodb``` |
2f632173-e529-4411-a35c-d6473329b8b0 | {
"language": "YAML"
} | ```yaml
matrix:
include:
- script:
- xcodebuild test -scheme Result-Mac
- xcodebuild test -scheme Result-iOS -sdk iphonesimulator
- xcodebuild test -scheme Result-tvOS -sdk appletvsimulator
- xcodebuild build -scheme Result-watchOS -sdk watchsimulator
- pod lib lint
e... | ```yaml
matrix:
include:
- script:
- xcodebuild test -scheme Result-Mac
- xcodebuild test -scheme Result-iOS -sdk iphonesimulator
- xcodebuild test -scheme Result-tvOS -sdk appletvsimulator
- xcodebuild build -scheme Result-watchOS -sdk watchsimulator
- pod lib lint
e... |
0038e96a-8b52-469f-b151-47706d0095ef | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.5
- 5.6
- 7.0
matrix:
allow_failures:
- php: 7.0
before_install:
- composer self-update
install:
- composer install --optimize-autoloader --prefer-source --no-interaction
script:
- php vendor/bin/phpunit -c phpunit.xml --color --coverage-clover=build/logs/clov... | ```yaml
language: php
php:
- 7.1
matrix:
allow_failures:
- php: 7.0
before_install:
- composer self-update
install:
- composer install --optimize-autoloader --prefer-source --no-interaction
script:
- php vendor/bin/phpunit -c phpunit.xml --color --coverage-clover=build/logs/clover.xml
after_scri... |
ddab66fb-0578-4623-afaa-8ac22ca436dc | {
"language": "YAML"
} | ```yaml
sudo: false
language: node_js
node_js:
- '8'
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc
script:
- nyc npm test
```
Drop support for Node.js 8 early. | ```yaml
sudo: false
language: node_js
node_js:
- '10'
branches:
only:
- master
- travis-ci
install:
- npm install --no-package-lock --no-save
- npm install -g nyc
script:
- nyc npm test
``` |
e846a5da-98d0-4c4c-acdc-cfe66749bfd3 | {
"language": "YAML"
} | ```yaml
language: python
python:
- "3.5"
- "3.6"
env:
- TARGET=lint
- TARGET=typecheck
- TARGET=unit-tests
script: make $TARGET -e py_env=~/virtualenv/python$TRAVIS_PYTHON_VERSION
```
Make sure that bsddb can be setup on Travis | ```yaml
language: python
python:
- "3.5"
- "3.6"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y libdb5.1-dev
env:
- TARGET=lint
- TARGET=typecheck
- TARGET=unit-tests
script: BERKELEYDB_DIR=/usr make $TARGET -e py_env=~/virtualenv/python$TRAVIS_PYTHON_VERSION
``` |
ccddf6a7-331e-4a44-a627-ee5dae5b8952 | {
"language": "YAML"
} | ```yaml
language: ruby
cache: bundler
matrix:
fast_finish: true
include:
- rvm: 2.1.1
env: RUN=default
- rvm: 1.8.7
env: RUN=rspec
- rvm: 1.9.3
env: RUN=rspec
- rvm: 2.0.0
env: RUN=rspec
- rvm: rbx
env: RUN=rspec
- rvm: jruby
env: RUN=rspec
allo... | ```yaml
language: ruby
cache: bundler
matrix:
fast_finish: true
include:
- rvm: 2.1.1
env: RUN=default
- rvm: 1.8.7
env: RUN=rspec
- rvm: 1.9.3
env: RUN=rspec
- rvm: 2.0.0
env: RUN=rspec
- rvm: rbx
env: RUN=rspec
- rvm: jruby
env: RUN=rspec
allo... |
ab67e8e9-e644-4577-bd66-c7a837da3772 | {
"language": "YAML"
} | ```yaml
sudo: false
cache: bundler
language: ruby
env:
matrix:
- SOLIDUS_BRANCH=master DB=mysql
- SOLIDUS_BRANCH=master DB=postgres
script:
- bundle exec rake test_app
- bundle exec rspec
rvm:
- 2.1.8
```
Test against solidus v1.3 branch | ```yaml
sudo: false
cache: bundler
language: ruby
env:
matrix:
- SOLIDUS_BRANCH=v1.3 DB=mysql
- SOLIDUS_BRANCH=v1.3 DB=postgres
- SOLIDUS_BRANCH=master DB=mysql
- SOLIDUS_BRANCH=master DB=postgres
script:
- bundle exec rake test_app
- bundle exec rspec
rvm:
- 2.1.8
``` |
49b44cd1-1edf-4d69-a4e4-9069199e9d3d | {
"language": "YAML"
} | ```yaml
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you ... | ```yaml
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you ... |
3a83dd78-8f7f-49e6-b191-5d3eaf21c466 | {
"language": "YAML"
} | ```yaml
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.2.0
- 2.3.1
- jruby-1.7.27
- jruby-9.1.12.0
env:
matrix:
- TASK=test
- TASK=spec
- TASK=rubocop
matrix:
allow_failures:
- rvm: jruby-1.7.27
- rvm: jruby-9.1.12.0
before_install:
- gem --version
script: bundle exe... | ```yaml
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.2.0
- 2.3.1
- 2.4.1
- jruby-1.7.27
- jruby-9.1.12.0
env:
matrix:
- TASK=test
- TASK=spec
- TASK=rubocop
matrix:
allow_failures:
- rvm: jruby-1.7.27
- rvm: jruby-9.1.12.0
before_install:
- gem --version
script: ... |
1236fea5-d717-480d-a851-45e405c32b84 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- 0.10
```
Test against Node.js 0.11 and 0.12 | ```yaml
language: node_js
node_js:
- 0.10
- 0.11
- 0.12
``` |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.