commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
59daa43c0385f0502566178ac57aaa7dadcd3c6f | circle.yml | circle.yml | 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:
- bundle e... | 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:
- bundle e... | Bump ruby version in CircleCI | Bump ruby version in CircleCI
| YAML | apache-2.0 | rackspace-cookbooks/varnish,rackspace-cookbooks/varnish,gusrc/varnish,gusrc/varnish,gsreynolds/varnish,rackspace-cookbooks/varnish,gsreynolds/varnish,gusrc/varnish |
427fafd5f167906feed312041b5bcb36f23041d9 | circle.yml | circle.yml | 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 8999
... | 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 8999
... | Add 'datacats install' to CircleCI | Add 'datacats install' to CircleCI
| YAML | agpl-3.0 | poguez/datacats,datawagovau/datacats,JackMc/datacats,JJediny/datacats,reneenoble/datacats,JJediny/datacats,deniszgonjanin/datacats,florianm/datacats,wardi/datacats,florianm/datacats,poguez/datacats,reneenoble/datacats,dborzov/datacats,wardi/datacats,datacats/datacats,JackMc/datacats,datawagovau/datacats,deniszgonjanin/... |
861329a450fd425bc0e2638c922951f1a8f25992 | circle.yml | circle.yml | 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:
- coveralls
... | 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:
# - co... | Remove coverage runner to just use nose | Remove coverage runner to just use nose
| YAML | apache-2.0 | cdaf/cbe,Semprini/cbe,cdaf/cbe,Semprini/cbe |
0d05a2729ead5d232a35125c93741a1157d6013e | circle.yml | circle.yml | 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:
- ec... | 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/env/ubuntu... | Create images within dist/ folder. | Create images within dist/ folder.
| YAML | apache-2.0 | flaccid/machine-image-tools |
b7e04dc2c2ee8fab29b524bda27a99c17fb15204 | circle.yml | circle.yml | 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!'
deployment:
... | 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: /^(master|ve... | Stop installing `hexo-cli` on tests in CircleCI. | Stop installing `hexo-cli` on tests in CircleCI.
The command is already present in `hexo` and will be available through
the new npm scripts (see HEAD~).
| YAML | mit | Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor,Hansoft/meteor |
d8a0860bf12570ae3146687fea03ecc425c5cd17 | circle.yml | circle.yml | #
# 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,build-to... | #
# 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,build-to... | Fix path on test server (Circle CI) | Fix path on test server (Circle CI)
| YAML | mit | theworldbright/SoundLocker |
4f60e8d66a1767bfa3361d240d6fbe1d05cc508b | circle.yml | circle.yml | 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 dependen... | 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 dependen... | Configure CircleCI to only notify on master and release-* branches | Configure CircleCI to only notify on master and release-* branches
| YAML | agpl-3.0 | blueoceanideas/metabase,blueoceanideas/metabase,blueoceanideas/metabase,blueoceanideas/metabase,blueoceanideas/metabase |
78525dc977dafa63e271cae0d0db30c34771ad52 | circle.yml | circle.yml | 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 's/ //g'... | 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:
- e... | Define registry_root in Circle yaml | Define registry_root in Circle yaml
| YAML | agpl-3.0 | syzer/codeclimate,mrb/codeclimate,codeclimate/codeclimate,whip112/codeclimate,mrb/codeclimate,whip112/codeclimate,codeclimate/codeclimate,codeclimate/codeclimate,Danisan/codeclimate,syzer/codeclimate,mrb/codeclimate,Danisan/codeclimate,Tiger66639/codeclimate,Tiger66639/codeclimate |
e3cc4c830f6e7ff35a73856606f67c1c4b3983b3 | metadata/com.example.barcodescanner.yml | metadata/com.example.barcodescanner.yml | 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
RepoTy... | 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
RepoTy... | Update QR & Barcode Scanner to 1.5 (7) | Update QR & Barcode Scanner to 1.5 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
562996bc72c09f67588d3d442c1d0def9c890983 | releasenotes/notes/cqm-__str__-method-b9f37742662c0810.yaml | releasenotes/notes/cqm-__str__-method-b9f37742662c0810.yaml | ---
features:
- Add ``ConstrainedQuadraticModel.__str__()`` method.
| ---
features:
- Add ``ConstrainedQuadraticModel.__str__()`` method. See `#1188 <https://github.com/dwavesystems/dimod/issues/1188>`_.
| Add link to issue in release note | Add link to issue in release note
| YAML | apache-2.0 | dwavesystems/dimod,dwavesystems/dimod |
050c5c60af336198ddb67bdc1289049faf38f61b | packages/ex/exception-hierarchy.yaml | packages/ex/exception-hierarchy.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'
all-versio... | 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'
all-versio... | Update from Hackage at 2019-04-22T03:41:55Z | Update from Hackage at 2019-04-22T03:41:55Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b4dab8334b5d0487d9d8b6291c08b7f0ce2ba26d | wercker.yml | wercker.yml | # 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
- script:... | # 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
- script:... | Add CI_BRANCH variable instead of GIT_BRANCH | Add CI_BRANCH variable instead of GIT_BRANCH
| YAML | mit | hartwigmedical/health-checks |
6591baef015d6be5d541d92b2a1acb39b67161e7 | scripts/run_tempest.yml | scripts/run_tempest.yml | ---
# 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 agreed to ... | ---
# 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 agreed to ... | Add export to RUN_TEMPEST_OPTS and TESTR_OPTS | Add export to RUN_TEMPEST_OPTS and TESTR_OPTS
This is so the openstack_tempest_gate.sh script picks up
these variables when invoked.
Connects https://github.com/rcbops/u-suk-dev/issues/1680
| YAML | apache-2.0 | jacobwagner/rpc-openstack,rcbops/rpc-openstack,robb-romans/rpc-openstack,hughsaunders/rpc-openstack,prometheanfire/rpc-openstack,galstrom21/rpc-openstack,hughsaunders/rpc-openstack,BjoernT/rpc-openstack,BjoernT/rpc-openstack,git-harry/rpc-openstack,cfarquhar/rpc-openstack,jacobwagner/rpc-openstack,mancdaz/rpc-openstack... |
0b098f9f9c62caf667fea6a9113de72a6731663e | metadata/de.stefan_oltmann.kaesekaestchen.yml | metadata/de.stefan_oltmann.kaesekaestchen.yml | 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
lin... | 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
lin... | Update CurrentVersion of Dots'n'Boxes to 0.7.4 (16) | Update CurrentVersion of Dots'n'Boxes to 0.7.4 (16)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
7b1296229593e0bf304e2131f0efd1fc1dae4bde | e2e/roles/gcloud/tasks/main.yml | e2e/roles/gcloud/tasks/main.yml | ---
- 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
get_url... | ---
- 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 installation d... | Add additional gcloud files to remove | Add additional gcloud files to remove | YAML | apache-2.0 | GoogleCloudPlatform/gcloud-maven-plugin,GoogleCloudPlatform/gcloud-maven-plugin,GoogleCloudPlatform/gcloud-maven-plugin |
5c9135963c994cb578c62e589dc16af6b673434b | azure-pipelines.yml | azure-pipelines.yml | 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
| 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
| Use v0.4 version of crate-ci | [CI] Use v0.4 version of crate-ci | YAML | apache-2.0 | MrFloya/pam-sys |
6ef5839feb332440395328e8102569d4b04b4e2d | templates/execute/snippets/deploypermissions.yml | templates/execute/snippets/deploypermissions.yml | 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%-%buildta... | 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%-%buildta... | Fix chmod errors for drupal deploys | Fix chmod errors for drupal deploys
| YAML | mit | jockri/skylab,Kunstmaan/skylab,jockri/skylab,benoitgeerinck/skylab,krispypen/skylab,piotrbelina/skylab,kimausloos/skylab,piotrbelina/skylab,Kunstmaan/skylab,bakie/skylab,Devolicious/skylab,krispypen/skylab,Devolicious/skylab,kimausloos/skylab,bakie/skylab,benoitgeerinck/skylab |
110f980ce7bb56ea47ff5019bc058865925719ce | .kitchen.yml | .kitchen.yml | ---
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:
| ---
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:
| Use latest Chef 11 to fix chef-zero ENAMETOOLONG | Use latest Chef 11 to fix chef-zero ENAMETOOLONG
https://github.com/chef/chef-zero/issues/53
| YAML | apache-2.0 | SimpleFinance/chef-exhibitor,PaytmLabs/chef-exhibitor,GannettDigital/chef-exhibitor,PaytmLabs/chef-exhibitor,GannettDigital/chef-exhibitor,PaytmLabs/chef-exhibitor,SimpleFinance/chef-exhibitor,GannettDigital/chef-exhibitor,SimpleFinance/chef-exhibitor |
cdefe4cfb13d17250c2de83b884ea2ff2e3736ec | .kitchen.yml | .kitchen.yml | 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: apt::d... | 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: apt::d... | Test on CentOS 6.9 in TK | Test on CentOS 6.9 in TK
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/gecode,opscode-cookbooks/gecode |
cdfd7cae50693bea02621430af3c4b6bf9aa7957 | test/data/vat-payment-deadlines-questions-and-responses.yml | test/data/vat-payment-deadlines-questions-and-responses.yml | ---
: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
| ---
: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
| Modify questions & responses data for vat-payment-deadlines | Modify questions & responses data for vat-payment-deadlines
* Remove TODO item
| YAML | mit | tadast/smart-answers,alphagov/smart-answers,askl56/smart-answers,alphagov/smart-answers,askl56/smart-answers,aledelcueto/smart-answers,tadast/smart-answers,aledelcueto/smart-answers,alphagov/smart-answers,askl56/smart-answers,tadast/smart-answers,tadast/smart-answers,stwalsh/smart-answers,stwalsh/smart-answers,stwalsh/... |
14bdfa03cb4b5c3ba6aadf0aa2b995da16bc5833 | playbooks/edx-east/feanil_deploy.yml | playbooks/edx-east/feanil_deploy.yml | - 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
| - 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
| Remove ruby and npm roles from playbook since they don't exist. | Remove ruby and npm roles from playbook since they don't exist.
| YAML | agpl-3.0 | omarkhan/configuration,beacloudgenius/configuration,Stanford-Online/configuration,kencung/configuration,UXE/edx-configuration,LearnEra/LearnEra-Configuration,Carlos2005/configuration,arifsetiawan/configuration,lgfa29/configuration,kmoocdev/configuration,IndonesiaX/configuration,armaan/edx-configuration,IndonesiaX/confi... |
fd9914de4b36e0143f601f1db8a5a0fe2a365ccb | .github/workflows/build-envision-and-docs.yml | .github/workflows/build-envision-and-docs.yml | 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-version }}... | 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-version }}... | Build all packages in master | Build all packages in master
| YAML | mit | melineric/envision,albinohrn/envision,sitevision/envision,melineric/envision,albinohrn/envision,sitevision/envision,melineric/envision,albinohrn/envision |
32cfa8845605468f5922ef4f74fde15fed4b1f16 | config/genomes/BDGP6-resources.yaml | config/genomes/BDGP6-resources.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
| 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 indentations in srnaseq resources of BDGP6 | Fix indentations in srnaseq resources of BDGP6
| YAML | mit | chapmanb/bcbio-nextgen,vladsaveliev/bcbio-nextgen,vladsaveliev/bcbio-nextgen,chapmanb/bcbio-nextgen,a113n/bcbio-nextgen,a113n/bcbio-nextgen,chapmanb/bcbio-nextgen,vladsaveliev/bcbio-nextgen,a113n/bcbio-nextgen,lbeltrame/bcbio-nextgen,lbeltrame/bcbio-nextgen,lbeltrame/bcbio-nextgen |
db97ee39c0c050f58e9d363aadd37bc2b0d2c0f0 | test/mach-o/dependency_info.yaml | test/mach-o/dependency_info.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 \
# RUN: ... | # 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: -dependency... | Disable a Mach-O test on Windows that depends on Unix path separator. | Disable a Mach-O test on Windows that depends on Unix path separator.
git-svn-id: f6089bf0e6284f307027cef4f64114ee9ebb0424@221506 91177308-0d34-0410-b5e6-96231b3b80d8
| YAML | apache-2.0 | llvm-mirror/lld,llvm-mirror/lld |
7d305b8633189375f79bb16bd65361d9e09ae1cc | packages/te/testing-type-modifiers.yaml | packages/te/testing-type-modifiers.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ård
latest... | 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: Jonas Dur... | Update from Hackage at 2015-07-01T09:40:55+0000 | Update from Hackage at 2015-07-01T09:40:55+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
a658a67bd4f39d764b7e4cf40ac30f0bc7b40bdb | project.yml | project.yml | 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
- r... | 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
- r... | Update dry-core and remove dry-equalizer from runtime deps | Update dry-core and remove dry-equalizer from runtime deps
| YAML | mit | dryrb/dry-data,dryrb/dry-types,dryrb/dry-types,dryrb/dry-data |
4ab72cc7406703ffd64facad0095a72a881c8894 | app/config/form.yml | app/config/form.yml | 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: true
... | 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\:
autowire: true... | Make the block editor the default editor | Make the block editor the default editor
| YAML | mit | justcarakas/forkcms,justcarakas/forkcms,justcarakas/forkcms |
e1ab2483e56dab169192221403f030b6b6f3fb2e | build.yaml | build.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: com.viv... | 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
jts: c... | Use the canonical url to access maven central repository. | Use the canonical url to access maven central repository.
| YAML | apache-2.0 | realityforge/geolatte-geom-jpa,realityforge/geolatte-geom-jpa |
24685fb79ccc102ef61b12c2830c9852d074c332 | build.yaml | build.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:validation... | 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-api:jar... | Upgrade to the latest version of gwt | Upgrade to the latest version of gwt
| YAML | apache-2.0 | realityforge/gwt-packetio-example,realityforge/gwt-packetio-example,realityforge/gwt-packetio-example |
ed5a653ea87e9e50caf4c60c5583c078b2bac914 | build.yaml | build.yaml | repositories:
remote:
- https://repo1.maven.org/maven2
artifacts:
javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
| repositories:
remote:
- https://repo.maven.apache.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. | Use the canonical url to access maven central repository.
| YAML | apache-2.0 | realityforge/gwt-cache-filter,realityforge/gwt-cache-filter,realityforge/gwt-cache-filter |
7bd6796f234ed4e455930d6b4d0a1b93cc57ab80 | circle.yml | circle.yml | 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
| 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
| Adjust Python version used on Circle | Adjust Python version used on Circle
| YAML | mit | jamescooke/factory_djoy |
6e953bb8af53b94ee1c28eb4b932c47eb83efa71 | circle.yml | circle.yml | 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, hosts=['104.... | 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 deploy; ex... | Set python version with pyenv for deployment | Set python version with pyenv for deployment
| YAML | bsd-3-clause | FreeMusicNinja/api.freemusic.ninja |
2d3d8b594d2b2fdb8c63ccb1d3c404135dafc5f5 | circle.yml | circle.yml | 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
cache_dire... | 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 apt-get... | Add deploy to build config | Add deploy to build config
| YAML | apache-2.0 | itzg/haproxy-gen |
b20b3e190fecca1503d09ac59e2c34025ba501ef | circle.yml | circle.yml | machine:
python:
version: 2.7.10
dependencies:
pre:
- pip install -r requirements.txt
test:
override:
- ./run_tests.sh
| machine:
python:
version: 2.7.10
dependencies:
pre:
- pip install -r requirements.txt
test:
override:
- ./api_spec.py run_tests
| Change CI to use api_spec.py test runner | Change CI to use api_spec.py test runner
| YAML | mit | catarse/catarse-api-specs,catarse/catarse-api-specs |
a8d7266746d50c69c777649d54410b8f4f3785f4 | circle.yml | circle.yml | 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 . && docke... | 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 . && docke... | Adjust Circle.yml to use appro Ruby version | Adjust Circle.yml to use appro Ruby version
| YAML | mit | lomky/dcaf_case_management,Kevin-Wei/dcaf_case_management,DCAFEngineering/dcaf_case_management,colinxfleming/dcaf_case_management,colinxfleming/dcaf_case_management,Kevin-Wei/dcaf_case_management,lomky/dcaf_case_management,lomky/dcaf_case_management,charleshuang80/dcaf_case_management,Kevin-Wei/dcaf_case_management,cha... |
924e0e3b662a6075730b41407577968139ff4b5b | azure-pipelines.yml | azure-pipelines.yml | 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:
vmImage: 'x... | 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_TRACE: 0
... | Remove unnecessary dotnet --info calls | Remove unnecessary dotnet --info calls | YAML | mit | andrewlock/NetEscapades.Configuration,andrewlock/NetEscapades.Configuration |
e9d2b178e776394183bb5a29ab4b9248dc052b0b | azure-pipelines.yml | azure-pipelines.yml | name: $(Date:yyyyMMdd.HHmm)
jobs:
- job: Linux
pool:
vmImage: 'linux_preview'
steps:
- template: Build/linux.yml | name: $(Date:yyyyMMdd.HHmm)
jobs:
- job: Linux
pool:
vmImage: 'Ubuntu 16.04'
steps:
- template: Build/linux.yml | Switch back to Ubuntu 16.04 | Switch back to Ubuntu 16.04
| YAML | apache-2.0 | dlemstra/Magick.NET,dlemstra/Magick.NET |
3bebe33f149844edad644268093828cd8e98e958 | .buildkite/pipeline.yml | .buildkite/pipeline.yml | steps:
- name: ":rspec:"
command: "rspec --color specs"
plugins:
docker-compose#v3.0.1:
run: app
| steps:
- name: ":rspec:"
command: "rspec --color specs"
plugins:
docker-compose#v3.0.2:
run: app
| Update buildkite plugin docker-compose to v3.0.2 | Update buildkite plugin docker-compose to v3.0.2
| YAML | mit | buildkite/ruby-docker-example |
64f0144d0895adbec4434d95a811a31f76fee95e | .buildkite/pipeline.yml | .buildkite/pipeline.yml | 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
- wait... | 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
- wait... | Use :shipit: instead of :rocket: | Use :shipit: instead of :rocket:
| YAML | mit | fotinakis/buildkite-frontend,fotinakis/buildkite-frontend,buildkite/frontend,buildkite/frontend |
cbecdca5098933f2623d0a7ed5040f7b8f16dfa8 | circle.yml | circle.yml | general:
artifacts:
- "dist"
test:
override:
- npm run test-ci
| 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
| Build bundle and copy more files to CIRCLE_ARTIFACTS dir | Build bundle and copy more files to CIRCLE_ARTIFACTS dir
| YAML | mit | tangrams/tangram,tangrams/tangram |
b02189ee5fe5bacb8778ec1bf9a3ae4c7bcbf90f | .conda-recipe/meta.yaml | .conda-recipe/meta.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: {{ GIT_DE... | # 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: {{ GIT_DE... | Add decorator Conda run dependency | [FIX] Add decorator Conda run dependency
| YAML | bsd-3-clause | wheeler-microfluidics/dmf-control-board-firmware,wheeler-microfluidics/dmf-control-board-firmware,wheeler-microfluidics/dmf-control-board-firmware,wheeler-microfluidics/dmf-control-board-firmware |
3ad459da9a2f3f7a8bca47d6fb074b56c14ca49d | circle.yml | circle.yml | 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
| 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
| Increase timeout time for CI | Increase timeout time for CI
| YAML | epl-1.0 | onyx-platform/onyx-datomic |
6833168801c7b29a1077f25d982b9b8f185a3390 | meta/main.yml | meta/main.yml | # 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
versions:
... | # 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
versions:
... | Fix for Ansible galaxy (import) warning | Fix for Ansible galaxy (import) warning
Found galaxy_info.categories. Update meta/main.yml to use galaxy_info.galaxy_tags
| YAML | mit | nlware/ansible-composer |
a8702bdc7bb10db5c656a1e6adc5313491309cd0 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python37 | repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3 | Update language_version override to fix Travis build failures | Update language_version override to fix Travis build failures
Signed-off-by: Dan Yeaw <2591e5f46f28d303f9dc027d475a5c60d8dea17a@yeaw.me>
| YAML | lgpl-2.1 | amolenaar/gaphas |
528c227db30a28f1239986dd22e26eedbf45ce2c | appveyor.yml | appveyor.yml | 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:
secu... | 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:
secu... | Add code to allow RDP'ing into the AppVeyor build agent | Add code to allow RDP'ing into the AppVeyor build agent
| YAML | mit | nunit/nunit3-vs-adapter |
9c5a83a31ba742deb4e4e6a2f7de8eb7a6893df5 | appveyor.yml | appveyor.yml | 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-test
... | 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-test
# ... | Disable Python 3.3 on AppVeyor | Disable Python 3.3 on AppVeyor
| YAML | mit | beetbox/mediafile |
27aee170a6a2edfb2fdead8f4172092b1299998b | appveyor.yml | appveyor.yml | 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%
befor... | 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%
befor... | Set force_update: true so that AppVeyor adds deployment to existing tagged release | Set force_update: true so that AppVeyor adds deployment to existing tagged release
| YAML | bsd-2-clause | sgerbino/libtable |
608e56583470f4e5f2af42d83e6694c166ce31ea | appveyor.yml | appveyor.yml | 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
| 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""" "--nugetApiKe... | Add Build Bot password to Appveyor.yml. | Add Build Bot password to Appveyor.yml.
This allows the build to update the docs.
| YAML | mit | ejball/ArgsReading,Faithlife/System.Data.SQLite,Faithlife/System.Data.SQLite,Faithlife/FaithlifeUtility,Faithlife/Parsing,ejball/XmlDocMarkdown |
0d65fe725335ca74dc39a28127fc41e2f1713dc3 | config/database.yml | config/database.yml | 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
encoding: ut... | 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
encoding: ut... | Add cucumber DB config for SemaphoreCI | Add cucumber DB config for SemaphoreCI
| YAML | mit | scottwillson/racing_on_rails,scottwillson/racing_on_rails,scottwillson/racing_on_rails,scottwillson/racing_on_rails |
2a22ae7aedbb45e6915298b0e7b35926ebb9de6f | config.sample.yml | config.sample.yml | ---
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 account
y... | ---
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 account
y... | Fix link about `fints_endpoint` option | Fix link about `fints_endpoint` option | YAML | mit | schurig/ynab-bank-importer |
7018a9c49b161e44680c031708c4de077e050906 | config/keter.yaml | config/keter.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'
| 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'
| Add `teamteam.team` as valid host | Add `teamteam.team` as valid host
| YAML | mit | zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub |
5d059d160a583e6c55e1a6daf12c4a8eb85e4e82 | .appveyor.yml | .appveyor.yml | # 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
on_buil... | # 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%\scripts;%PA... | Move email notifications to AppVeyor settings | Move email notifications to AppVeyor settings
So as to not expose email addresses in public yml files
| YAML | mit | WilliamHPNielsen/broadbean |
4412942712a52664c1561a3d82b6caa93b548de2 | cloudbuild.yaml | cloudbuild.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'
entrypoint:... | # 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'
entrypoint:... | Set missing USER in cloud-build | Set missing USER in cloud-build | YAML | apache-2.0 | canhnt/ingress,caicloud/ingress,aledbf/ingress-nginx,caicloud/ingress,aledbf/ingress-nginx,canhnt/ingress,caicloud/ingress,caicloud/ingress,kubernetes/ingress-nginx,canhnt/ingress,canhnt/ingress,kubernetes/ingress-nginx,kubernetes/ingress-nginx,aledbf/ingress-nginx,kubernetes/ingress-nginx,kubernetes/ingress-nginx,aled... |
77ee6026d7dcf8f4aebbd6ffaa4de54385bb0417 | metadata/com.kazufukurou.nanji.yml | metadata/com.kazufukurou.nanji.yml | 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, Englis... | 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, Englis... | Update Nanji to 1.3.3 (38) | Update Nanji to 1.3.3 (38)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
9d11464ed166c1e2a537792aa284905123ac8be3 | .github/workflows/update_openring.yml | .github/workflows/update_openring.yml | 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:
... | 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: Instal... | Revert "[TEMP] github: run openring workflow on pushes to openring-test branch" | Revert "[TEMP] github: run openring workflow on pushes to openring-test branch"
This reverts commit d29189db4f54c11e17c67da7c94374c9a46d14c8.
| YAML | mit | MSF-Jarvis/msf-jarvis.github.io |
246b1ebfd07907de00e2be4c9983c9125f03fda7 | mkdocs.yml | mkdocs.yml | 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_usage.md
- ... | 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_usage.md... | Enable the admonition markdown extension | Enable the admonition markdown extension
See https://python-markdown.github.io/extensions/admonition/ for details.
| YAML | mit | jmks/rubocop,panthomakos/rubocop,akihiro17/rubocop,smakagon/rubocop,vergenzt/rubocop,deivid-rodriguez/rubocop,maxjacobson/rubocop,petehamilton/rubocop,tejasbubane/rubocop,palkan/rubocop,mikegee/rubocop,panthomakos/rubocop,tdeo/rubocop,sue445/rubocop,bbatsov/rubocop,sue445/rubocop,palkan/rubocop,meganemura/rubocop,rrose... |
9680c138ef3ff833fee47257c6c49b50d12d956f | pubspec.yaml | pubspec.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 utility librar... | 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 utility librar... | Add matcher to dependencies (for areEqualityGroups). | Add matcher to dependencies (for areEqualityGroups).
| YAML | apache-2.0 | trinarytree/quiver-dart,QuiverDart/quiver_check,QuiverDart/quiver_check,jtmcdole/quiver-dart,googlearchive/quiver_mirrors,googlearchive/quiver_mirrors,QuiverDart/quiver_pattern,googlearchive/quiver_pattern,QuiverDart/quiver_io,googlearchive/quiver_strings,googlearchive/quiver_iterables,QuiverDart/quiver_optional,Quiver... |
0db6f691eb196f615733401486c3bc2ff93fa153 | metadata/ILAMB/wmt.yaml | metadata/ILAMB/wmt.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
- CLM4VIC
... | 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
- CLM4VIC
... | Change VEGAS2.1 attr to VEGAS21 | Change VEGAS2.1 attr to VEGAS21
| YAML | mit | csdms/wmt-metadata |
21c84c08324fc8e32e84a205a1033a5da28b800b | appveyor.yml | appveyor.yml | 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 -Dmaven... | 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 with pow... | Modify yml to automatically install JCE policy files | Modify yml to automatically install JCE policy files | YAML | mit | Microsoft/mssql-jdbc |
51c886e615ecf3cb4c81947b34e700658aeca4b9 | appveyor.yml | appveyor.yml | 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 test scri... | 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 test scri... | Use pre-installed bundler on AppVeyor | Use pre-installed bundler on AppVeyor
| YAML | mit | mvz/aruba,mvz/aruba,cucumber/aruba |
81e41e566c27dd61e9c6e8614d58997fba0d300b | appveyor.yml | appveyor.yml | 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_VERSION -eq ... | 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/artifacts/... | Remove redundant jobs from AppVeyor | Remove redundant jobs from AppVeyor
| YAML | mit | celluloid/nio4r,celluloid/nio4r,celluloid/nio4r |
89b07ab2c843a2077a8d3ecb17829e3453676c40 | appveyor.yml | appveyor.yml | 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}'
# disable bui... | 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
server: ... | Deploy builds of master to MyGet | Deploy builds of master to MyGet
| YAML | mit | cPetru/nunit-params,danielmarbach/nunit,Green-Bug/nunit,danielmarbach/nunit,ChrisMaddock/nunit,JohanO/nunit,nunit/nunit,pflugs30/nunit,cPetru/nunit-params,nivanov1984/nunit,OmicronPersei/nunit,jnm2/nunit,OmicronPersei/nunit,NikolayPianikov/nunit,ChrisMaddock/nunit,Suremaker/nunit,appel1/nunit,JohanO/nunit,jnm2/nunit,nu... |
d7312033b4dcd1129a5e97e5439168833478ec70 | appveyor.yml | appveyor.yml | 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
- php comp... | 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-interaction ... | Set PATH after php installation | Set PATH after php installation
| YAML | bsd-3-clause | BernardoSilva/phpmd,DanielSiepmann/phpmd,ravage84/phpmd,phpmd/phpmd,behance/phpmd,postalservice14/phpmd,JeroenDeDauw/phpmd |
9c4a8139b1d954a0b911b1502a2019f527650dc6 | appveyor.yml | appveyor.yml | #---------------------------------#
# 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\DscReso... | #---------------------------------#
# 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_FOLDER\D... | Fix as per PR comments | Fix as per PR comments
| YAML | mit | PowerShell/xActiveDirectory,iainbrighton/xActiveDirectory |
5cd8a8073211831a7753cc54a90c858246cfdde7 | appveyor.yml | appveyor.yml | 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
... | 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:APPVEYOR_REPO_B... | Use APPVEYOR_REPO_BRANCH instead of master branch | Use APPVEYOR_REPO_BRANCH instead of master branch | YAML | mit | ansyral/docfx-seed,docascode/docfx-seed |
9306af44bf6ec283644bf4a4b2d415fd6aa9537c | appveyor.yml | appveyor.yml | 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" /SUPPRESSMSGBOXES
- S... | 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" /SUPPRESSMSGBOXES
- S... | Change Rust Download From .msi To .exe On Appveyor | Change Rust Download From .msi To .exe On Appveyor
| YAML | apache-2.0 | icorderi/ssdp-rs |
e96d1649d7a2ff2d3f1bb676597f9e951a853fbf | appveyor.yml | appveyor.yml | 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.nuspec
... | 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.nuspec
... | Add symbol packages to artifacts. | Add symbol packages to artifacts.
| YAML | mit | StephenCleary/Comparers |
8f344cb96e78abae8b6634fee0e58b8b46caf459 | appveyor.yml | appveyor.yml | 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:
# - '**\C... | 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:
# - '**\C... | Enable NuGet packages caching for more reliable AppVeyor builds | Enable NuGet packages caching for more reliable AppVeyor builds
| YAML | mit | huoxudong125/CodeContracts,hubuk/CodeContracts,Microsoft/CodeContracts,huoxudong125/CodeContracts,Microsoft/CodeContracts,Microsoft/CodeContracts,Microsoft/CodeContracts,hubuk/CodeContracts,hubuk/CodeContracts,SergeyTeplyakov/CodeContracts,Microsoft/CodeContracts,SergeyTeplyakov/CodeContracts,huoxudong125/CodeContracts... |
c0f96de6907c85846b94cc9363d28fac78a9da02 | appveyor.yml | appveyor.yml | 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\nuget\* | 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\nuget\*
| Build number is < patch number | Build number is < patch number
| YAML | mit | ryanlewis/seo-metadata,ryanlewis/seo-metadata,ryanlewis/seo-metadata |
ecd485e0b42dcafac4a5e8b481138843835ba552 | appveyor.yml | appveyor.yml | 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.neptuo.... | 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 config --... | Add username and email from configuration. | Add username and email from configuration.
| YAML | apache-2.0 | neptuo/com.neptuo.go,neptuo/com.neptuo.go |
322cb4c4480f545ff4537627d3533832698b4fa6 | appveyor.yml | appveyor.yml | # 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 -target ap... | # 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:
- ps: ... | Install latest dotnet core 3.0 alpha | Install latest dotnet core 3.0 alpha
| YAML | bsd-3-clause | punker76/gong-wpf-dragdrop |
dfa461ef2979772079ed837a706da1a37f6c2cc9 | appveyor.yml | appveyor.yml | 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: /\<\.no... | 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: /\<\.no... | Deploy fron AppVeyor -> MyGet | Deploy fron AppVeyor -> MyGet
| YAML | mit | sharper-library/Sharper.C.Tuple |
d1e8f9b11336c6869b91b3ecbccd9dbfa884a169 | docs/antora.yml | docs/antora.yml | 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
| 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
| Switch back the docs version | Switch back the docs version
| YAML | mit | maxjacobson/rubocop,rrosenblum/rubocop,bbatsov/rubocop,bbatsov/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,maxjacobson/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,rrosenblum/rubocop |
0a0d6580d781fba8d23b75b82e69cc22b9445fa0 | automation.yaml | automation.yaml | distros:
- el8
- fc30
- fcraw
release_branches:
master: ovirt-master
| distros:
- el8
release_branches:
master: ovirt-master
| Remove Fedora based builds from CI | Remove Fedora based builds from CI
Remove Fedora based builds from CI as oVirt supports only EL8.
Change-Id: I4f13e81c9c166abba5f974c211f6ef5f5dfa123e
Signed-off-by: Martin Perina <7bf83f5b771f1cc16b652b5fe02fa33310bda7b0@redhat.com>
| YAML | apache-2.0 | oVirt/ovirt-engine-extension-aaa-jdbc,oVirt/ovirt-engine-extension-aaa-jdbc |
c817f83ef3be2f07bae82fd7a292d71ba74b5c39 | packages/ca/casing.yaml | packages/ca/casing.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'
- '0.1.0.1'... | 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'
- '0.1.0.1'... | Update from Hackage at 2017-03-30T20:59:46Z | Update from Hackage at 2017-03-30T20:59:46Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
49ca743c799fef5961c61bc7f6bb7d9b5e729fce | mkdocs.yml | mkdocs.yml | 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','Refer... | 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','Refer... | Add sources documentation to table of contents | Add sources documentation to table of contents
| YAML | apache-2.0 | jdgwartney/pulse-api-cli,boundary/boundary-api-cli,boundary/pulse-api-cli,boundary/pulse-api-cli,wcainboundary/boundary-api-cli,wcainboundary/boundary-api-cli,jdgwartney/pulse-api-cli,jdgwartney/boundary-api-cli,jdgwartney/boundary-api-cli,boundary/boundary-api-cli |
5563f416e9417372677099a393376d4e86ec568b | data/sites/bis_rpc.yml | data/sites/bis_rpc.yml | ---
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
css: de... | ---
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
css: dep... | Revise BIS RPC config to be correct and not incorrect | Revise BIS RPC config to be correct and not incorrect
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
afd21c27fbf6e23d979bc9fbbf8847423cd590c9 | packages/ti/timeit.yaml | packages/ti/timeit.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
---
* Ge... | 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
---
* Gen... | Update from Hackage at 2021-12-02T13:45:32Z | Update from Hackage at 2021-12-02T13:45:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
524d73e11c3428b44057030e493f87f21150d124 | packages/hl/hls-splice-plugin.yaml | packages/hl/hls-splice-plugin.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
base: '... | 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'
unordered-con... | Update from Hackage at 2021-02-02T15:16:51Z | Update from Hackage at 2021-02-02T15:16:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
19aadcbdb34d0d7b4f16799f37dc95e5227e877a | packages/la/lambda-calculator.yaml | packages/la/lambda-calculator.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 interpreter
... | 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 lambda cal... | Update from Hackage at 2017-04-07T01:25:46Z | Update from Hackage at 2017-04-07T01:25:46Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
dd008b44be3850fc6cdf782ddbb3d4a1a0c356f6 | packages/ms/msgpack-arbitrary.yaml | packages/ms/msgpack-arbitrary.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 MessagePa... | 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 MessagePa... | Update from Hackage at 2022-02-15T02:21:01Z | Update from Hackage at 2022-02-15T02:21:01Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7ccbc2177fcd0fc63cad5976634487c31ffa4eac | .travis.yml | .travis.yml | 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
| 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
| Fix Travis build (update Node versions) | chore: Fix Travis build (update Node versions) | YAML | mit | karma-runner/karma-qunit |
17849c2ecd0487a48f21cbed4e389a9adbc62f69 | .travis.yml | .travis.yml | 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 | 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 | Add Ruby 2.0.0, rm Ruby 1.9.2 | Add Ruby 2.0.0, rm Ruby 1.9.2
\o/
| YAML | mit | thomas-mcdonald/qa,thomas-mcdonald/qa,thomas-mcdonald/qa,thomas-mcdonald/qa |
075ec1106c87e81aa3af1b3fd6fdfbce206ebb6b | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.2.2
| language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
| Test against Ruby 2.x versions | [CI] Test against Ruby 2.x versions | YAML | mit | pietromenna/wikipedia-client,kenpratt/wikipedia-client |
7d414e61dbd7f6513f1a2cf7486cf417ff1dbd29 | .travis.yml | .travis.yml | 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/direct/... | 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/direct/... | Switch to yarn from npm | ci(build): Switch to yarn from npm
| YAML | mit | gund/ng-http-interceptor,gund/ng-http-interceptor,gund/ng-http-interceptor,gund/ng2-http-interceptor,gund/ng2-http-interceptor,gund/ng2-http-interceptor |
d0e4ba75ad20afd35b817dac66d58708cdd0389c | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.3
- hhvm
before_script:
- composer install --dev --prefer-source --no-interaction
script:
- phpunit --coverage-text
| 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
| Test against PHP5.5, PHP5.6, PHP7, & HHVM | Test against PHP5.5, PHP5.6, PHP7, & HHVM | YAML | mit | reactphp/datagram |
3a42dfe5dced05293a48d61d094b0ec88313df05 | .travis.yml | .travis.yml | 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
| 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
| Fix Code Climate repo key | Fix Code Climate repo key
| YAML | mit | fny/interrobang |
b521cc8c04b3b3477c09675899a5313ea145708d | .travis.yml | .travis.yml | 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-clover bui... | 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-coveralls
... | Disable composer memory limit & Add PHP 7.4 tests | Disable composer memory limit & Add PHP 7.4 tests
| YAML | mit | dmitry-ivanov/laravel-helper-functions |
a2c1417cbd71d12536c1bd9dcdc5a5c8727d6bf4 | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.3 | language: php
before_script:
- composer install --prefer-source
php:
- 5.4
- 5.3 | Use composer to generate the autoloader | Use composer to generate the autoloader
| YAML | bsd-3-clause | sebastianbergmann/exporter,iteman/exporter |
6e52e4dfcc3ee731d0f743976baa0023b5593a12 | .travis.yml | .travis.yml | 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
- docker ... | 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, that fails
... | Fix PR build failure in TravisCI | Fix PR build failure in TravisCI
| YAML | mit | aaubry/YamlDotNet,aaubry/YamlDotNet,aaubry/YamlDotNet |
2509e4e889d61c9d6ebbda92684011a1e9965230 | .travis.yml | .travis.yml | 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 | 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 | Revert "try with versiosn 2.0.0-p0 of ruby" | Revert "try with versiosn 2.0.0-p0 of ruby"
This reverts commit 0bc9f75c8fadd7673eef54ae4bb6b4faa74ba8c1.
| YAML | mit | leo-clubs/marozi,leo-clubs/marozi,leo-clubs/marozi |
ae3c75b9450507a81a22d79e316f0b131df34da7 | .travis.yml | .travis.yml | 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
env: JOB=... | 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
env: JOB=... | Add SwiftPM job on OS X | [Travis] Add SwiftPM job on OS X
| YAML | mit | NachoSoto/Result,NachoSoto/Result,natestedman/Result,natestedman/Result,antitypical/Result,antitypical/Result,antitypical/Result,ratkins/Result,ratkins/Result,ratkins/Result,NachoSoto/Result,natestedman/Result |
48da7efa4ee50d814a2e3e96f6bd1360c011c5f6 | .travis.yml | .travis.yml | 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/clover.xml
... | 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_script:
-... | Test only against supported php versions | Test only against supported php versions
| YAML | mit | phansible/phansible,phansible/phansible,phansible/phansible,phansible/phansible,phansible/phansible |
89026eaf86fd8c7c25bb229f4073bc896db0fefa | .travis.yml | .travis.yml | 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
| 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
| Drop support for Node.js 8 early. | Drop support for Node.js 8 early.
| YAML | mit | bigeasy/arguable |
8941b5fff991ab5a4b140c8fe54fdf3cd25e620d | .travis.yml | .travis.yml | 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
| 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
| Make sure that bsddb can be setup on Travis | Make sure that bsddb can be setup on Travis
| YAML | apache-2.0 | c-w/gutenberg-http,c-w/gutenberg-http |
c17278929ae25355f6d5ce6bf939105498047246 | .travis.yml | .travis.yml | 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
allow_failur... | 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
allow_failur... | Add a note on how to change TZ settings in TravisCI | Add a note on how to change TZ settings in TravisCI | YAML | mit | opal/opal,gausie/opal,jannishuebl/opal,Mogztter/opal,suyesh/opal,catprintlabs/opal,wied03/opal,jgaskins/opal,jannishuebl/opal,c42engineering/opal,Ajedi32/opal,iliabylich/opal,kachick/opal,Mogztter/opal,iliabylich/opal,gabrielrios/opal,gausie/opal,wied03/opal,bbatsov/opal,Flikofbluelight747/opal,castwide/opal,bbatsov/op... |
efe2b3633efac81ca5294c9149963fc443a70382 | .travis.yml | .travis.yml | 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
| 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
| Test against solidus v1.3 branch | Test against solidus v1.3 branch
| YAML | bsd-3-clause | solidusio/solidus_avatax,solidusio/solidus_avatax,glossier/solidus_avatax,glossier/solidus_avatax |
c6d2dec512b163c02a2f29f9cc3b8996cecb0d2a | .travis.yml | .travis.yml | # 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 may not ... | # 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 may not ... | Put main command in Travis script, not in Travis install step | Put main command in Travis script, not in Travis install step
| YAML | apache-2.0 | typetools/commons-bcel,typetools/commons-bcel,typetools/commons-bcel |
8c79f161fcdac9b2ac6185cf7d4a088f668d08a5 | .travis.yml | .travis.yml | 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 exec rake $... | 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: bundle e... | Add Ruby 2.4.1 to TravisCI configuration | Add Ruby 2.4.1 to TravisCI configuration
| YAML | mit | defunkt/fakefs,fakefs/fakefs |
6e237c86e05ca94b83c1fb11169704b2290feb33 | .travis.yml | .travis.yml | language: node_js
node_js:
- 0.10
| language: node_js
node_js:
- 0.10
- 0.11
- 0.12
| Test against Node.js 0.11 and 0.12 | Test against Node.js 0.11 and 0.12
| YAML | mit | xavierdutreilh/wintersmith-sitemap,xavierdutreilh/wintersmith-sitemap |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.