doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
6d58789c-5809-4895-ac3d-e0263d9655be | {
"language": "YAML"
} | ```yaml
---
platform: linux
image_resource:
type: docker-image
source:
repository: bosh/main
inputs:
- name: bosh-src
- name: bosh-release
- name: cpi-release
- name: stemcell
- name: bosh-cli
outputs:
- name: director-state
run:
path: bosh-src/ci/pipelines/stemcell/tasks/deploy-director.sh
pa... | ```yaml
---
platform: linux
image_resource:
type: docker-image
source:
repository: bosh/main-ruby-go
inputs:
- name: bosh-src
- name: bosh-release
- name: cpi-release
- name: stemcell
- name: bosh-cli
outputs:
- name: director-state
run:
path: bosh-src/ci/pipelines/stemcell/tasks/deploy-directo... |
16cc7848-85fa-4969-ae03-d3006b849936 | {
"language": "YAML"
} | ```yaml
Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: flxapps
SourceCode: https://github.com/flxapps/DetoxDroid
IssueTracker: https://github.com/flxapps/DetoxDroid/issues
Changelog: https://github.com/flxapps/DetoxDroid/releases
Donate: https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=K... | ```yaml
Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: flxapps
SourceCode: https://github.com/flxapps/DetoxDroid
IssueTracker: https://github.com/flxapps/DetoxDroid/issues
Changelog: https://github.com/flxapps/DetoxDroid/releases
Donate: https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=K... |
d523f4e4-6524-4be5-b57c-a5990cd1dfb2 | {
"language": "YAML"
} | ```yaml
language: objective-c
osx_image: xcode611
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
- xcodebuild -project Alamofire.xcodeproj -scheme "Alamofire iOS" -sdk iphonesimulator
-destination "platform=iOS Simulator,name=iPhone 6" ONLY_ACTIVE_ARCH... | ```yaml
language: objective-c
osx_image: xcode611
branches:
only:
- master
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
before_install:
- gem install xcpretty -N
script:
- set -o pipefail
- xcodebuild -project Alamofire.xcodeproj -scheme "Alamofire iOS" -sdk iphonesimulator
-destination "platform=iOS Simulator,... |
78bf8225-329f-42cc-a47d-c0526eecb1c3 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
# faster builds on new travis setup not using sudo
sudo: false
# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache
install:
- travis_retry composer selfupdate
- travis_retry composer install --prefer-dist --no-interaction... | ```yaml
language: php
php:
- 5.4
- 5.5
- 5.6
# faster builds on new travis setup not using sudo
sudo: false
# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache
install:
- travis_retry composer selfupdate
- travis_retry composer install --prefer-dist --no-interaction
- trav... |
3eea7012-8dd4-4687-b1c2-65c6ddfd54f9 | {
"language": "YAML"
} | ```yaml
---
language: elixir
script:
- bin/fetch-configlet
- bin/configlet .
- mix deps.get
- EXERCISM_TEST_EXAMPLES=true mix test
```
Switch to container-based Travis CI infrastructure | ```yaml
---
language: elixir
script:
- bin/fetch-configlet
- bin/configlet .
- mix deps.get
- EXERCISM_TEST_EXAMPLES=true mix test
sudo: false
``` |
6d8075e9-87e8-44dc-9822-73abff7fb60f | {
"language": "YAML"
} | ```yaml
language: ruby
bundler_args: --without development postgres ldap_wizard git_proxy jruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libicu-dev
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- mysql -e 'create database myapp_test;'
- cp config/databas... | ```yaml
language: ruby
bundler_args: --without development postgres ldap_wizard git_proxy jruby
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libicu-dev
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- mysql -e 'create database myapp_test;'
- cp config/data... |
5fa35139-bb4d-4220-abaa-a90c6d207118 | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 1.9.3
before_install:
- sudo apt-get update -qq
- sudo apt-get install python-software-properties python g++ make
- echo 'yes' | sudo add-apt-repository ppa:chris-lea/node.js
- sudo apt-get update -qq
- sudo apt-get install nodejs sqlite3
- sudo apt-get install libicu-dev
s... | ```yaml
language: ruby
rvm:
- 1.9.3
before_install:
- sudo apt-get update -qq
- sudo apt-get install python-software-properties python g++ make
- echo 'yes' | sudo add-apt-repository ppa:chris-lea/node.js
- sudo apt-get update -qq
- sudo apt-get install nodejs sqlite3
- sudo apt-get install libicu-dev
s... |
427f89b5-8d70-4bd5-8d5b-03d87104bf91 | {
"language": "YAML"
} | ```yaml
---
- name: Create {{ apigee_edge_installation_path }}
file:
path: '{{ apigee_edge_installation_path }}'
state: directory
owner: apigee
group: apigee
mode: 0755
- name: Link /opt/apigee to {{ apigee_edge_installation_path }}
file:
path: /opt/apigee
state: link
src: '{{ apige... | ```yaml
---
- name: Create {{ apigee_edge_installation_path }}
file:
path: '{{ apigee_edge_installation_path }}'
state: directory
owner: apigee
group: apigee
mode: 0775
- name: Link /opt/apigee to {{ apigee_edge_installation_path }}
file:
path: /opt/apigee
state: link
src: '{{ apige... |
1e0c4b0a-5b09-488a-b8db-0e206c6ab574 | {
"language": "YAML"
} | ```yaml
- project-template:
name: puppet-tripleo-module-unit-jobs
check:
jobs:
- puppet-openstack-unit-5.5-centos-7
- puppet-openstack-unit-5.5-centos-8:
voting: false
- puppet-openstack-unit-6.0-ubuntu-bionic
- puppet-openstack-unit-latest-ubuntu-bionic:
... | ```yaml
- project-template:
name: puppet-tripleo-module-unit-jobs
check:
jobs:
- puppet-openstack-unit-5.5-centos-7
- puppet-openstack-unit-5.5-centos-8:
voting: false
- puppet-openstack-unit-6.0-ubuntu-bionic
- puppet-openstack-unit-latest-ubuntu-bionic:
... |
3ae8eaf7-31cd-4d8d-acfc-ac3c335bb362 | {
"language": "YAML"
} | ```yaml
- project:
templates:
- puppet-openstack-check-jobs
- puppet-openstack-module-unit-jobs
- tripleo-undercloud-jobs-pipeline
- tripleo-multinode-container-minimal-pipeline
- release-notes-jobs-python3
- tripleo-standalone-scenarios-pipeline
- tripleo-standalone-multin... | ```yaml
- project:
templates:
- puppet-openstack-check-jobs
- puppet-openstack-module-unit-jobs
- tripleo-undercloud-jobs-pipeline
- tripleo-multinode-container-minimal-pipeline
- release-notes-jobs-python3
- tripleo-standalone-scenarios-pipeline
- tripleo-standalone-multin... |
013ea32f-1efe-4097-a82d-ddbd0d56df1c | {
"language": "YAML"
} | ```yaml
patreon: alefragnani
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EP57F3B6FXKTU&lc=US&item_name=Alessandro%20Fragnani&item_number=vscode%20extensions¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
```
Add sponsor to GitHub repo | ```yaml
github: alefragnani
patreon: alefragnani
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EP57F3B6FXKTU&lc=US&item_name=Alessandro%20Fragnani&item_number=vscode%20extensions¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
``` |
da4a5b4f-d486-42c9-baa9-977cfcb1afba | {
"language": "YAML"
} | ```yaml
name: Format Tests
on: [push, pull_request]
jobs:
format_tests:
name: Format tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Check out data
uses: act... | ```yaml
name: Format Tests
on: [push, pull_request]
jobs:
format_tests:
name: Format tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Check out data
uses: act... |
bb2b4a3b-269f-4e5d-8dc0-ba9a30b32864 | {
"language": "YAML"
} | ```yaml
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: PyPIUpload
on:
release:
types: [created]
jobs:
deploy... | ```yaml
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
name: PyPIUpload
on:
release:
types: [created]
jobs:
deploy... |
df40200e-81e6-40c5-8f5b-c0a01238d21e | {
"language": "YAML"
} | ```yaml
name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
ren... | ```yaml
name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
ren... |
4c4b3e2c-07fe-40b7-b707-d92203a2b2a3 | {
"language": "YAML"
} | ```yaml
---
label: palestra
hide_body: false
fields:
- name: layout
label: Layout
type: text
hidden: false
default: post
- name: type
label: Type
type: text
hidden: false
default: talk
- name: title
label: Title
type: text
hidden: false
default: Título
- name: date
label: Date
type: datetime... | ```yaml
---
label: palestra
hide_body: false
fields:
- name: layout
label: Layout
type: text
hidden: false
default: post
- name: type
label: Type
type: text
hidden: false
default: talk
- name: title
label: Title
type: text
hidden: false
default: Título
- name: subtitle
type: text
config:
... |
4a8fe365-55f8-495c-a7ff-270f59d7f7be | {
"language": "YAML"
} | ```yaml
---
pages:
- faqs.md
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: ''
- name: date
label: Date
type: datetime
hidden: false
default: ''
- name: subtitle
label: Subtitle
type: text
hidden: false
default:
- name: hero
label: Hero... | ```yaml
---
pages:
- faqs.md
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: ''
- name: date
label: Date
type: datetime
hidden: true
default: ''
- name: subtitle
label: Subtitle
type: text
hidden: false
default:
- name: hero
label: Hero
... |
8e8d9e59-a280-4680-a80b-a7345dba6030 | {
"language": "YAML"
} | ```yaml
{% set name = "dependente" %}
{% set version = "0.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dependente-{{ version }}.tar.gz
sha256: f768e037d8cbaf58fd9ba6378058f593a8db962836ba498f9c0612c1afb48ec0
build:
num... | ```yaml
{% set name = "dependente" %}
{% set version = "0.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dependente-{{ version }}.tar.gz
sha256: f768e037d8cbaf58fd9ba6378058f593a8db962836ba498f9c0612c1afb48ec0
build:
numb... |
60224f1d-ae45-454b-a040-4a0185b0187c | {
"language": "YAML"
} | ```yaml
flags: {}
packages:
- '.'
- location:
git: git@github.com:aristidb/aws.git
commit: a6f062efe6c78d8d25609f6cc4fe27d428e5ef65
extra-deps: []
resolver: lts-3.1
```
Use http for aws dependency | ```yaml
flags: {}
packages:
- '.'
- location:
git: https://github.com/aristidb/aws.git
commit: a6f062efe6c78d8d25609f6cc4fe27d428e5ef65
extra-deps: []
resolver: lts-3.1
``` |
f5f2613d-083c-4d47-86a5-0ad831b4c9c5 | {
"language": "YAML"
} | ```yaml
---
- name: Install NFS client
apt:
name: "nfs-common"
state: present
tags:
- grafana
- logging
- name: Ensure EFS volume mountpoint exists
file:
path: "{{ grafana_efs_mountpoint }}"
state: directory
tags:
- grafana
- logging
- name: Mount EFS target for persistent app... | ```yaml
---
- name: Install NFS client
apt:
name: "nfs-common"
state: present
tags:
- grafana
- logging
- name: Ensure EFS volume mountpoint exists
file:
path: "{{ grafana_efs_mountpoint }}"
state: directory
tags:
- grafana
- logging
- name: Mount EFS target for persistent app... |
0a85cc01-731b-4c1d-b752-d7aa61b351ba | {
"language": "YAML"
} | ```yaml
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: "tofqdn-dns-visibility"
spec:
endpointSelector:
matchLabels:
any:org: alliance
egress:
- toEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": kube-system
"k8s:k8s-app": kube-dns
toPorts:
- ... | ```yaml
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
metadata:
name: "tofqdn-dns-visibility"
spec:
endpointSelector:
matchLabels:
any:org: alliance
egress:
- toEndpoints:
- matchLabels:
"k8s:io.kubernetes.pod.namespace": kube-system
"k8s:k8s-app": kube-dns
toPorts:
- ... |
9e745baa-05a5-41b6-8abe-10a1f750b3ca | {
"language": "YAML"
} | ```yaml
---
:verbose: false
:concurrency: 4
:logfile: ./log/sidekiq.json.log
:queues:
- downstream_high
- dependency_resolution
- downstream_low
- experiments
- default
- import
```
Revert "Revert "Revert "Turn down concurrency on Sidekiq""" | ```yaml
---
:verbose: false
:concurrency: 10
:logfile: ./log/sidekiq.json.log
:queues:
- downstream_high
- dependency_resolution
- downstream_low
- experiments
- default
- import
``` |
128f4188-537d-4e77-a5e0-4f3cdf9c727d | {
"language": "YAML"
} | ```yaml
- title: Apps & Juegos
desc: Descubra recursos para comenzar a crear sus aplicaciones de Android, aplicaciones web y juegos para Chrome OS.
icon: game-controller
sections:
- title: Adaptar Android
url: android
- title: Adaptar Web
url: web
- title: Juegos
url: games
- title: ... | ```yaml
- title: Apps & Juegos
desc: Descubra recursos para comenzar a crear sus aplicaciones de Android, aplicaciones web y juegos para Chrome OS.
icon: game-controller
sections:
- title: Adaptar Android
url: android
- title: Adaptar Web
url: web
- title: Juegos
url: games
- title: ... |
7fa7153d-28b6-47df-ac1b-0475756db317 | {
"language": "YAML"
} | ```yaml
homepage: https://gitlab.com/tonymorris/spacechar
changelog-type: markdown
hash: 7cb82bb0277fecdce6ea2b5059d5686e521bfe0851f8a23c142849d70b11f369
test-bench-deps: {}
maintainer: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
synopsis: Space Character
changelog: |
0.0.0.4
* Fix export list
0.0.0.3
* Add prism inst... | ```yaml
homepage: https://gitlab.com/tonymorris/spacechar
changelog-type: markdown
hash: dad9c36f67d852fc18fbf2cd8b86cefd4e45bf785a2c68821aa240172b160a30
test-bench-deps: {}
maintainer: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
synopsis: Space Character
changelog: |
0.0.0.5
* Remove unit data types.
0.0.0.4
* Fix ex... |
bfd22672-92e8-4cb2-ad69-9cfa91fe9097 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/metrix-ai/dense-int-set
changelog-type: ''
hash: f9f1ceff0877a76fbd9c1eb1a6140b639ecf10dbc4ea6106d676260d483b3761
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Dense int-set
changelog: ''
basic-deps:
cereal: ! '>=0.5.5 && <0.6'
base: ! '>=4.11 &&... | ```yaml
homepage: https://github.com/metrix-ai/dense-int-set
changelog-type: ''
hash: 4acc31c4bd546df63d39488c7f423d59f1338bf824d2408a5d22fa46d9a8e174
test-bench-deps:
rerebase: <2
dense-int-set: -any
quickcheck-instances: ! '>=0.3.11 && <0.4'
tasty-quickcheck: ! '>=0.9 && <0.11'
tasty-hunit: ! '>=0.9 && <0.1... |
2e6293d7-014a-4b2d-90aa-5c4db865c0b8 | {
"language": "YAML"
} | ```yaml
homepage: https://github.com/nikita-volkov/potoki-cereal
changelog-type: ''
hash: ca4ef6c8de31e9cab78b02384953b11873edd5b69b42ccbccd9124eada72b672
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Streaming serialization
changelog: ''
basic-deps:
cereal: ! '>=0.5 && <0.6'
byt... | ```yaml
homepage: https://github.com/metrix-ai/potoki-cereal
changelog-type: ''
hash: a6a4bf739863ddaa84f2335be28b926915caf07bc73928fc01bd2e2285bdb216
test-bench-deps: {}
maintainer: Metrix.AI Tech Team <tech@metrix.ai>
synopsis: Streaming serialization
changelog: ''
basic-deps:
cereal: ! '>=0.5 && <0.6'
bytestring... |
6af20103-0c2b-48c4-90ca-2b972798eb18 | {
"language": "YAML"
} | ```yaml
homepage: http://hub.darcs.net/thielema/shell-utility/
changelog-type: ''
hash: 88fe7e1745e9fb24aceef978979639f0809ad5cc30e45e75d0c8375168ce8ad4
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Utility functions for writing command-line programs
changelog: ''
basic-de... | ```yaml
homepage: http://hub.darcs.net/thielema/shell-utility/
changelog-type: markdown
hash: 9aec785694f832cb053e20c42f3a207788faeab8b724daac8bd26d8393178406
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Utility functions for writing command-line programs
changelog: |
#... |
33805c47-b3db-4db4-a5e0-6f37ea30e586 | {
"language": "YAML"
} | ```yaml
module:
automated_cron: 0
block: 0
breakpoint: 0
ckeditor: 0
color: 0
comment: 0
config: 0
config_direct_save: 0
contact: 0
contextual: 0
datetime: 0
dblog: 0
dynamic_page_cache: 0
editor: 0
entity: 0
entity_reference_revisions: 0
field: 0
field_ui: 0
file: 0
filter: 0
... | ```yaml
module:
automated_cron: 0
block: 0
breakpoint: 0
ckeditor: 0
color: 0
comment: 0
config: 0
config_direct_save: 0
contact: 0
contextual: 0
datetime: 0
dblog: 0
dynamic_page_cache: 0
editor: 0
entity: 0
entity_browser: 0
entity_browser_entity_form: 0
entity_reference_revisions:... |
6e61698f-8385-4bbd-9ba8-a20ca0033ec6 | {
"language": "YAML"
} | ```yaml
browseSuccess:
javascripts:
/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
/plugins/sfDrupalPlugin/vendor/drupal/misc/tableheader:
listSuccess:
javascripts:
/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
/plugins/sfDrupalPlugin/vendor/drupal/misc/tableheader:
```
Ad... | ```yaml
browseSuccess:
javascripts:
/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
/plugins/sfDrupalPlugin/vendor/drupal/misc/tableheader:
listSuccess:
javascripts:
/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js:
/plugins/sfDrupalPlugin/vendor/drupal/misc/tableheader:
editTh... |
4dfd291e-6e75-4ddf-be96-5aeb93e2ceb1 | {
"language": "YAML"
} | ```yaml
{% set name = "libconeangle" %}
{% set version = "0.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/kjelljorner/libconeangle/archive/v{{ version }}.tar.gz
sha256: 8045bce67e7c81485d165e36db59a9af4a9839aad5d419b171620e32922fd324
build:
skip: true # [wi... | ```yaml
{% set name = "libconeangle" %}
{% set version = "0.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/kjelljorner/libconeangle/archive/v{{ version }}.tar.gz
sha256: 8045bce67e7c81485d165e36db59a9af4a9839aad5d419b171620e32922fd324
build:
skip: true # [wi... |
1ab7df1c-fb99-448d-a236-8c6c463fa42d | {
"language": "YAML"
} | ```yaml
---
classes:
- mysql::server
- apache
- apache::mod::userdir
- apache::mod::rewrite
accounts:
lb:
comment: 'london bookshops'
home_dir_perms: '0755'
lv:
comment: 'london vegetarian'
home_dir_perms: '0755'
pubology:
comment: 'pubology'
home_dir_perms: '0755'
lc:
comme... | ```yaml
---
classes:
- mysql::server
- apache
- apache::mod::userdir
- apache::mod::rewrite
accounts:
lb:
comment: 'london bookshops'
home_dir_perms: '0755'
lv:
comment: 'london vegetarian'
home_dir_perms: '0755'
pubology:
comment: 'pubology'
home_dir_perms: '0755'
lc:
comme... |
ab693741-ce5e-4368-8f65-e9b1fbd25136 | {
"language": "YAML"
} | ```yaml
env:
PATH: "${ROCK_PATH}/bin:${ROCK_PATH}/local/bin:${PATH}"
PERL_LOCAL_LIB_ROOT: "${ROCK_PATH}/local"
PERL_MB_OPT: "--install_base ${ROCK_PATH}/local"
PERL_MM_OPT: "INSTALL_BASE=${ROCK_PATH}/local"
PERL5LIB: "${ROCK_PATH}/lib:${ROCK_PATH}/lib/perl5/x86_64-linux:${ROCK_PATH}/local/lib/perl5"
ROCK_CA... | ```yaml
env:
PATH: "${ROCK_PATH}/bin:${ROCK_PATH}/local/bin:${PATH}"
PERL_LOCAL_LIB_ROOT: "${ROCK_PATH}/local"
PERL_MB_OPT: "--install_base ${ROCK_PATH}/local"
PERL_MM_OPT: "INSTALL_BASE=${ROCK_PATH}/local"
PERL5LIB: "${ROCK_PATH}/lib:${ROCK_PATH}/lib/perl5/${PERL_ARCHNAME}:${ROCK_PATH}/local/lib/perl5"
ROC... |
7e0d8c3d-7483-4d71-b6b4-59bc93096c7c | {
"language": "YAML"
} | ```yaml
---
- name: install linux-image-extra-* packages to enable AuFS driver
apt:
pkg: "{{item}}"
state: present
update_cache: yes
with_items:
- linux-image-extra-{{ansible_kernel}}
- linux-image-extra-virtual
- name: install packages to allow apt to use a repository over HTTPS
apt:
pk... | ```yaml
---
- name: install linux-image-extra-* packages to enable AuFS driver
apt:
pkg: "{{item}}"
state: present
update_cache: yes
with_items:
- linux-image-extra-{{ansible_kernel}}
- linux-image-extra-virtual
- name: install packages to allow apt to use a repository over HTTPS
apt:
pk... |
69b4fb92-7126-4f03-873e-720cef864f18 | {
"language": "YAML"
} | ```yaml
name: CI
on:
pull_request:
push:
branches:
- master
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
jdk_version: [8, 11, 17]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/se... | ```yaml
name: CI
on:
pull_request:
push:
branches:
- master
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
jdk_version: [8, 11, 17]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/se... |
0909812a-7ff7-4ba9-8a10-a856bffe46bc | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolch... | ```yaml
name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolch... |
78878f24-1c85-46be-a4ff-727b082a1754 | {
"language": "YAML"
} | ```yaml
name: CI
on:
push:
branches: [master]
paths:
- "**.js"
- "package.json"
- ".github/workflows/ci.yml"
pull_request:
branches: [master]
paths:
- "**.js"
- "package.json"
- ".github/workflows/ci.yml"
jobs:
ci:
strategy:
matrix:
os: [ubun... | ```yaml
name: CI
on:
push:
branches: [master]
paths:
- "**.js"
- "package.json"
- ".github/workflows/ci.yml"
pull_request:
branches: [master]
paths:
- "**.js"
- "package.json"
- ".github/workflows/ci.yml"
jobs:
ci:
strategy:
matrix:
os: [ubun... |
0606fdfa-d6c6-45e3-a39a-e5112f27aa5e | {
"language": "YAML"
} | ```yaml
---
name: CI
on:
- push
- pull_request
jobs:
rspec:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ruby:
- '3.0'
- '2.7'
- '2.6'
- '2.5'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup ... | ```yaml
---
name: CI
on:
- push
- pull_request
jobs:
rspec:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ruby:
- '3.0'
- '2.7'
- '2.6'
- '2.5'
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup ... |
3beb8142-09ed-4a05-a3a9-bf716c16387c | {
"language": "YAML"
} | ```yaml
name: CI
on: [push]
jobs:
bash:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Run test
env:
HIPCHAT_URL: https://httpbin.org/post
SLACK_URL: https://httpbin.org/post
run: bin/antares.sh
nodejs:
runs-on: ubuntu-l... | ```yaml
name: CI
on: [push]
jobs:
bash:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Run test
env:
HIPCHAT_URL: https://httpbin.org/post
SLACK_URL: https://httpbin.org/post
CONSOLE_OUTPUT: true
run: bin/antares.sh
... |
9d8653a8-ca98-4315-9018-299ccb5be47f | {
"language": "YAML"
} | ```yaml
name: Go
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.15", "1.16", "1.17" ]
runs-on: ${{ matrix.os }}
steps:
- name: setup Go ${{ matrix.go-... | ```yaml
name: Go
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test
strategy:
matrix:
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
go-version: [ "1.16", "1.17", "1.18" ]
runs-on: ${{ matrix.os }}
steps:
- name: setup Go ${{ matrix.go-... |
51818fe6-e6bb-4141-b718-a0dd2c4ed442 | {
"language": "YAML"
} | ```yaml
---
# Ansible playbook for BWAGIRIZA Burundi
- hosts: localhost
roles:
- logs
# - role: kalite
# version: "0.16.8"
# lang: ['en']
# - kiwix
- role: zim_install
zim_name: "wikipedia.fr wikipedia.rn wikipedia.sw gutenberg.fr vikidia.fr cest-pas-sorcier.fr tedxgeneva2014.fr ted... | ```yaml
---
# Ansible playbook for BWAGIRIZA Burundi
- hosts: localhost
roles:
- logs
# - role: kalite
# version: "0.16.8"
# lang: ['en','fr']
# - kiwix
# - role: zim_install
# zim_name: "wikipedia.fr wikipedia.rn wikipedia.sw gutenberg.fr vikidia.fr cest-pas-sorcier.fr tedxgeneva2014... |
cd83c38b-d2b3-4ae2-86b1-d39caf5cd8c4 | {
"language": "YAML"
} | ```yaml
"3.9": "v3.9.0-devel"
"3.8": "v3.8.0"
"3.7": "v3.7.13"
"3.6": "v3.6.15"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
```
Update 3.7 version to v3.7.14 | ```yaml
"3.9": "v3.9.0-devel"
"3.8": "v3.8.0"
"3.7": "v3.7.14"
"3.6": "v3.6.15"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
``` |
882e712d-b224-4f10-9b07-dddb846a0d2f | {
"language": "YAML"
} | ```yaml
name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is of... | ```yaml
name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is of... |
6f4eeb99-f327-4d45-a876-124370e8fed8 | {
"language": "YAML"
} | ```yaml
apiVersion: v1
kind: Pod
metadata:
name: kube-proxy
namespace: kube-system
spec:
hostNetwork: true
containers:
- name: kube-proxy
image: ${ hyperkube }
command:
- /hyperkube
- proxy
- --master=http://127.0.0.1:8080
securityContext:
privileged: true
volumeMounts:
-... | ```yaml
apiVersion: v1
kind: Pod
metadata:
name: kube-proxy
namespace: kube-system
# This annotation ensures that kube-proxy does not get evicted if the node
# supports critical pod annotation based priority scheme.
# Note that kube-proxy runs as a static pod so this annotation does NOT have
# any effect on... |
95e577bb-6432-473b-afd4-cf6d76d52e6c | {
"language": "YAML"
} | ```yaml
name: build cv2pdb
on: [push, pull_request]
env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: src/cv2pdb.vcxproj
# Configuration type to build.
BUILD_CONFIGURATION: Release
BUILD_PLATFORM: x64
BUILD_PLATFORM_TOOLSET: v142
jobs:
build:
runs-on: window... | ```yaml
name: build and test cv2pdb
on: [push, pull_request]
env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: src/cv2pdb.vcxproj
# Configuration type to build.
BUILD_CONFIGURATION: Release
BUILD_PLATFORM: x64
BUILD_PLATFORM_TOOLSET: v142
jobs:
build:
runs-o... |
1a7f8c97-5dcf-4215-9c02-d22549b9e1ed | {
"language": "YAML"
} | ```yaml
name: Release Add-On
on:
push:
branches:
- main
paths:
- 'addOns/**/gradle.properties'
jobs:
release:
name: Build and Release Add-On
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- nam... | ```yaml
name: Release Add-On
on:
push:
branches:
- main
paths:
- 'addOns/**/gradle.properties'
jobs:
release:
name: Build and Release Add-On
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- nam... |
da0796d5-a0a0-4f96-bcc6-77b867f9f768 | {
"language": "YAML"
} | ```yaml
name: Inflate netkans
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
Inflate:
runs-on: ubuntu-latest
steps:
- name: Get NetKAN repo
uses: actions/check... | ```yaml
name: Inflate netkans
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
Inflate:
runs-on: ubuntu-latest
steps:
- name: Get NetKAN repo
uses: actions/check... |
3dc5a124-f415-41bb-8a45-ba7a8dc4f4fd | {
"language": "YAML"
} | ```yaml
name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/wor... | ```yaml
name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/wor... |
535e3347-b5ff-4574-9e56-187cd3bd0cd5 | {
"language": "YAML"
} | ```yaml
name: Publish
on:
push:
branches: [master]
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: https://registry.npmjs.org/
- run: yarn
env:
NODE_AUTH_TOKEN: ${{secret... | ```yaml
name: Publish
on:
push:
branches: [master]
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: https://registry.npmjs.org/
- run: yarn
- run: git stash
- run: yarn run lern... |
19709c1b-41cd-4df6-aa17-375ffa6ce4cb | {
"language": "YAML"
} | ```yaml
# See:
# https://docs.github.com/en/free-pro-team@latest/actions/guides/publishing-java-packages-with-maven
# https://central.sonatype.org/pages/apache-maven.html
# https://github.com/actions/setup-java
name: release
on:
workflow_dispatch:
jobs:
release:
environment: release
runs-on: ubuntu-lates... | ```yaml
# See:
# https://docs.github.com/en/free-pro-team@latest/actions/guides/publishing-java-packages-with-maven
# https://central.sonatype.org/pages/apache-maven.html
# https://github.com/actions/setup-java
name: release
on:
workflow_dispatch:
jobs:
release:
environment: maven_central
runs-on: ubuntu... |
ad6738b4-e51e-4e53-b795-818f815a0f8a | {
"language": "YAML"
} | ```yaml
name: windows
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: windows-latest
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/c... | ```yaml
name: windows
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: windows-latest
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/c... |
e7808559-f673-402f-a5f0-525fd2439a42 | {
"language": "YAML"
} | ```yaml
# ASP.NET Core
# Build and test ASP.NET Core web applications targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/dotnet-core
pool:
vmImage: 'Ubuntu 16.04'
variables:
buildConfiguration: 'Release'
steps:
- script... | ```yaml
pool:
vmImage: 'Ubuntu 16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: dotnet build --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)'
``` |
e512febe-204a-4289-8a7d-f6634ce051c4 | {
"language": "YAML"
} | ```yaml
Categories:
- Connectivity
- Security
License: Apache-2.0
AuthorName: Anton Tananaev
AuthorEmail: anton.tananaev@gmail.com
SourceCode: https://github.com/tananaev/passport-reader
IssueTracker: https://github.com/tananaev/passport-reader/issues
AutoName: e-Passport Reader
Description: |-
Android app tha... | ```yaml
Categories:
- Connectivity
- Security
License: Apache-2.0
AuthorName: Anton Tananaev
AuthorEmail: anton.tananaev@gmail.com
SourceCode: https://github.com/tananaev/passport-reader
IssueTracker: https://github.com/tananaev/passport-reader/issues
AutoName: e-Passport Reader
Description: |-
Android app tha... |
033f7d8d-9f5d-4868-9e8f-749f83479489 | {
"language": "YAML"
} | ```yaml
variables:
CI: 'true'
trigger:
- master
jobs:
- job: 'Test'
pool:
vmImage: 'Ubuntu-16.04'
strategy:
matrix:
Python352:
python.version: '3.5.2'
toxenv: 'py35-asyncio'
Python35:
python.version: '3.5'
toxenv: 'py35-asyncio'
Python36:
python... | ```yaml
variables:
CI: 'true'
trigger:
- master
jobs:
- job: 'Test'
pool:
vmImage: 'Ubuntu-16.04'
strategy:
matrix:
# Python352:
# python.version: '3.5.2'
# toxenv: 'py35-asyncio'
Python35:
python.version: '3.5'
toxenv: 'py35-asyncio'
Python36:
... |
63fce28b-09c0-4802-8a81-be6884266ebf | {
"language": "YAML"
} | ```yaml
name: $(Date:yyyy-MM-dd)-build-$(Rev:r)
jobs:
- template: dotnetcore.job.yml
parameters:
jobName: windows
jobDisplayName: Windows (x64)
pool: Hosted VS2017
configuration: $(BuildConfiguration)
runtimeId: win-x64
enableCodeCoverage: true
selfContained: true
artifactPrefix: thnet... | ```yaml
name: $(Date:yyyy-MM-dd)-rev-$(Rev:r)
jobs:
- template: dotnetcore.job.yml
parameters:
jobName: windows
jobDisplayName: Windows (x64)
pool: Hosted VS2017
configuration: $(BuildConfiguration)
runtimeId: win-x64
enableCodeCoverage: true
selfContained: true
artifactPrefix: thnetii... |
231beec5-24f8-4a91-9d12-6b5d919aa7ee | {
"language": "YAML"
} | ```yaml
homepage: ''
changelog-type: ''
hash: 97adc88079779a0479c99ae7dbe0f8d0fe632ea40c6875aee4b22db0c4689c85
test-bench-deps: {}
maintainer: nick.rudnick@gmail.com
synopsis: prettier function composition by (°)
changelog: ''
basic-deps:
base: ! '>=0 && <5'
all-versions:
- '1.0.1'
author: Nick Rudnick
latest: '1.0.1... | ```yaml
homepage: ''
changelog-type: text
hash: 98f028b5dc32590dcef68212e62d3fcb5a9ae619dcd79ff5c3dcf70785e0f158
test-bench-deps: {}
maintainer: nick.rudnick@gmail.com
synopsis: prettier function composition by (°)
changelog: ! '2.0.0 (°) now infixr 9 instead of infixl 9 (2016-5-6)
'
basic-deps:
base: ! '>=0 && <5'... |
251010e3-dc70-4e4b-9dd0-e8753907306a | {
"language": "YAML"
} | ```yaml
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
default_sqlite: &default_sqlite
adapter: sqlite3
pool: 5
timeout: 5000
development:
<<: *default_sqlite
database: db/development.sqlite3
# Warning: The database defined as "test"... | ```yaml
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.... |
44a5f3b8-228f-4771-8470-32d1ca7b311a | {
"language": "YAML"
} | ```yaml
# https://github.com/Seldaek/monolog/blob/master/doc/02-handlers-formatters-processors.md
logger_name: 'Slim3Skeleton'
StreamHandler: &StreamHandler
enable: true
level: DEBUG
NativeMailerHandler: &NativeMailerHandler
enable: false
level: ERROR
to: ''
subject: 'Slim 3 Skeleton Error'
... | ```yaml
# https://github.com/Seldaek/monolog/blob/master/doc/02-handlers-formatters-processors.md
logger_name: 'Slim3Skeleton'
StreamHandler:
enable: true
level: DEBUG
NativeMailerHandler:
enable: false
level: ERROR
to: ''
subject: 'Slim 3 Skeleton Error'
from: { 'no-reply@localhost.com':... |
cfbcac10-e025-4f86-ade3-74dc5f9fba0b | {
"language": "YAML"
} | ```yaml
command:
php -m:
exit-status: 0
stdout:
- '[PHP Modules]'
- apcu
- bcmath
- bz2
- calendar
- Core
- ctype
- curl
- date
- dom
- exif
- fileinfo
- filter
- ftp
- hash
- iconv
- imagick
- json
- sodium
- libxml
- mbstrin... | ```yaml
command:
php -m:
exit-status: 0
stdout:
- '[PHP Modules]'
- apcu
- bcmath
- bz2
- calendar
- Core
- ctype
- curl
- date
- dom
- exif
- fileinfo
- filter
- ftp
- hash
- iconv
- imagick
- json
- sodium
- libxml
- mbstrin... |
8d1511a5-a4bf-4dd5-9ec1-f04b0eb7af67 | {
"language": "YAML"
} | ```yaml
name: Run Starminder
on:
push:
branches:
- main
schedule:
- cron: "13 10 * * *" # adjust to your liking
jobs:
build:
name: Run Starminder Script
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.9
... | ```yaml
name: Run Starminder
on:
schedule:
- cron: "13 10 * * *" # adjust to your liking
jobs:
build:
name: Run Starminder Script
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v... |
28d8cea8-fc0d-4cc1-aab9-ed3fb7ec9ee7 | {
"language": "YAML"
} | ```yaml
name: Trigger the deployment action in another repo
on:
workflow_dispatch:
push:
branches: [ "master" ]
jobs:
trigger_deploy:
runs-on: ubuntu-latest
steps:
- name: Send the Repository Dispatch event
uses: peter-evans/repository-dispatch@v2.0.0
with:
token: ${... | ```yaml
name: Trigger the deployment action in another repo
on:
workflow_dispatch:
push:
branches: [ "master" ]
jobs:
trigger_deploy:
runs-on: ubuntu-latest
steps:
- name: Send the Repository Dispatch event
uses: peter-evans/repository-dispatch@v2.0.0
with:
token: ${... |
a853dd83-1593-4ffb-8894-0c46bcc5809a | {
"language": "YAML"
} | ```yaml
language: java
jdk:
- oraclejdk8
matrix:
include:
- os: linux
- os: osx
osx_image: xcode9.3
```
Use OpenJDK and trusty Linux. | ```yaml
language: java
matrix:
include:
- os: linux
dist: trusty
jdk:
- openjdk8
- os: osx
osx_image: xcode9.3
jdk:
- oraclejdk8
``` |
befb10b2-5797-49ca-81ca-f532529b3caa | {
"language": "YAML"
} | ```yaml
language: ruby
cache: bundler
script:
- bundle exec rake
- bundle exec rspec
- bundle exec cucumber
rvm:
- 2.0.0
```
Remove Cucumber from Travis config, already covered by Rake | ```yaml
language: ruby
cache: bundler
script:
- bundle exec rake
- bundle exec rspec
rvm:
- 2.0.0
``` |
13a9601e-f056-4645-8b0c-105e7026cefa | {
"language": "YAML"
} | ```yaml
language: cpp
sudo: required
dist: trusty
compiler:
- gcc
os:
- linux
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git
- sudo apt-get install -y libboost-all-dev
- sudo apt-get install -y libpqxx-3.1 libpqxx3-dev
- sudo apt-get install -y libconfig++
- sudo apt-get install ... | ```yaml
language: cpp
sudo: required
dist: trusty
compiler:
- gcc
os:
- linux
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y git
- sudo apt-get install -y sshpass
- sudo apt-get install -y libboost-all-dev
- sudo apt-get install -y libpqxx-3.1 libpqxx3-dev
- sudo apt-get install -y li... |
0f31bf0c-1bb5-4514-ba7e-900b1af6b253 | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
- hhvm
sudo: false
env:
global:
- COMPOSER_DISABLE_XDEBUG_WARN=1
matrix:
fast_finish: true
include:
- php: 5.3.3
dist: precise
- php: 5.3
dist: precise
allow_failures:
- php: nightly
... | ```yaml
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- nightly
sudo: false
env:
global:
- COMPOSER_DISABLE_XDEBUG_WARN=1
matrix:
fast_finish: true
allow_failures:
- php: nightly
before_script:
- travis_retry composer install --prefer-source --no-interaction
script: ... |
61ca9993-8351-4425-a8ef-f03824489075 | {
"language": "YAML"
} | ```yaml
language: perl6
perl6:
- latest
install:
- rakudobrew build-panda
- panda --notests installdeps .
script:
- perl6 -MPanda::Builder -e 'Panda::Builder.build(~$*CWD)'
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
sudo: false
```
Use zef instead of panda | ```yaml
language: perl6
perl6:
- latest
install:
- rakudobrew build-zef
- zef --debug --depsonly --/test install .
script:
- zef build .
- PERL6LIB=$PWD/lib prove -e perl6 -vr t/
sudo: false
``` |
7be772b8-a2e3-4947-8d25-51388eb759f7 | {
"language": "YAML"
} | ```yaml
sudo: required
services:
- docker
language: node_js
node_js:
- node
script:
- npm run lint
- npm run generate-coverage
- npm run check-coverage
- npm run upload-coverage-coveralls
- npm run upload-coverage-codacy
deploy:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- chmod +x scripts/*
- ./s... | ```yaml
sudo: required
services:
- docker
language: node_js
node_js:
- node
script:
- npm run lint
- npm run generate-coverage
- npm run check-coverage
- npm run upload-coverage-coveralls
- npm run upload-coverage-codacy
after_script:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- chmod +x scripts/*... |
d63a472b-5523-4c83-afcf-94c19e749813 | {
"language": "YAML"
} | ```yaml
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: stable
- rust: beta
```
Stop running tests on stable | ```yaml
language: rust
rust:
- beta
- nightly
matrix:
allow_failures:
- rust: beta
``` |
96d621f6-9f49-4069-9980-72f373eba239 | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 2.0.0
script:
- bundle exec jekyll build
- bundle exec htmlproof ./_site
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
cache: bundler
```
Update htmlproof check to ignore LinkedIn URLs since they return a response code of 999 | ```yaml
language: ruby
rvm:
- 2.0.0
script:
- bundle exec jekyll build
- bundle exec htmlproof ./_site --url-ignore /linkedin\.com/
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
cache: bundler
``` |
3bc74216-7c11-4e63-ac30-94e79a13202a | {
"language": "YAML"
} | ```yaml
go_import_path: github.com/cloudflare/unsee
jobs:
include:
- stage: Lint docs
language: node_js
node_js: "8"
cache:
directories:
- node_modules
# install defaults to "npm install", which is done via make
install: []
script: make lint-docs
- stage... | ```yaml
go_import_path: github.com/cloudflare/unsee
defaults_go: &DEFAULTS_GO
language: go
go: "1.9.2"
cache:
directories:
- vendor
defaults_js: &DEFAULTS_JS
language: node_js
node_js: "8"
# install defaults to "npm install", which is done via make
install: []
cache:
directories:
-... |
d8bbfa56-7fbf-4e51-9c34-745eb3ec481a | {
"language": "YAML"
} | ```yaml
after_script:
- NODE_ENV=test
- istanbul cover ./node_modules/mocha/bin/_mocha
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- rm -rf ./coverage
language: node_js
node_js:
- stable
sudo: false
```
Add LTS test scenario for Travis | ```yaml
after_script:
- NODE_ENV=test
- istanbul cover ./node_modules/mocha/bin/_mocha
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- rm -rf ./coverage
language: node_js
node_js:
- stable
- 4.2.2
sudo: false
``` |
2d933c4d-2b64-4b56-a43d-bf1e54b85893 | {
"language": "YAML"
} | ```yaml
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
env:
- REQUIREMENTS=lowest
- REQUIREMENTS=release
matrix:
exclude:
- python: "3.2"
env: REQUIREMENTS=lowest
- python: "3.3"
env: REQUIREMENTS=lowest
- python: "3.4"
env: REQUIREM... | ```yaml
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
- "pypy3"
env:
- REQUIREMENTS=lowest
- REQUIREMENTS=release
matrix:
exclude:
- python: "3.2"
env: REQUIREMENTS=lowest
- python: "3.3"
env: REQUIREMENTS=lowest
- python: "3.4"
env: REQUIREM... |
b796e7cf-f8dc-4617-8e7c-888ab5764e2d | {
"language": "YAML"
} | ```yaml
language: python
python:
- 2.7
branches:
only:
- master
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
script:
- py.test
after_success:
- pip install python-coveralls
- coveralls
```
Add current dir to PYTHONPATH | ```yaml
language: python
python:
- 2.7
branches:
only:
- master
install:
- pip install -r requirements.txt
- pip install -r requirements-test.txt
- export PYTHONPATH=$PYTHONPATH:.
script:
- py.test
after_success:
- pip install python-coveralls
- coveralls
``` |
d6eecaea-f452-43e9-886f-0e9ed6523d70 | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- 2.4.0
- jruby-9.0.5.0
notifications:
email:
on_success: never
sudo: false
env:
global:
# If changing this number, please also change it in `test/test_helper.rb`.
- STRIPE_MOCK_VERSION=0.16.0
cache:
directories:
- stripe-moc... | ```yaml
language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- jruby-9.0.5.0
notifications:
email:
on_success: never
sudo: false
env:
global:
# If changing this number, please also change it in `test/test_helper.rb`.
- STRIPE_MOCK_VERSION=0.16.0
cache:
directories:
- stripe-m... |
76b144a7-804f-48d1-a29b-0e4f72310c27 | {
"language": "YAML"
} | ```yaml
language: node_js
node_js:
- '8'
- '10'
- '11'
- '12'
script: node run_tests.js
notifications:
email: false
irc:
- irc.freenode.org#statsd
deploy:
provider: npm
email: elliot@lybrary.io
api_key:
secure: deHm/dx0AJoSpkgbi+480BbC8Qxsv5vf4TPfMqM8uGYicj6qMJBjG7AZtCUIcJ0mSEoc9Zf79jOJCeWC53CWziQX+D+AX... | ```yaml
language: node_js
node_js:
- '10'
- '12'
- '14'
script: node run_tests.js
notifications:
email: false
irc:
- irc.freenode.org#statsd
deploy:
provider: npm
email: elliot@lybrary.io
api_key:
secure: deHm/dx0AJoSpkgbi+480BbC8Qxsv5vf4TPfMqM8uGYicj6qMJBjG7AZtCUIcJ0mSEoc9Zf79jOJCeWC53CWziQX+D+AXDC/8RG... |
23379b39-9297-4e87-ad66-d22b4b83b01b | {
"language": "YAML"
} | ```yaml
language: go
go:
- 1.9.1
- 1.8.4
sudo: false
script:
- go vet ./...
- go test ./...
```
Build against 1.9.2 and 1.8.5 | ```yaml
language: go
go:
- 1.9.2
- 1.8.5
sudo: false
script:
- go vet ./...
- go test ./...
``` |
a6b66c9c-ed6b-4d72-9376-ad292f60674a | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.3
env:
- DB=MYSQL CORE_RELEASE=3.0
matrix:
include:
- php: 5.3
env: DB=PGSQL CORE_RELEASE=3.0
- php: 5.3
env: DB=SQLITE CORE_RELEASE=3.0
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.0
- php: 5.5
env: DB=MYSQL CORE_RELEASE=3.0
allow_failures:
... | ```yaml
language: php
php:
- 5.3
env:
- DB=MYSQL CORE_RELEASE=3.0
matrix:
include:
- php: 5.3
env: DB=PGSQL CORE_RELEASE=3.0
- php: 5.3
env: DB=SQLITE CORE_RELEASE=3.0
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.0
- php: 5.5
env: DB=MYSQL CORE_RELEASE=3.0
before_script:
-... |
71e9d6e9-33df-4613-83d7-ae4e18f3fba4 | {
"language": "YAML"
} | ```yaml
language: go
go:
- 1.9
- "1.10"
- master
addons:
apt:
packages:
- rpm
- snapd
env:
- PATH=/snap/bin:$PATH
install:
- go get -d -v ./...
- sudo snap install snapcraft --classic
script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v ... | ```yaml
language: go
go:
- 1.9
- "1.10"
- master
addons:
apt:
packages:
- rpm
- snapd
env:
- PATH=/snap/bin:$PATH
install:
- go get -d -v ./...
- sudo snap install snapcraft --classic
script:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v ... |
cf7ed627-c2bf-4290-b6bd-ba4e504ce4ec | {
"language": "YAML"
} | ```yaml
sudo: false
language: java
jdk:
- oraclejdk7
- oraclejdk8
env:
matrix:
- NEO_VERSION=2.0.5
- NEO_VERSION=2.1.8
- NEO_VERSION=2.2.10
EXTRA_PROFILES=-Pwith-neo4j-io
- NEO_VERSION=2.3.5
EXTRA_PROFILES=-Pwith-neo4j-io
install: true
script: mvn clean test -Dneo4j.version=${NEO_VERSION... | ```yaml
sudo: false
language: java
jdk:
- oraclejdk7
- oraclejdk8
env:
matrix:
- NEO_VERSION=2.0.5
- NEO_VERSION=2.1.8
- NEO_VERSION=2.2.10
EXTRA_PROFILES=-Pwith-neo4j-io
- NEO_VERSION=2.3.6
EXTRA_PROFILES=-Pwith-neo4j-io
install: true
script: mvn clean test -Dneo4j.version=${NEO_VERSION... |
1ea4a906-2265-4bf8-9846-4833dc16820e | {
"language": "YAML"
} | ```yaml
sudo: false
language: python
python:
- "2.7"
branches:
only:
- staging
- master
install:
# for fontmake
- git clone https://github.com/googlei18n/fontmake.git
- cd fontmake
- pip install -r requirements.txt
- python setup.py install
- cd ..
# for fontdiff
- wget https://github.com/g... | ```yaml
sudo: false
language: python
python:
- "2.7"
branches:
only:
- staging
- master
install:
# for fontmake
- git clone https://github.com/googlei18n/fontmake.git
- cd fontmake
- pip install -r requirements.txt
- python setup.py install
- cd ..
# for notodiff
- git clone https://github.... |
f27f3bb4-1a69-4bca-ba87-5367f286f781 | {
"language": "YAML"
} | ```yaml
language: c
script: make && make check
sudo: required
dist: trusty
compiler:
- clang
- gcc
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libyajl-dev libyaml-dev
```
Use apt addon for Travis | ```yaml
language: c
script: make && make check
sudo: required
dist: trusty
compiler:
- clang
- gcc
addons:
apt:
packages:
- libyajl-dev
- libyaml-dev
``` |
4f77c24a-6e59-40f1-8137-f5ffa3d7513d | {
"language": "YAML"
} | ```yaml
sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
script:
- cd $TRAVIS_BUILD_DIR/dnsimple
- "$HOME/gopath/bin/g... | ```yaml
sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip
# before_install:
# - go get github.com/axw/gocov/gocov
# - go get github.com/mattn/goveralls
# - if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
# script:
# - cd $TRAVIS_BUILD_DIR/dnsimple
# - "$HOM... |
a146f9ec-d375-4777-9545-1790ad3748d6 | {
"language": "YAML"
} | ```yaml
language: c++
sudo: required
compiler:
- gcc
before_install:
- sudo apt-get install software-properties-common
- sudo add-apt-repository ppa:george-edison55/cmake-3.x
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install libboost-all-dev
script:
- mkdir build && cd build && cmake .. && make
```
... | ```yaml
language: c++
sudo: required
compiler:
- gcc
before_install:
- sudo apt-get install -y software-properties-common
- sudo add-apt-repository ppa:george-edison55/cmake-3.x -y
- sudo apt-get -qq update
- sudo apt-get -y upgrade
- sudo apt-get -y install libboost-all-dev
script:
- mkdir build && cd build && cmake... |
ada4e80d-49c7-4b8b-8f49-96518a7263d7 | {
"language": "YAML"
} | ```yaml
script: make -f makefile.unix -j 3
install:
- cd src
language: cpp
before_install:
- sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev libssl-dev libminiupnpc-dev -y
```
Update Travis to include Auto Testing | ```yaml
language: cpp
before_install:
- sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev libssl-dev libminiupnpc-dev -y
install:
- cd src
script:
- make -f makefile.unix -j 3
- make check
notifications:
irc:
channels:
- "chat.freenode.net#cr... |
bb537a69-f585-471c-b1c3-166fc2aa4bb7 | {
"language": "YAML"
} | ```yaml
language: python
dist: xenial
os: linux
cache: pip
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
notifications:
email: datasnakes@gmail.com
# command to install dependencies
install:
- "pip install --upgrade pip setuptools wheel"
- "pip install --only-binary=numpy,scipy numpy scipy"
- "pip install mat... | ```yaml
language: python
dist: xenial
os: linux
cache: pip
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
notifications:
email: datasnakes@gmail.com
# command to install dependencies
install:
- "pip install --upgrade pip setuptools wheel"
- "pip install --only-binary=numpy,scipy numpy scipy"
- "pip install mat... |
b223abd8-75e9-4365-9a99-63544d86033a | {
"language": "YAML"
} | ```yaml
language: java
sudo: false
addons:
sonarqube:
organization: "wojciechzankowski-github"
jdk:
- oraclejdk8
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
after_success:
- bash <(curl -s https://codecov.io/bash)```
Prepare to 2.2.4 version release | ```yaml
language: java
sudo: false
addons:
sonarqube:
organization: "wojciechzankowski-github"
jdk:
- oraclejdk8
- openjdk11
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
after_success:
- bash <(curl -s https://codecov.io/bash)``` |
33eb3fd8-9543-4651-b44e-81f7f809c7a9 | {
"language": "YAML"
} | ```yaml
dist: trusty
language: rust
rust:
- stable
- beta
- nightly
env:
- OPTS=
- OPTS=--features=double_precision
matrix:
allow_failures:
- rust: nightly
script:
- cargo build --verbose ${OPTS}
- cargo test --verbose
```
Remove the feature for double precision | ```yaml
dist: trusty
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
script:
- cargo build --verbose
- cargo test --verbose
``` |
2317fe61-6239-46b6-8be1-a93e380ee0ae | {
"language": "YAML"
} | ```yaml
sudo: false
language: python
notifications:
email: false
env:
global:
python:
- 2.7
- 2.6
install:
- rm applymoban.py
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
script:
make test
after_success:
codecov```
Add Python 3.3-3.5 to Travis matrix | ```yaml
sudo: false
language: python
notifications:
email: false
env:
global:
python:
- 3.5
- 3.4
- 3.3
- 2.7
- 2.6
install:
- rm applymoban.py
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
script:
make test
after_success:
codecov
``` |
20269c93-a947-41cd-a587-78ab19083808 | {
"language": "YAML"
} | ```yaml
rvm: 2.2
sudo: required
# install the pre-release chef-dk. Use chef-stable-precise to install the stable release
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1204
- INSTANCE=default-ubuntu-1404
- INSTAN... | ```yaml
sudo: required
# install the pre-release chef-dk. Use chef-stable-precise to install the stable release
addons:
apt:
sources:
- chef-current-precise
packages:
- chefdk
services: docker
env:
matrix:
- INSTANCE=default-ubuntu-1204
- INSTANCE=default-ubuntu-1404
- INSTANCE=default... |
4e5107c2-2100-4b56-bef0-b1e19f1e08ec | {
"language": "YAML"
} | ```yaml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- COMPOSER_VERSION=''
matrix:
include:
- php: 5.6
env: COMPOSER_VERSION='--version=1.0.0-alpha10'
allow_failures:
- php: hhvm
before_script:
- mkdir -p ./build/logs
- curl -sS https://ge... | ```yaml
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- COMPOSER_VERSION='~1.0@dev'
matrix:
include:
- php: 5.6
env: COMPOSER_VERSION='v1.0.0-alpha10'
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer install
... |
55f268f6-793a-4dfc-b4fe-a9e7d3fca0fe | {
"language": "YAML"
} | ```yaml
before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install tidy
install: travis_retry bundle install --without=benchmark
rvm:
- 2.0.0
- 2.1
- 2.2
- ruby-head
notifications:
email: false
```
Use latest patch versions of Ruby on Travis CI | ```yaml
before_install:
- sudo apt-get -qq update
- sudo apt-get -qq install tidy
install: travis_retry bundle install --without=benchmark
rvm:
- 2.0.0
- 2.1.10
- 2.2.6
- ruby-head
notifications:
email: false
``` |
87ce91d4-f001-44f6-ba30-fd6dee049cc9 | {
"language": "YAML"
} | ```yaml
teams:
kubefed-admins:
description: admin access for the kubefed repo
maintainers:
- spiffxp
members:
- font
- irfanurrehman
- jimmidyson
- pmorie
- shashidharatd
privacy: closed
previously:
- federation-v2-admins
kubefed-maintainers:
description: write ac... | ```yaml
teams:
kubefed-admins:
description: admin access for the kubefed repo
maintainers:
- spiffxp
members:
- font
- irfanurrehman
- jimmidyson
- pmorie
- shashidharatd
privacy: closed
previously:
- federation-v2-admins
kubefed-maintainers:
description: write ac... |
24a64bcc-53e4-4fc1-8179-b11629df48cd | {
"language": "YAML"
} | ```yaml
language: scala
scala:
- 2.10.3
jdk:
- oraclejdk7
- openjdk7
```
Install packages necessary for netlib. | ```yaml
language: scala
scala:
- 2.10.3
jdk:
- oraclejdk7
- openjdk7
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas3-base libopenblas-base
``` |
47e09331-cef6-42c5-82e9-422e528676aa | {
"language": "YAML"
} | ```yaml
language: python
sudo: false
git:
submodules: false
matrix:
include:
- os: linux
python: 2.7
- os: linux
python: 3.3
- os: linux
python: 3.4
- os: linux
python: 3.5
- os: linux
python: 3.6
- os: osx
language: generic
env: PYTHON_VERSION=3
... | ```yaml
language: python
sudo: false
git:
submodules: false
matrix:
include:
- os: linux
python: 2.7
- os: linux
python: 3.3
- os: linux
python: 3.4
- os: linux
python: 3.5
- os: linux
python: 3.6
- os: osx
language: generic
env: PYTHON_VERSION=3
... |
79bfd146-0c4d-4391-91c3-7acf08151215 | {
"language": "YAML"
} | ```yaml
language: ruby
rvm:
- 2.2.0
- 2.1.5
- 2.1.0
- 1.9.3
addons:
postgresql: '9.3'
cache: bundler
notifications:
hipchat:
rooms:
- 5bc7785d2feb4f25901124279daede@API
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Deta... | ```yaml
language: ruby
rvm:
- 2.2.0
- 2.1.5
- 2.1.0
- 1.9.3
addons:
postgresql: '9.3'
sudo: false
cache: bundler
notifications:
hipchat:
rooms:
- 5bc7785d2feb4f25901124279daede@API
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{buil... |
d703ef45-ac52-4d90-8e2a-ecefc9cee7d0 | {
"language": "YAML"
} | ```yaml
sudo: false
language: python
dist: xenial
python:
- 2.7
- 3.6
- 3.7
- 3.8
matrix:
include:
- dist: trusty
python: 2.6
addons:
apt:
packages:
- scons
cache:
pip: true
install:
- export PYTHONPATH=$(echo $(dirname $(which python))/../lib/python*/site-packages)
- if [[ $TRAVIS_P... | ```yaml
sudo: false
language: python
dist: xenial
python:
- 3.6
- 3.7
- 3.8
addons:
apt:
packages:
- scons
cache:
pip: true
install:
- export PYTHONPATH=$(echo $(dirname $(which python))/../lib/python*/site-packages)
- pip install coverage matplotlib flask
- git clone --depth=5 https://github.co... |
aaf6b7ef-29dc-4954-b287-d456dc496cbb | {
"language": "YAML"
} | ```yaml
language: "python"
python:
- "3.4"
install:
pip install flake8 pytest pytest-cov
before_script:
flake8 rsr/
script:
- echo $PYTHONPATH
- export PYTHONPATH=`pwd`:$PYTHONPATH
- py.test --cov=rsr --cov-report=term
```
Add sqlparse to Travis configuration. | ```yaml
language: "python"
python:
- "3.4"
install:
pip install flake8 pytest pytest-cov sqlparse
before_script:
flake8 rsr/
script:
- export PYTHONPATH=`pwd`:$PYTHONPATH
- py.test --cov=rsr --cov-report=term
``` |
0001b559-178b-4d1f-a37a-1c50722ad11b | {
"language": "YAML"
} | ```yaml
sudo: required
dist: trusty
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
- "12"
notifications:
email:
- yakov@therocketsurgeon.com
- moliveira@aconex.com
```
Remove Marcello's old Aconex email address from the TravisCI and add mine | ```yaml
sudo: required
dist: trusty
language: node_js
node_js:
- "8"
- "9"
- "10"
- "11"
- "12"
notifications:
email:
- yakov@therocketsurgeon.com
- tallpsmith@gmail.com
``` |
81965ab7-71c5-424c-9b05-addf7d8eca3d | {
"language": "YAML"
} | ```yaml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO="Django>=1.4,<1.5"
- DJANGO="Django>=1.5,<1.6"
- DJANGO="Django>=1.6,<1.7"
matrix:
exclude:
- python: "3.3"
env: DJANGO="Django>=1.4,<1.5"
- python: "3.4"
env: DJANGO="Django>=1.4,<1.5"
before_install:
-... | ```yaml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
env:
- DJANGO="Django>=1.4,<1.5"
- DJANGO="Django>=1.5,<1.6"
- DJANGO="Django>=1.6,<1.7"
matrix:
exclude:
- python: "3.3"
env: DJANGO="Django>=1.4,<1.5"
- python: "3.4"
env: DJANGO="Django>=1.4,<1.5"
before_install:
-... |
b2e82f10-64bd-4492-92ed-e2ff155b9ea3 | {
"language": "YAML"
} | ```yaml
language: rust
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
echo '<meta http-equiv=refresh content=0;url=/rustc-serialize/rustc_serialize/index.html>' > target/doc/index.html &&
pi... | ```yaml
language: rust
rust:
- 1.0.0
- beta
- nightly
sudo: false
script:
- cargo build --verbose
- cargo test --verbose
- cargo doc
after_success: |
[ $TRAVIS_BRANCH = master ] &&
[ $TRAVIS_PULL_REQUEST = false ] &&
[ $TRAVIS_RUST_VERSION = nightly ] &&
echo '<meta http-equiv=refresh content=0;url=... |
3cd80560-e21c-48a6-af9c-26c4b454687b | {
"language": "YAML"
} | ```yaml
language: cpp
compiler:
- clang
before_install:
- mkdir -p _build/test _build/src
- sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -
- sudo sh -c 'echo "deb http://llvm.org/apt/unstable/ llvm-toolchain-3.7 main" >> /etc/... | ```yaml
language: cpp
compiler:
- clang
before_install:
- mkdir -p _build/test _build/src
- sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -
- sudo sh -c 'echo "deb http://llvm.org/apt/unstable/ llvm-toolchain-3.6 main" >> /etc/... |
31b89028-bc29-4c2d-b0e2-44f7a3cf08c3 | {
"language": "YAML"
} | ```yaml
homepage: https://hackage.haskell.org/package/sublists
changelog-type: markdown
hash: ecb51d1754d4f2f68b014e537e227253fa99e5f55994ec6de474269c2a39bb1a
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Allows to split lists into sublists with some patterns by quantity.
changelog: |+
# Revision hi... | ```yaml
homepage: https://hackage.haskell.org/package/sublists
changelog-type: markdown
hash: af0455f04216ee245ca038d86ea1b9618eb267a288b26f22f1cf57c656879509
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Allows to split lists into sublists with some patterns by quantity.
changelog: |+
# Revision hi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.