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 |
|---|---|---|---|---|---|---|---|---|---|
70d246b7f9baf230e2f8223d3e15c3a8456371f0 | docker-compose.test.yml | docker-compose.test.yml | version: '3'
services:
test:
image: node:8
volumes:
- .:/app
working_dir: /app
command: npm install-test
| version: '3'
services:
test:
command: npm install-test
image: node:8
volumes:
- .:/app
working_dir: /app
| Sort settings in Docker compose | Sort settings in Docker compose
| YAML | mit | xavierdutreilh/wintersmith-environments,xavierdutreilh/wintersmith-environments |
1f44aa14701f6e37a92f6f2d633396550e8f2b35 | conda/readtagger/meta.yaml | conda/readtagger/meta.yaml | package:
name: readtagger
version: {{ GIT_DESCRIBE_TAG| replace('v', '', 1) }}
source:
git_url: ../../
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
skip: True # [py2k]
noarch: python
script: python -m pip install --no-deps --ignore-installed .
requirements:
build:
- python >=3
-... | package:
name: readtagger
version: {{ GIT_DESCRIBE_TAG| replace('v', '', 1) }}
source:
git_url: ../../
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}}
skip: True # [py2k]
noarch: python
script: python -m pip install --no-deps --ignore-installed .
requirements:
build:
- python >=3
-... | Add mappy to conda dependencies | Add mappy to conda dependencies
| YAML | mit | bardin-lab/readtagger,bardin-lab/readtagger |
4ee4d2ae726282b75a0a58381649659c8e53d398 | config/database.travis.yml | config/database.travis.yml | test:
adapter: mysql2
database: autolab_test
pool: 5
username: root
password: ''
socket: /var/run/mysqld/mysqld.sock
host: localhost
| test:
adapter: mysql2
database: autolab_test
pool: 5
username: root
password: ''
socket: /var/run/mysqld/mysqld.sock
host: localhost
reconnect: true
| Reconnect to db on failure. | Reconnect to db on failure.
| YAML | apache-2.0 | wcyz666/Autolab,wcyz666/Autolab,kk262777/Autolab,yunfanye/Autolab,jez/Autolab,cg2v/Autolab,yunfanye/Autolab,AEgan/Autolab,cagdasbas/Autolab,jez/Autolab,autolab/Autolab,autolab/Autolab,AEgan/Autolab,kk262777/Autolab,yunfanye/Autolab,kk262777/Autolab,AEgan/Autolab,jez/Autolab,AEgan/Autolab,jez/Autolab,cagdasbas/Autolab,c... |
3f9da1dcd26fbaaab8a82bd304fe5eeb8819d312 | roles/keitaro/tasks/configure_collecting_statistics.yml | roles/keitaro/tasks/configure_collecting_statistics.yml | - name: Install executable files
copy:
src: "{{ item }}"
dest: "/usr/local/bin/{{ item }}"
mode: "0755"
with_items:
- get_keitaro_stat
- rotate_nginx_status_logs
- name: Add rotating nginx status log files cron job
cron:
name: "Rotate nginx http status logs"
job: /usr/local/bin/rotate... | - name: Install executable files
copy:
src: "{{ item }}"
dest: "/usr/local/bin/{{ item }}"
mode: "0755"
with_items:
- get_keitaro_stat
- rotate_nginx_status_logs
- name: Add rotating nginx status log files cron job
cron:
name: "Rotate nginx http status logs"
job: |
/usr/local/bi... | Save stats.json immediately after rotating nginx status logs | Save stats.json immediately after rotating nginx status logs
| YAML | mit | keitarocorp/centos_provision,keitarocorp/centos_provision |
ca85bbb4b1f733245672af32501f4fea6fb3a1ba | .kitchen.cloud.yml | .kitchen.cloud.yml | ---
driver:
name: ec2
aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %>
ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %>
region: us-east-1
availability_zone: us-east-1b
security_group_ids: ['ci-testing']
instance_type: c3.large
interface: public
tags:
Env: public
Type: test
provisioner:
name: chef_solo... | ---
driver:
name: ec2
aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %>
ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %>
region: us-east-1
availability_zone: us-east-1b
security_group_ids: ['ci-testing']
instance_type: c3.large
interface: public
tags:
Env: public
Type: test
provisioner:
name: chef_solo... | Update to latest Ubuntu 12.04 AMI for Travis | Update to latest Ubuntu 12.04 AMI for Travis
| YAML | apache-2.0 | evertrue/s3_dir |
4f9739ace5c019e64de284fcbbe739ac10e87cc3 | metadata/pl.edu.pjwstk.s999844.shoppinglist.yml | metadata/pl.edu.pjwstk.s999844.shoppinglist.yml | Categories:
- Writing
License: GPL-2.0-only
AuthorName: Sebastian Göls
SourceCode: https://github.com/Abrynos/ShoppingList
IssueTracker: https://github.com/Abrynos/ShoppingList/issues
Translation: https://crowdin.com/project/abrynosshoppinglist
Changelog: https://github.com/Abrynos/ShoppingList/releases
AutoName: Sh... | Categories:
- Writing
License: GPL-2.0-only
AuthorName: Sebastian Göls
SourceCode: https://github.com/Abrynos/ShoppingList
IssueTracker: https://github.com/Abrynos/ShoppingList/issues
Translation: https://crowdin.com/project/abrynosshoppinglist
Changelog: https://github.com/Abrynos/ShoppingList/releases
AutoName: Sh... | Update ShoppingList to v1.9.0 (10) | Update ShoppingList to v1.9.0 (10)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
3649dc600e83b4ca68a3b7970223145e198745fa | .appveyor.yml | .appveyor.yml | version: '{build}'
build_script: ./gradlew --parallel build check jacocoTestReport assembleRelease && bash <(curl -s https://codecov.io/bash) -c -F windows
test_script:
- ./gradlew integrationTest
- ./gradlew journeyTest
| version: "{build}"
image: "Visual Studio 2017"
build_script: ./gradlew --parallel build check jacocoTestReport assembleRelease && bash <(curl -s https://codecov.io/bash) -c -F windows
test_script:
- ./gradlew integrationTest
- ./gradlew journeyTest
| Use the most recent AppVeyor image to get access to Docker. | Use the most recent AppVeyor image to get access to Docker.
| YAML | apache-2.0 | charleskorn/batect,charleskorn/batect,charleskorn/batect,charleskorn/batect,charleskorn/batect |
2dcd7b906320ff304dbf8dd279ff52ea16d75034 | .appveyor.yml | .appveyor.yml | image: Visual Studio 2017 Preview
environment:
msbuild: C:\Program Files (x86)\Microsoft Visual Studio\Preview\Community\MSBuild\15.0\bin
build: off
build_script:
- cmd: set PATH=%PATH%;C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\
- cmd: fsi --exec ./build.fsx
test: off
artifacts:
- path: ... | image: Visual Studio 2017 Preview
environment:
msbuild: C:\Program Files (x86)\Microsoft Visual Studio\Preview\Community\MSBuild\15.0\bin
build: off
build_script:
- cmd: set PATH=%PATH%;C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\
- cmd: fsi --exec ./build.fsx
test: off
artifacts:
- path: ... | Revert "Still trying to add artifact" | Revert "Still trying to add artifact"
This reverts commit f4878a63c20198e18f4d2aa3827696070a473d15.
| YAML | apache-2.0 | fsprojects/FSharp.Interop.Dynamic,fsprojects/FSharp.Interop.Dynamic,fsprojects/FSharp.Interop.Dynamic |
7b7635d192df85b4810b1447a1064091314b1934 | config/metro-extracts.yml | config/metro-extracts.yml | site_name: Metro Extracts
docs_dir: src/metro-extracts
site_dir: dist/metro-extracts
include_next_prev: false # next/prev is in alpha order; we don't want this
extra:
site_subtitle: Download city-sized portions of OpenStreetMap data in a variety of formats.
project_repo_url: https://github.com/mapzen/metroextracto... | site_name: Metro Extracts
docs_dir: src/metro-extracts
site_dir: dist/metro-extracts
include_next_prev: false # next/prev is in alpha order; we don't want this
pages:
- Home: index.md
- 'Overview': 'overview.md'
- 'Walkthrough': 'walkthrough.md'
extra:
site_subtitle: Download city-sized portions of OpenStreet... | Add pages section for new topic help | Add pages section for new topic help | YAML | mit | mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/mapzen-docs-generator |
13ab9d9ca07c7102c4630475db02c745403628a2 | src/TrueApex/ExpenseBundle/Resources/config/routing.yml | src/TrueApex/ExpenseBundle/Resources/config/routing.yml | expense_homepage:
path: /event
defaults: { _controller: ExpenseBundle:Default:index }
| expense_homepage:
path: /expense
defaults: { _controller: ExpenseBundle:Default:index }
| Change the route of the new EventBundle instead. | Change the route of the new EventBundle instead.
| YAML | mit | dasigr/finance,dasigr/finance,dasigr/finance |
35a3ca5fa370bde6e8e57df3974300cb770ff22c | .eslintrc.yml | .eslintrc.yml | # ESLint config
# http://eslint.org/
env:
browser: true
jquery: true
rules:
strict: 2
comma-dangle:
- 2
- 'never'
indent:
- 2
- 2
quotes:
- 2
- single
brace-style:
- 1
- '1tbs'
semi:
- 2
- 'always'
linebreak-style:
- 2
- 'unix'
comma-style:
... | # ESLint config
# http://eslint.org/
root: true
env:
browser: true
jquery: true
rules:
strict: 2
comma-dangle:
- 2
- 'never'
indent:
- 2
- 2
quotes:
- 2
- single
brace-style:
- 1
- '1tbs'
semi:
- 2
- 'always'
linebreak-style:
- 2
- 'unix'
com... | Insert the `root: true` configuration | Insert the `root: true` configuration
| YAML | mit | woneob/woneob.github.io,woneob/woneob.github.io,woneob/woneob.github.io,woneob/1upnote,woneob/1upnote,woneob/1upnote |
85f089278cfd2a8d69ba0b275651bf605241a491 | docker/docker-compose.yml | docker/docker-compose.yml | version: '2'
services:
dtk_dev:
image: dalg24/dtk-stack:latest
volumes:
- ..:/scratch/source/trilinos/12.10.1/DataTransferKit
environment:
- TRILINOS_DIR=/scratch/source/trilinos/12.10.1
container_name: dtk_dev
command: tail -f /dev/null
# Turn off seccomp confinement to work with ... | version: '2'
services:
dtk_dev:
image: dalg24/dtk-stack:latest
volumes:
- ..:/scratch/source/trilinos/12.10.1/DataTransferKit
environment:
- TRILINOS_DIR=/scratch/source/trilinos/12.10.1
- TERM=xterm
container_name: dtk_dev
command: tail -f /dev/null
# Turn off seccomp confin... | Set TERM env variable in Compose file for bash prompt to display colors | Set TERM env variable in Compose file for bash prompt to display colors
| YAML | bsd-3-clause | ORNL-CEES/DataTransferKit,ORNL-CEES/DataTransferKit,Rombur/DataTransferKit,amccaskey/DataTransferKit,ORNL-CEES/DataTransferKit,Rombur/DataTransferKit,amccaskey/DataTransferKit,dalg24/DataTransferKit,amccaskey/DataTransferKit,dalg24/DataTransferKit,ORNL-CEES/DataTransferKit,dalg24/DataTransferKit,Rombur/DataTransferKit,... |
1f81b6268e505887fbd02aa90be693510a159359 | .pre-commit-config.yaml | .pre-commit-config.yaml | - repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.4.1
hooks:
- id: autopep8-wrapper
args: ['-i']
exclude: 'docs/source/_themes/'
- id: check-json
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whites... | - repo: git://github.com/pre-commit/pre-commit-hooks
sha: v0.4.1
hooks:
- id: autopep8-wrapper
args: ['-i']
exclude: 'docs/source/_themes/'
- id: check-json
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whites... | Check docstring placement in pre-commit | Check docstring placement in pre-commit
[ci skip]
| YAML | mit | SamWhited/rawkit,nagyistoce/rawkit,photoshell/rawkit |
353377b226fb701f7943d592bf1cbf20c1668f7d | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/psf/black
rev: 21.9b0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/timothycrosley/isort
rev: 5.9.3
hooks:
- id: isort
additional_dependencies: [toml]
... | repos:
- repo: https://github.com/psf/black
rev: 22.6.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
hooks:
- id: isort
exclude: ^.*/?setup\.py$
- repo: h... | Fix versions in pre-commit config to fix CI | Fix versions in pre-commit config to fix CI
| YAML | mit | sdispater/pendulum,sdispater/pendulum,sdispater/pendulum |
04b4d88d4d5ba6c6e499dac329b437affcc41640 | conda/meta.yaml | conda/meta.yaml | package:
name: boost
version: "1.55.0"
source:
fn: boost_1_55_0.zip # [win]
url: http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.zip/download # [win]
sha1: 1d479557177c49d74001c904979b60cce8cc2d12 # [win]
fn: boost_1_55_0.tar.bz2 # [unix]
url: http://sourceforge.net/pro... | package:
name: boost
version: "1.56.0"
source:
fn: boost_1_56_0.zip # [win]
url: http://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.zip/download # [win]
sha1: 15b9719a92cd2a80170d54cfb9c3990a56193c56 # [win]
fn: boost_1_56_0.tar.gz # [unix]
url: http://sourceforge.net/proj... | Upgrade boost recipe to 1.56.0 | Upgrade boost recipe to 1.56.0
This is for dlib, which now requires 1.56.0. Nothing really changes
except pointing to the new remote files.
| YAML | bsd-3-clause | menpo/conda-boost |
fade40ee30021e9b5aafefa84e6ff049ec5c8e0d | ansible/roles/aws_ecs/tasks/main.yml | ansible/roles/aws_ecs/tasks/main.yml | - include_vars: aws_ecs.yml
- file: name=/var/run/ecs_agent mode=0750 owner=root group=root state=directory
tags:
- build_ami
- shell: /usr/sbin/make_dockercfg {{docker_user|quote}} {{docker_pass|quote}} {{docker_email|quote}} {{docker_registry|quote}}
register: dockercfg
- copy: src=etc/init/ecs_agent.conf de... | - include_vars: aws_ecs.yml
- file: name=/var/run/ecs_agent mode=0750 owner=root group=root state=directory
tags:
- build_ami
- shell: /usr/sbin/make_dockercfg {{docker_user|quote}} {{docker_pass|quote}} {{docker_email|quote}} {{docker_registry|quote}}
register: dockercfg
- copy: 'content="{{dockercfg.stdout}}... | Add the /root/.dockercfg file so that root (and therefore init scripts) can also use the private docker repo | Add the /root/.dockercfg file so that root (and therefore init scripts) can also use the private docker repo
| YAML | bsd-2-clause | remind101/empire_ami,indigobio/empire_ami,remind101/empire_ami,indigobio/empire_ami |
ccfb1aa24cf5d888301a1dffefacc17a34527d23 | metadata/io.github.z3r0c00l_2k.aquadroid.yml | metadata/io.github.z3r0c00l_2k.aquadroid.yml | Categories:
- Sports & Health
License: GPL-3.0-only
SourceCode: https://github.com/z3r0c00l-2k/AquaDroid
IssueTracker: https://github.com/z3r0c00l-2k/AquaDroid/issues
Changelog: https://github.com/z3r0c00l-2k/AquaDroid/releases
AutoName: AquaDroid
RepoType: git
Repo: https://github.com/z3r0c00l-2k/AquaDroid
Builds... | Categories:
- Sports & Health
License: GPL-3.0-only
SourceCode: https://github.com/z3r0c00l-2k/AquaDroid
IssueTracker: https://github.com/z3r0c00l-2k/AquaDroid/issues
Changelog: https://github.com/z3r0c00l-2k/AquaDroid/releases
AutoName: AquaDroid
RepoType: git
Repo: https://github.com/z3r0c00l-2k/AquaDroid
Builds... | Update CV of AquaDroid to 1.2 (4) | Update CV of AquaDroid to 1.2 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
6849672a0243502f39135b10f386bf6d28d0955c | generators/app/templates/.eslintrc.yml | generators/app/templates/.eslintrc.yml | rules:
indent: ["warn", 2]
no-cond-assign: "warn"
no-empty: "warn"
no-extra-semi: "warn"
no-irregular-whitespace: "warn"
no-unreachable: "warn"
curly: "warn"
no-eval: "warn"
no-floating-decimal: "warn"
no-global-assign: "warn"
no-magic-numbers: "warn"
no-octal: "warn"
no-redeclare: "warn"
no... | rules:
indent: ["warn", 2]
no-cond-assign: "warn"
no-empty: "warn"
no-extra-semi: "warn"
no-irregular-whitespace: "warn"
no-unreachable: "warn"
curly: "warn"
no-eval: "warn"
no-floating-decimal: "warn"
no-global-assign: "warn"
no-magic-numbers: "warn"
no-octal: "warn"
no-redeclare: "warn"
no... | Add no-undef rule to ESlint | Add no-undef rule to ESlint | YAML | mit | jakub300/generator-chisel,xfiveco/generator-chisel,xfiveco/generator-chisel,jakub300/generator-chisel,jakub300/generator-chisel,xfiveco/generator-chisel,jakub300/generator-chisel |
0c2d7d29105b0347db65ee1ee1a99b78a65f2db8 | .github/workflows/release.yml | .github/workflows/release.yml | name: Release
on:
push:
tags:
- 'v*'
jobs:
build:
name: Build + Publish
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
# use always oldest supported version
- '2.4'
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Ruby
uses: ruby/setup... | name: Release
on:
push:
tags:
- 'v*'
jobs:
build:
name: Build + Publish
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
# use always oldest supported version
- '2.5'
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Ruby
uses: ruby/setup... | Use oldest supported version for Release action | CI: Use oldest supported version for Release action
| YAML | mit | luislavena/gem-compiler |
832ceb6ed9f3bb9f6008353d899718cedb150916 | circle.yml | circle.yml | nodes:
www:
ami: ami-efd61d86
instance-type: "m1.small"
username: ubuntu
## following only necessary for deployment
availability-zone: "us-east-1a" # customers *could* specify this, probably shouldn't care.
public-key: "backend/www.id_rsa.pub"
private-key: "backend/www.id_rsa"
secur... | nodes:
www:
ami: ami-efd61d86
instance-type: "m1.small"
username: ubuntu
## following only necessary for deployment
availability-zone: "us-east-1a" # customers *could* specify this, probably shouldn't care.
public-key: "backend/www.id_rsa.pub"
private-key: "backend/www.id_rsa"
secur... | Use the production:server option, to detach | Use the production:server option, to detach
| YAML | epl-1.0 | RayRutjes/frontend,circleci/frontend,prathamesh-sonpatki/frontend,prathamesh-sonpatki/frontend,circleci/frontend,circleci/frontend,RayRutjes/frontend |
c58829178b3b084074f3ede302aff16c213b6ad2 | circle.yml | circle.yml | machine:
php:
version: 5.5.11
dependencies:
pre:
- sudo composer self-update
- sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini
test:
override:
- composer test
post:
- composer coveralls
general:
artifacts:
- "tmp/coveralls.json"
- "tmp/report.lcov"
| machine:
php:
version: 5.5.11
dependencies:
pre:
- sudo composer self-update
- sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini
test:
override:
- composer test
post:
- composer coveralls-save-only
general:
artifacts:
- "tmp/coveralls.json"
- "tmp/report.lco... | Replace to save only command | Replace to save only command
| YAML | mit | cloak-php/coveralls-kit |
0e038c3513dcaf4ca7b0f6838820863a205e81e2 | circle.yml | circle.yml | machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
services:
- docker
dependencies:
override:
- sudo pip install docker-compose==1.8.0
test:
override:
- make docker_test
deployment:
heroku:
branch: master
commands:
... | machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
services:
- docker
dependencies:
override:
- sudo pip install docker-compose==1.8.0
test:
override:
- make docker_test
deployment:
dev:
branch: master
commands:
- ... | Add building docker before deployment to heroku dev env | Add building docker before deployment to heroku dev env
| YAML | mit | uktrade/directory-ui-supplier,uktrade/directory-ui-supplier,uktrade/directory-ui-supplier |
8a17379ece3be2564c580e5e3bb1a47d7de6c51b | circle.yml | circle.yml | machine:
environment:
DATABASE_URL: 'postgres://ubuntu:@127.0.0.1:5432/circle_test'
python:
version: 3.5.0
services:
- postgresql
dependencies:
cache_directories:
- ~/miniconda
pre:
- bash scripts/conda_circle_setup.sh
- source activate cas
test:
pre:
- python manage.py coll... | machine:
environment:
DATABASE_URL: 'postgres://ubuntu:@127.0.0.1:5432/circle_test'
python:
version: 3.5.1
services:
- postgresql
dependencies:
cache_directories:
- ~/miniconda
pre:
- bash scripts/conda_circle_setup.sh
- source activate cas
test:
pre:
- python manage.py coll... | Update Circle to Python 3.5.1 | Update Circle to Python 3.5.1
| YAML | apache-2.0 | WildCAS/CASCategorization,WildCAS/CASCategorization,WildCAS/CASCategorization |
15ce075c5ed9e2bd9b5e3dda1d624a824c892ed6 | circle.yml | circle.yml | machine:
services:
- docker
environment:
BLOG_DIR: $HOME/$CIRCLE_PROJECT_REPONAME/blog
PATH: ~/.local/bin:$PATH
dependencies:
cache_directories:
- ~/.local # Not in use at this moment
test:
override:
- echo "Dummy test."
deployment:
deploy:
branch: master
commands:
- expo... | machine:
services:
- docker
environment:
BLOG_DIR: $HOME/$CIRCLE_PROJECT_REPONAME/blog
PATH: ~/.local/bin:$PATH
dependencies:
cache_directories:
- ~/.local # Not in use at this moment
test:
override:
- echo "Dummy test."
deployment:
deploy:
branch: master
commands:
- expo... | Add some debug info for CircleCI | Add some debug info for CircleCI
| YAML | mit | mahata/mahata.org,mahata/mahata.org |
9443472b2b7ff04b50acf5704ba1733891cbb487 | circle.yml | circle.yml | machine:
python:
version: 3.5.2
environment:
GIT_AUTHOR_NAME: Pior Bastida
GIT_AUTHOR_EMAIL: pior@pbastida.net
GIT_COMITTER_NAME: Pior Bastida
GIT_COMITTER_EMAIL: pior@pbastida.net
test:
pre:
- pip install -r requirements-test.txt
override:
- pytest --cov-report xml:$CIRCLE_ARTIFACT... | machine:
python:
version: 3.5.2
test:
pre:
- pip install -r requirements-test.txt
override:
- pytest --cov-report xml:$CIRCLE_ARTIFACTS/pytest/coverage.xml --junitxml=$CIRCLE_TEST_REPORTS/pytest/junit.xml
- pylama
deployment:
pypi:
branch: pypi
commands:
- pip install -U wheel bu... | Revert non-working git author config by vars | Revert non-working git author config by vars
| YAML | mit | pior/buddy |
7fcd9fdb2684ec6f2ab35c0854990129ce1c98c1 | circle.yml | circle.yml | machine:
node:
version: 6.1.0
test:
override:
- JEST_JUNIT_OUTPUT="$CIRCLE_TEST_REPORTS/junit.xml" npm run build
post:
- mkdir -p $CIRCLE_TEST_REPORTS/zip/
- pushd dist && zip -9vr $CIRCLE_TEST_REPORTS/zip/hyperion-web.zip . && popd
| machine:
node:
version: 7.5.0
test:
override:
- JEST_JUNIT_OUTPUT="$CIRCLE_TEST_REPORTS/junit.xml" npm run build
post:
- mkdir -p $CIRCLE_TEST_REPORTS/zip/
- pushd dist && zip -9vr $CIRCLE_TEST_REPORTS/zip/hyperion-web.zip . && popd
| Upgrade to Node 7.5.0 on CircleCI | Upgrade to Node 7.5.0 on CircleCI
| YAML | mit | mthmulders/hyperion-web,mthmulders/hyperion-web,mthmulders/hyperion-web |
c5b954786c83c7b6efdf1eee472ece09abd115bf | circle.yml | circle.yml | dependencies:
pre:
- sudo apt-get update; sudo apt-get install pdftk
- wget https://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- sudo cp chromedriver /usr/local/bin/chromedriver
- curl -L -o google-chrome.deb https://dl.google.com/linux/direc... | dependencies:
pre:
- sudo apt-get update; sudo apt-get install pdftk
- wget https://chromedriver.storage.googleapis.com/2.36/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- sudo cp chromedriver /usr/local/bin/chromedriver
- curl -L -o google-chrome.deb https://dl.google.com/linux/direc... | Revert back to original config | Revert back to original config | YAML | mit | codeforamerica/michigan-benefits,codeforamerica/michigan-benefits,codeforamerica/michigan-benefits,codeforamerica/michigan-benefits |
488a596fe5bff9cc2d3ea0b70711223f2798c2a0 | circle.yml | circle.yml | machine:
java:
version: oraclejdk8
post:
- pyenv global 2.7.9 3.5.0 3.4.3 2.6.8
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
dependencies:
override:
- ./gradlew downloadDependencies --console plain
test:
override:
... | machine:
java:
version: oraclejdk8
post:
- pyenv global 2.7.9 3.5.0 3.4.3 2.6.8
- chmod --recursive a-w ~/.pyenv/versions #Builds fail when we have write permissions, so disableing it
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'... | Disable write permissions on python venv | Disable write permissions on python venv
Without this it looks like there's an issue with the install of python
when we try to build a virtual env. I tested this by running the last
build in a ssh mode and ran this as quick as I could in the build.
| YAML | apache-2.0 | sixninetynine/pygradle,sixninetynine/pygradle,sixninetynine/pygradle,sixninetynine/pygradle |
58905ccc84594f56a0fd3600a13dfb5285c4f16e | circle.yml | circle.yml | machine:
environment:
TAG: latest
services:
- docker
dependencies:
override:
- docker build -t craftship/phonebox-api:$TAG ./src/api
- docker build -t craftship/phonebox-workers:$TAG ./src/workers
test:
override:
- docker run -d -p 80:8080 craftship/phonebox-workers:$TAG; sleep 3
- doc... | machine:
environment:
TAG: latest
services:
- docker
dependencies:
override:
- docker build -t craftship/phonebox-api:$TAG ./src/api
- docker build -t craftship/phonebox-workers:$TAG ./src/workers
test:
override:
- docker run craftship/phonebox-workers:$TAG; sleep 3
- docker run -d -p ... | Remove port exposure for workers, not required | Remove port exposure for workers, not required
| YAML | mit | craftship/phonebox,craftship/phonebox,craftship/phonebox |
33692fe0e63ceea7b8830cc48eeda8a47a5b86b0 | circle.yml | circle.yml | checkout:
post:
- git submodule sync
- git submodule update --init
test:
override:
- ./gradlew clean verify
deployment:
master:
branch: master
commands:
- ./gradlew uploadArchives -PsonatypeUsername=$SONATYPE_NEXUS_SNAPSHOTS_USERNAME -PsonatypePassword=$SONATYPE_NEXUS_SNAPSHOTS_PASSWOR... | checkout:
post:
- git submodule sync
- git submodule update --init
dependencies:
pre:
- echo y | android update sdk --all --no-ui --force --filter "build-tools"
test:
override:
- ./gradlew clean verify
deployment:
master:
branch: master
commands:
- ./gradlew uploadArchives -Pson... | Update Android build tools on Circle CI | Update Android build tools on Circle CI
| YAML | apache-2.0 | mapzen/android,mapzen/android |
ddb3174b527759c9af8c426acbcc78a475617d4f | circle.yml | circle.yml | machine:
timezone: UTC
php:
version: 5.6.2
dependencies:
pre:
# Enable xdebug
- sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini
# Disable phar.readonly
- sed -i 's/^;phar.readonly/phar.readonly/' ~/.phpenv/versions/$(phpenv global)/etc/php.ini
- sed -i 's/phar.re... | machine:
timezone: UTC
php:
version: 5.6.2
dependencies:
pre:
# Enable xdebug
- sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini
# Disable phar.readonly
- sed -i 's/^;phar.readonly/phar.readonly/' ~/.phpenv/versions/$(phpenv global)/etc/php.ini
- sed -i 's/phar.re... | Modify Box output artifact mechanism in CircleCI | Modify Box output artifact mechanism in CircleCI
| YAML | mit | sekjun9878/request-parser |
d8cd7822e53ae7d8851ebe4e9f1f7556827a220e | circle.yml | circle.yml | dependencies:
override:
- curl -L https://atom.io/download/deb -o atom-amd64.deb
- sudo dpkg --install atom-amd64.deb || true
- sudo apt-get update
- sudo apt-get -f install
- nvm use 5.1.0
- npm run compile
test:
override:
- npm run lint
- npm test
machine:
node:
version: 5.... | dependencies:
override:
- curl -L https://atom.io/download/deb -o atom-amd64.deb
- sudo dpkg --install atom-amd64.deb || true
- sudo apt-get update
- sudo apt-get -f install
- nvm use 5.1.0
- npm install
- npm run compile
test:
override:
- npm run lint
- npm test
machine:
nod... | Install dependencies in CI before running stuff | :new: Install dependencies in CI before running stuff
| YAML | mit | steelbrain/resolve |
230d7ae524df054ac36397e34c61d154bc7b83d2 | Magic/src/main/resources/examples/survival/wands/magicbow.yml | Magic/src/main/resources/examples/survival/wands/magicbow.yml | #
# A spellcasting bow
#
magicbow:
inherit: base_bow
class: archer_mage
icon: bow{CustomModelData:18001}
legacy_icon: bow_icon:1
migrate_legacy_icons:
"bow_icon:1": bow{CustomModelData:18001}
"bow_icon:2": bow{CustomModelData:18002}
"bow_icon:3": bow{CustomModelData:18003}
"bow_icon:4": bow{Cu... | #
# A spellcasting bow
#
magicbow:
inherit: base_bow
class: archer_mage
icon: bow{CustomModelData:18001}
legacy_icon: bow_icon:1
migrate_legacy_icons:
"bow_icon:1": bow{CustomModelData:18001}
"bow_icon:2": bow{CustomModelData:18002}
"bow_icon:3": bow{CustomModelData:18003}
"bow_icon:4": bow{Cu... | Remove protection from magic bow | Remove protection from magic bow
| YAML | mit | elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin |
c99e709819df1a0ce6de5c336c0b3c6a46f8dd81 | docker-compose.sample.yml | docker-compose.sample.yml | version: '2'
services:
db:
image: mysql:latest
environment:
- MYSQL_DATABASE=testdb
- MYSQL_USER=testuser
- MYSQL_PASSWORD=testpassword
- MYSQL_ROOT_PASSWORD=rootp4ssword
ports:
- "3306:3306"
app:
image: debian:jessie
volumes:
- .:/app
web:
image: rolcke... | version: '2'
services:
db:
image: mysql:latest
environment:
- MYSQL_DATABASE=testdb
- MYSQL_USER=testuser
- MYSQL_PASSWORD=testpassword
- MYSQL_ROOT_PASSWORD=rootp4ssword
app:
image: debian:jessie
volumes:
- .:/app
web:
image: rolckers/web-apache-php
ports:
... | Remove exposed mysql port which clashes with mysql on travis. | Remove exposed mysql port which clashes with mysql on travis.
| YAML | mit | devimust/easy-bookmark-manager,devimust/easy-bookmark-manager,devimust/easy-bookmark-manager,devimust/easy-bookmark-manager |
ad42b1a3f73747e473a2d91dd065f9c5c0d881c1 | docker/docker-compose.yml | docker/docker-compose.yml | version: '2'
services:
girder:
build:
context: .
dockerfile: girder/Dockerfile
command: -d ${MONGODB_URL}
volumes:
- assetstore:/assetstore
nginx:
build:
context: nginx
dockerfile: Dockerfile
ports:
- 8080:80
depends_on:
- 'girder'
r... | version: '2'
services:
girder:
build:
context: .
dockerfile: girder/Dockerfile
command: -d ${MONGODB_URL}
volumes:
- assetstore:/assetstore
nginx:
build:
context: nginx
dockerfile: Dockerfile
ports:
- 8080:80
depends_on:
- 'girder'
r... | Use snake_case for service names | Use snake_case for service names
| YAML | bsd-3-clause | OpenChemistry/mongochemdeploy,OpenChemistry/mongochemdeploy |
d48c7a2c5385178b53b9ca1bdd1a6ee4c860d357 | compose/yml/common.yml | compose/yml/common.yml | # see domain-specific .yml for documentation
wu:
image: systemapic/wu:latest
environment:
SYSTEMAPIC_DOMAIN: ${SYSTEMAPIC_DOMAIN}
SYSTEMAPIC_PRODMODE: 'true'
working_dir: /systemapic/prod # todo: remove (currently needed for doing `docker run ../... grunt test`, but can be fixed with `./test.sh` script, o... | # see domain-specific .yml for documentation
wu:
image: systemapic/wu:latest
environment:
SYSTEMAPIC_DOMAIN: ${SYSTEMAPIC_DOMAIN}
SYSTEMAPIC_PRODMODE: 'true'
working_dir: /systemapic/prod # todo: remove (currently needed for doing `docker run ../... grunt test`, but can be fixed with `./test.sh` script, o... | Switch back from postgis:log to postgis:latest | Switch back from postgis:log to postgis:latest
We don't build postgis:log in our build_all.sh
| YAML | agpl-3.0 | mapic/mapic,mapic/mapic |
55161c98ed1b6df1067c9ba4ea0a1fc08fdece02 | .github/workflows/browserslist-db-update.yml | .github/workflows/browserslist-db-update.yml | name: Update Browserslist Database
on:
schedule:
- cron: '0 0 * * 0'
permissions:
contents: write
pull-requests: write
jobs:
update-browserslist-database:
name: Create PR containing Browserslist updates
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/chec... | name: Update Browserslist Database
on:
schedule:
- cron: '0 0 * * 0'
permissions:
contents: write
pull-requests: write
jobs:
update-browserslist-database:
name: Create PR containing Browserslist updates
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/chec... | Use v1 of the action. | Use v1 of the action.
| YAML | apache-2.0 | google/site-kit-wp,google/site-kit-wp,google/site-kit-wp,google/site-kit-wp |
3bf7c7677e20d6cf08774322ccde0ecd6f2df1b9 | .github/workflows/verify-code-formatting.yml | .github/workflows/verify-code-formatting.yml | name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
verify-code-formatting:
name: Verify formatting
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@v2
- name: 'Verify formatting of all files'
run: ./bin/check-formatting.sh
env... | name: javascript / format
on:
push:
pull_request:
workflow_dispatch:
jobs:
verify:
name: Verify formatting
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@v2
- name: 'Verify formatting of all files'
run: ./bin/check-formatting.sh
en... | Rename action to be in line with the rest | Rename action to be in line with the rest
| YAML | mit | exercism/xecmascript,exercism/xecmascript |
db0a516eb60f085af52ca21d1dd603483dbd4b1e | conda.recipe/meta.yaml | conda.recipe/meta.yaml | {% set data = load_setuptools()%}
package:
name: anaconda-client
version: {{data.get('version')}}
build: {}
requirements:
build:
- python
- setuptools
run:
- python
- setuptools
- clyent
- requests
- pyyaml
- dateutil
- pytz
about:
home: {{data.get('url')}}
license: {{... | {% set data = load_setuptools()%}
package:
name: anaconda-client
version: {{data.get('version')}}
build: {}
requirements:
build:
- python
- setuptools =23.0.0
run:
- python
- setuptools =23.0.0
- clyent
- requests
- pyyaml
- dateutil
- pytz
about:
home: {{data.get('url... | Fix CI builds due to setup tools change | Fix CI builds due to setup tools change
| YAML | bsd-3-clause | Anaconda-Platform/anaconda-client,Anaconda-Platform/anaconda-client,Anaconda-Platform/anaconda-client |
881aa061953253b5f0452025896191f1f7f67406 | config/application.yml | config/application.yml | level_limit: 3
api_key: <%= ENV['API_KEY'] || 'PUT_YOUR_API_KEY_HERE' %>
elasticsearch_server: <%= ENV['SEARCH_SERVER'] || 'http://localhost:9200' %>
max_deep_search_comment_count: 5000
enable_search: true
default_locale: <%= ENV['SERVICE_LANGUAGE'] || 'en-US' %>
manual_pagination_batch_size: <%= ENV['MANUAL_PAGINATION... | level_limit: 3
api_key: <%= ENV['API_KEY'] || 'PUT_YOUR_API_KEY_HERE' %>
elasticsearch_server: <%= ENV['SEARCH_SERVER_ES7'] || 'http://localhost:9200' %>
max_deep_search_comment_count: 5000
enable_search: true
default_locale: <%= ENV['SERVICE_LANGUAGE'] || 'en-US' %>
manual_pagination_batch_size: <%= ENV['MANUAL_PAGINA... | Use a different SEARCH_SERVER variable for ES7 code. | Use a different SEARCH_SERVER variable for ES7 code.
| YAML | agpl-3.0 | EDUlib/cs_comments_service,edx/cs_comments_service,edx/cs_comments_service,EDUlib/cs_comments_service,edx/cs_comments_service,EDUlib/cs_comments_service |
da71301b33a4067b8004cb3ace09742e6348690a | .appveyor.yml | .appveyor.yml | build: false
platform:
- x86
install:
- git submodule update --init --recursive
- IF "%PLATFORM%" == "x86" set PATH=C:\Python37;%PATH%
- IF "%PLATFORM%" == "x64" set PATH=C:\Python37-x64;%PATH%
test_script:
- script\fetch-fixtures.cmd
- python.exe setup.py --quiet test
| build: false
platform:
- x86
- x64
install:
- git submodule update --init --recursive
- IF "%PLATFORM%" == "x86" set PATH=C:\Python37;%PATH%
- IF "%PLATFORM%" == "x64" set PATH=C:\Python37-x64;%PATH%
test_script:
- script\fetch-fixtures.cmd
- python.exe setup.py --quiet test
| Add 64-bit windows CI build | Add 64-bit windows CI build
| YAML | mit | tree-sitter/py-tree-sitter,tree-sitter/py-tree-sitter,tree-sitter/py-tree-sitter |
bfc1838f1d209bb5ee384c2fca27f64f77045bb3 | .appveyor.yml | .appveyor.yml | version: 2.4.{build}
branches:
except:
- coverity_scan
configuration: Release
environment:
PROJECT_BASE: "C:/projects/morebin"
PATH: "C:\Libraries\boost_1_60_0;%PATH%"
platform: x64
before_build:
- ps: cd "${env:APPVEYOR_BUILD_FOLDER}"
- cmd: dir
- cmd: md build
- cmd: cd build
- cmd: cmake --version
- cmd... | version: 2.4.{build}
branches:
except:
- coverity_scan
configuration: Release
environment:
PROJECT_BASE: "C:/projects/morebin"
PATH: "C:\Libraries\boost_1_60_0;%PATH%"
platform: x64
before_build:
- ps: cd "${env:APPVEYOR_BUILD_FOLDER}"
- cmd: dir
- cmd: md build
- cmd: cd build
- cmd: cmake --version
- cmd... | Add gtest build logs to artifacts | Add gtest build logs to artifacts
| YAML | mit | peterfpeterson/morebin,peterfpeterson/morebin,peterfpeterson/morebin |
f8000c890a0b3412558819347f574223b476a668 | .appveyor.yml | .appveyor.yml | init:
- ps: Update-AppveyorBuild -Version "$(Get-Date -Format "yyyy-MM-dd-HHmm")"
clone_folder: c:\lgt3git
shallow_clone: true
skip_tags: true
branches:
only:
- master
install:
# Add Inno Setup to PATH so the ISCC command is found
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
build_script:
... | init:
- ps: Update-AppveyorBuild -Version "$(Get-Date -Format "yyyy-MM-dd-HHmm")"
clone_folder: c:\lgt3git
shallow_clone: true
skip_tags: true
branches:
only:
- master
install:
# Add Inno Setup to PATH so the ISCC command is found
- set PATH="C:\Program Files (x86)\Inno Setup 6";%PATH%
build_script:
... | Fix AppVeyor build to use Inno Setup 6 | Fix AppVeyor build to use Inno Setup 6
| YAML | apache-2.0 | LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3 |
ddceb7f71424c2f4e0c78eeaf88164e974ec65de | .appveyor.yml | .appveyor.yml | image: Visual Studio 2017
matrix:
fast_finish: false
branches:
only:
- master
- target_interface
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
platform:
- x64
configuration:
- Debug
- Release
install:
- git submodule update --init --recursive
before_build:
- choco upgrade cmake --version 3.13.0
- set ... | image: Visual Studio 2017
matrix:
fast_finish: false
branches:
only:
- master
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
platform:
- x64
configuration:
- Debug
- Release
install:
- git submodule update --init --recursive
before_build:
- choco upgrade cmake --version 3.13.0
- set path=C:\Program Files\C... | Disable changes test in AppVeyor | Disable changes test in AppVeyor
| YAML | apache-2.0 | aclex/floaxie,aclex/floaxie |
a161395df6cd596905dc4005973ea17611bbc3cd | .appveyor.yml | .appveyor.yml | version: "{build}"
build_script:
- cmd: |-
python -m virtualenv .v
.v\Scripts\pip.exe install -r requirements/dev.txt
.v\Scripts\python.exe manage.py migrate
| version: "{build}"
install:
- cmd: python -m pip install tox
build_script:
- cmd: python -m tox
| Use tox to run tests on Windows | Use tox to run tests on Windows
| YAML | unlicense | nott/next.filmfest.by,kinaklub/next.filmfest.by,nott/next.filmfest.by,kinaklub/next.filmfest.by,nott/next.filmfest.by,kinaklub/next.filmfest.by,kinaklub/next.filmfest.by,nott/next.filmfest.by |
c0d117d1a45dc24adbdffee5c2ab56b5008fa774 | .appveyor.yml | .appveyor.yml | version: 2.3.0.{build}
shallow_clone: true
image: Visual Studio 2017
platform: x64
cache:
- msvc\opt -> .appveyor.yml, deposit.mk, msvc\Makefile
- msvc\src -> .appveyor.yml, deposit.mk, msvc\Makefile
- msvc\tmp -> .appveyor.yml, deposit.mk, msvc\Makefile
- msvc\var -> .appveyor.yml, deposit.mk, msvc\Makefil... | version: 2.3.0.{build}
shallow_clone: true
image: Visual Studio 2017
platform: x64
cache:
- msvc\src -> .appveyor.yml, deposit.mk, msvc\Makefile
install:
- set PATH=C:\Program Files (x86)\WiX Toolset v3.11\bin;%PATH%
- 'C:\cygwin64\setup-x86_64.exe -d -n -N -q -P m4,make,patch,tar,unzip,wget'
build_script:
... | Rebuild externals instead of cache | Rebuild externals instead of cache
| YAML | mit | flintproject/Flint,flintproject/Flint |
42c6b9553afb622081f345ac6e3edba151e397c6 | .appveyor.yml | .appveyor.yml | version: 1.0.{build}
image: Visual Studio 2017
platform: x64
configuration: Debug
shallow_clone: true
clone_depth: 1
install:
- cmd: git submodule update --init --recursive
- cmd: cmake -G "Visual Studio 14 2015 Win64"
build:
project: ab.sln
parallel: true
verbosity: minimal
test_script:
- cmd: mkdir %TEST_... | version: 1.0.{build}
image: Visual Studio 2017
platform: x64
configuration: Debug
shallow_clone: true
clone_depth: 1
before_build:
- cmd: git submodule update --init --recursive
- cmd: cmake -G "Visual Studio 14 2015 Win64"
build:
project: ab.sln
parallel: true
verbosity: minimal
test_script:
- cmd: mkdir %... | Move install commands to before_build | Move install commands to before_build
Signed-off-by: Robert Young <42c59959a3f4413d6a1b4d7b4f99db457d199e49@gmail.com>
| YAML | apache-2.0 | ab-vm/ab,ab-vm/ab,ab-vm/ab,ab-vm/ab,ab-vm/ab |
50ece785974ced8ecd100dc5541a54df0034fb5a | .eslintrc.yml | .eslintrc.yml | env:
browser: true
es6: true
node: true
extends:
- eslint:recommended
- plugin:react/recommended
parserOptions:
sourceType: module
ecmaFeatures:
jsx: true
plugins:
- react
root: true
rules:
react/jsx-uses-react: warn
react/jsx-uses-vars: warn
react/no-find-dom-node: warn # TODO: change to... | env:
browser: true
es6: true
node: true
extends:
- eslint:recommended
- plugin:react/recommended
parserOptions:
sourceType: module
ecmaFeatures:
jsx: true
plugins:
- react
root: true
rules:
react/jsx-uses-react: warn
react/jsx-uses-vars: warn
react/no-deprecated: warn # TODO: change to "e... | Change a couple ESLint errors to warnings to appease the CI gods | Change a couple ESLint errors to warnings to appease the CI gods
| YAML | mpl-2.0 | mozilla-services/pageshot,fzzzy/pageshot,mozilla-services/screenshots,mozilla-services/screenshots,fzzzy/pageshot,fzzzy/pageshot,mozilla-services/pageshot,mozilla-services/pageshot,mozilla-services/screenshots,mozilla-services/pageshot,fzzzy/pageshot,mozilla-services/screenshots |
72d3359ce59192d02738239395751dd13c6ccd76 | actions/chains/rpvlan_process_new_mac_auth_failure_chain.yaml | actions/chains/rpvlan_process_new_mac_auth_failure_chain.yaml | ---
chain:
-
name: "send_cli_template"
ref: "campus_ztp.send_cli_template"
parameters:
device: "{{ip}}"
template: "icx_vlan_update"
variables: "{\"commit\":\"true\",\"port\":\"{{port}}\",\"ap_name\":\"{{ap_name}}\"}"
on-success: "ruckus_controller_send_cli_template"... | ---
chain:
-
name: "send_cli_template"
ref: "campus_ztp.send_cli_template"
parameters:
device: "{{ip}}"
template: "icx_vlan_update"
variables: "{\"commit\":\"true\",\"port\":\"{{port}}\",\"ap_name\":\"{{ap_name}}\"}"
on-success: "ruckus_controller_send_cli_template"... | Update DB on failure too | Update DB on failure too
| YAML | apache-2.0 | pjimmybrcd/campus_ztp_nps,pjimmybrcd/campus_ztp_nps |
98bbadb5670b838a76a61b3fed6e615bc71b8de2 | lib/ansible/modules/extras/.travis.yml | lib/ansible/modules/extras/.travis.yml | sudo: false
language: python
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
script:
- python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/layman.py|/maven_artifact.py|clustering/consul.*\.py' .
| sudo: false
language: python
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
script:
- python2.4 -m compileall -fq -x 'cloud/|monitoring/zabbix.*\.py|/layman.py|/maven_artifact.py|clustering/consul.*\.py' .
- python -m compileall -fq .
| Add py27 compileall to test all modules, specifically for syntax errors | Add py27 compileall to test all modules, specifically for syntax errors
| YAML | mit | thaim/ansible,thaim/ansible |
7faa7e0e2f4d83468274fb2c643bb0a1c90ac99e | examples/cron/cronjob.yaml | examples/cron/cronjob.yaml | apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: hello
spec:
schedule: "*/1 * * * *"
jobTemplate:
spec:
template:
spec:
containers:
- name: hello
image: busybox
args:
- wget
- --spider
- el--cron-listene... | apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: hello
spec:
schedule: "*/1 * * * *"
jobTemplate:
spec:
template:
spec:
containers:
- name: hello
image: busybox
args:
- wget
- --spider
- el-cron-listener... | Update cron example with new EventListener prefix. | Update cron example with new EventListener prefix.
The EventListener prefix was updated in https://github.com/tektoncd/triggers/commit/ecd97356c856ad73499fb383ae4ed8010fe48ee0, which broke this example. This updates the service name to match the change. | YAML | apache-2.0 | tektoncd/triggers,tektoncd/triggers |
930b24f8e063232fb9f1adb32bd4cbb437b34f68 | config/genomes/GRCh37-resources.yaml | config/genomes/GRCh37-resources.yaml | version: 5
55iases:
human: true
snpeff: GRCh37
ensembl: human
variation:
dbsnp: ../variation/dbsnp_138.vcf
train_hapmap: ../variation/hapmap_3.3.vcf
train_1000g_omni: ../variation/1000G_omni2.5.vcf
train_indels: ../variation/Mills_and_1000G_gold_standard.indels.vcf
cosmic: ../variation/cosmic-v67_2013... | version: 6
aliases:
human: true
snpeff: GRCh37
ensembl: human
variation:
dbsnp: ../variation/dbsnp_138.vcf
train_hapmap: ../variation/hapmap_3.3.vcf
train_1000g_omni: ../variation/1000G_omni2.5.vcf
train_indels: ../variation/Mills_and_1000G_gold_standard.indels.vcf
cosmic: ../variation/cosmic-v67_2013... | Fix typo in GRCh37 update for dbSNP 138 | Fix typo in GRCh37 update for dbSNP 138
| YAML | mit | verdurin/bcbio-nextgen,lpantano/bcbio-nextgen,hjanime/bcbio-nextgen,SciLifeLab/bcbio-nextgen,lbeltrame/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen,lbeltrame/bcbio-nextgen,biocyberman/bcbio-nextgen,SciLifeLab/bcbio-nextgen,verdurin/bcbio-nextgen,mjafin/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen,chapmanb/bcbio-nextgen,mjafin/... |
166ed3443114d0487132a05fbd51c47ad694c114 | .github/workflows/ccpp.yml | .github/workflows/ccpp.yml | name: C/C++ CI
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: apt update
run: sudo apt update
- name: apt
run: sudo apt install ninja-build lua5.1 pasmo libz80ex-dev flex libbsd-dev libreadline-dev bison binutils-arm-linux-gnueabihf bi... | name: C/C++ CI
on: [push]
jobs:
build-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: apt update
run: sudo apt update
- name: apt
run: sudo apt install ninja-build lua5.1 pasmo libz80ex-dev flex libbsd-dev libreadline-dev bison binutils-arm-linux-gnueabihf bin... | Upgrade the CI system to Ubuntu Focal (which has 64tass in it). | Upgrade the CI system to Ubuntu Focal (which has 64tass in it).
| YAML | bsd-2-clause | davidgiven/cowgol,davidgiven/cowgol |
99ad822cce2aef9ac6bbcdec0c335f2e958e17a3 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses... | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses... | Bump actions/setup-java from 2 to 3 | Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
depe... | YAML | apache-2.0 | ilikeorangutans/omf |
f171ebfd4c227bfa4e14e81c9c75d2832762de8a | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11.0.3
- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-... | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Number of commits to fetch. 0 indicates all history.
# jgit task nested in customBuild.xml fails without history.
fetch-depth: '0'
- name: Set up JDK 11
uses: actions/setup-java@v1... | Replace unstable Azure Pipeline builds with Github actions. | Replace unstable Azure Pipeline builds with Github actions.
Github's caching task seems better.
[Build][Github]
| YAML | mit | lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus |
a8288868f3b151f53a849de260fb1660202f993d | .github/workflows/main.yml | .github/workflows/main.yml | name: Main
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup bazel
uses: jwlawson/actions-setup-bazel@v1
with:
bazel-version: '4.2.0'
- name: Build
run: bazel build //waterfall/golang/serve... | name: Main
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup bazel
uses: jwlawson/actions-setup-bazel@v1
with:
bazel-version: '4.2.0'
- name: Build x86
run: bazel build //waterfall/golang/s... | Add all waterfall binaries to release | Add all waterfall binaries to release | YAML | apache-2.0 | google/devx-tools,google/devx-tools |
d7b251fde99df613c76b4993fa38947bf92c0bf8 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: turtlequeue/setup-babashka@v1.3.0
with:
babashka-version: 0.8.1
- uses: actions/checkout@v2
- name: Run tests
run: bb run test
| name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: turtlequeue/setup-babashka@v1.3.0
with:
babashka-version: 0.10.163
- uses: actions/checkout@v2
- name: Run tests
run: bb run test
| Update CI to use babashka 0.10.163 | Update CI to use babashka 0.10.163
| YAML | mit | Quantisan/docker-clojure |
582fdb24efa2959f61510536cad70abb0e72cc2b | .github/workflows/main.yml | .github/workflows/main.yml | ---
name: justbases CI
# yamllint disable-line rule:truthy
on:
push:
branches: [master]
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# MANDATORY CHECKS THAT USE TOX
tox-checks:
strategy:
matrix:
task: [... | ---
name: justbases CI
# yamllint disable-line rule:truthy
on:
push:
branches: [master]
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# MANDATORY CHECKS THAT USE TOX
tox-checks:
strategy:
matrix:
task: [... | Update current development environment to Fedora 36 | Update current development environment to Fedora 36
Signed-off-by: Bryan Gurney <94498243b15882748b18aec9e6dc02da713818c8@redhat.com>
| YAML | lgpl-2.1 | mulkieran/justbases |
8e2a554c381f05e0469b493501700bd8e8d19251 | .github/workflows/main.yml | .github/workflows/main.yml | name: main
on:
- pull_request
- push
jobs:
main:
name: '${{matrix.node}} on ${{matrix.os}}'
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: ${{matrix.node}}
- run: npm install -g npm
- run: n... | name: main
on:
- pull_request
- push
jobs:
main:
name: '${{matrix.node}} on ${{matrix.os}}'
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{matrix.node}}
- run: npm install -g npm@7 # See: <https://gith... | Fix Node in Actions on Windows | Fix Node in Actions on Windows
Closes GH-280.
Reviewed-by: Titus Wormer <5a19dbfdb793ef6d212461b3c03b23ad19ae3ed1@gmail.com> | YAML | mit | wooorm/mdast-lint |
0ea8ae93c60c069ec46148efffcf17b22a741f55 | .github/workflows/main.yml | .github/workflows/main.yml | name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matri... | name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{... | Add versions to github workflows | Add versions to github workflows
| YAML | mit | fitnr/sqlite-json |
1510d46a3b697be86c618ffa332f8153a32e927f | .github/workflows/main.yml | .github/workflows/main.yml | name: Build & Test
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Maven
env:
... | name: Build & Test
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 10, 11 ]
steps:
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
with:
java-version: ${{... | Add more java versions for github actions | Add more java versions for github actions
| YAML | mit | detectlanguage/detectlanguage-java |
fca944f5e40477cc956248514b8c7c73d46e58a4 | .github/workflows/ruby.yml | .github/workflows/ruby.yml | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | Remove Ruby 3.1 from test matrix | Remove Ruby 3.1 from test matrix
Ruby 3.1 is not yet supported. | YAML | mit | electric-feel/i18n-backend-side_by_side |
d642b527a6dc8ea7279d49566ed30f39a144aa70 | .github/workflows/ruby.yml | .github/workflows/ruby.yml | name: Ruby
on:
push:
schedule:
- cron: '0 0 1 * *' # at 00:00 on the 1st of every month
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
ruby: [ 2.4, 2.5, 2.6, 2.7, '3.0', ruby-head, jruby, truffleruby ]
exclude:
- os: wind... | name: Ruby
on:
push:
schedule:
- cron: '0 0 1 * *' # at 00:00 on the 1st of every month
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
ruby: [ 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, ruby-head, jruby, truffleruby ]
exclude:
- os:... | Test Ruby 3.1.0 Preview 1 | Test Ruby 3.1.0 Preview 1
| YAML | mit | dentarg/dyno_metadata |
44e646304178a387cd0034d372b4ec05a94f674c | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on: push
jobs:
test:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ubuntu, macOS, windows]
node: [8, 10, 12, 14, 16, 17]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
cache: ... | name: Test
on: push
jobs:
test:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ubuntu, macOS, windows]
node: [8, 10, 12, 14, 16, 17]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: ... | Upgrade actions steps in workflow | Upgrade actions steps in workflow
| YAML | mit | testdouble/scripty,testdouble/scripty |
2cd3d64f1f903dc0cb60a9fac13194dce922adef | .github/workflows/test.yml | .github/workflows/test.yml | jobs:
build:
name: Test Go ${{ matrix.go }}
runs-on: ubuntu-20.04
strategy:
matrix:
go: ['1.17', '1.16']
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go test ./...
| on: [push, pull_request]
name: Test
jobs:
test:
name: Test Go ${{ matrix.go }}
runs-on: ubuntu-20.04
strategy:
matrix:
go: ['1.17', '1.16']
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go ... | Define event triggers for GH actions | Define event triggers for GH actions
| YAML | apache-2.0 | russellhaering/goxmldsig,russellhaering/goxmldsig |
ed4471addc725bc5ecd6e6ceb2fcb1c3df7a8ab4 | ansible/roles/openzfs.ci-server/tasks/user.yml | ansible/roles/openzfs.ci-server/tasks/user.yml | ---
- name: create user group
group:
name: ubuntu
system: no
- name: create user
user:
name: ubuntu
group: ubuntu
shell: /bin/bash
home: /home/ubuntu
system: no
- name: set home directory permissions
file:
path: /home/ubuntu
state: directory
owner: ubuntu
group: ubunt... | ---
- name: create user group
group:
name: ubuntu
system: no
- name: create user
user:
name: ubuntu
group: ubuntu
shell: /bin/bash
home: /home/ubuntu
system: no
- name: set home directory permissions
file:
path: /home/ubuntu
state: directory
owner: ubuntu
group: ubunt... | Enable SSH access to Jenkins master for pzakha | Enable SSH access to Jenkins master for pzakha
| YAML | apache-2.0 | prakashsurya/openzfs-ci,openzfs/openzfs-ci,openzfs/openzfs-ci,prakashsurya/openzfs-ci,prakashsurya/openzfs-ci,openzfs/openzfs-ci |
8b223453862f7cce7e13ed84aad8449d78d1dac9 | .appveyor.yml | .appveyor.yml | clone_depth: 10
version: "{build}"
environment:
matrix:
- NODEJS_VERSION: "6"
PLATFORM: x64
- NODEJS_VERSION: "8"
PLATFORM: x64
- NODEJS_VERSION: "10"
PLATFORM: x64
install:
- ps: Install-Product node $env:NODEJS_VERSION $env:PLATFORM
- npm install
build: off
test_script:
- no... | clone_depth: 10
version: "{build}"
environment:
PLATFORM: x64
matrix:
- NODEJS_VERSION: "6"
- NODEJS_VERSION: "8"
- NODEJS_VERSION: "10"
install:
- ps: Install-Product node $env:NODEJS_VERSION $env:PLATFORM
- npm install
build: off
test_script:
- node --version
- npm --version
- java -ver... | Move `PLATFORM` var to the global matrix since it's common. | Move `PLATFORM` var to the global matrix since it's common.
| YAML | mit | jzaefferer/grunt-html,jzaefferer/grunt-html,jzaefferer/grunt-html |
64aa5d882e8142c3a3ba6778a31dbf180c9e8712 | .appveyor.yml | .appveyor.yml | configuration:
- Debug
- Release
environment:
matrix:
- generator: "Visual Studio 14 2015"
- generator: "Visual Studio 14 2015 Win64"
- generator: "Visual Studio 10 2010"
- generator: "Visual Studio 10 2010 Win64"
- generator: "MinGW Makefiles"
dialect: mingw
- generator: "MinGW Mak... | configuration:
- Debug
- Release
environment:
matrix:
- generator: "Visual Studio 14 2015"
- generator: "Visual Studio 14 2015 Win64"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
generator: "Visual Studio 15 2017 Win64"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
generator:... | Remove VS2010, add VS2017 from CI | Remove VS2010, add VS2017 from CI
| YAML | mit | SergiusTheBest/exceptxx |
7ac208f67074fa152b91420b172eedd14da4f311 | data/Darwin.yaml | data/Darwin.yaml | ---
git::configdir: "%{::boxen::config::configdir}/git"
git::package: 'boxen/brews/git'
git::version: '1.8.4-boxen2'
git::credentialhelper: "%{::boxen::config::repodir}/script/boxen-git-credential"
git::global_credentialhelper: "%{boxen::config::home}/bin/boxen-git-credential"
git::global_excludesfile: "%{hiera('git:... | ---
git::configdir: "%{::boxen::config::configdir}/git"
git::package: 'boxen/brews/git'
git::version: '2.0.0-boxen1'
git::credentialhelper: "%{::boxen::config::repodir}/script/boxen-git-credential"
git::global_credentialhelper: "%{boxen::config::home}/bin/boxen-git-credential"
git::global_excludesfile: "%{hiera('git:... | Define the right version on the hiera data | Define the right version on the hiera data
| YAML | mit | halyard/puppet-git,RallySoftware/boxen-git,RallySoftware/boxen-git,boxen/puppet-git,boxen/puppet-git,rhoml/puppet-git,rhoml/puppet-git,mavant/puppet-git,mavant/puppet-git |
0db6d7ae57c854abc06dd5516d312027b27e511e | shippable.yml | shippable.yml | language: python
env:
- PHASE="test"
- PHASE="syntax"
- PHASE="docs"
build:
ci:
- pip install git+ssh://git@github.com/RedHatInsights/insights-archive.git#master
- pip install -e .[develop]
- mkdir -p shippable/testresults shippable/codecoverage
- if [ $PHASE == "test" ]; then py.test ... | language: python
env:
- PHASE="test"
- PHASE="syntax"
- PHASE="docs"
build:
ci:
- pip install -e .
- pip install git+ssh://git@github.com/RedHatInsights/insights-archive.git#master
- pip install -e .[develop]
- mkdir -p shippable/testresults shippable/codecoverage
- if [ $PHASE == ... | Install runtime before archive tool | Install runtime before archive tool
This is annoying, but we have to install this package (with its runtime
deps) before the archive tool because it depends on insights-core. Then
install the development deps, which depend on the archive tool.
| YAML | apache-2.0 | RedHatInsights/insights-core,RedHatInsights/insights-core |
0e1aebcffac6d95f10464f0bd82eaa44e6286361 | modules/hammerspoon/commands/setup.yml | modules/hammerspoon/commands/setup.yml | ---
- name: Run task dependencies for install Hammerspoon
include_tasks: "{{ playbook_dir }}/lib/dependencies/{{ item }}.yml"
loop:
- os_is_mac
- homebrew_is_installed
- block:
- name: Ensure Hammerspoon is installed and up to date
homebrew_cask:
name: hammerspoon
state: upgraded
... | ---
- name: Run task dependencies for install Hammerspoon
include_tasks: "{{ playbook_dir }}/lib/dependencies/{{ item }}.yml"
loop:
- os_is_mac
- homebrew_is_installed
- block:
- name: Ensure Hammerspoon is installed and up to date
homebrew_cask:
name: hammerspoon
state: upgraded
... | Apply force to link Hammerspoon settings folder | Apply force to link Hammerspoon settings folder
| YAML | unlicense | guerrero/dotfiles |
46205387bb21ea15b6cf51c0d85ea66a3a95c504 | data/common.yaml | data/common.yaml | ---
python::prefix: /opt
python::user: "%{::id}"
python::pyenv::ensure: v20140825
python::pyenv::prefix: "%{hiera('python::prefix')}/pyenv"
python::pyenv::user: "%{hiera('python::user')}"
python::pyenv::plugins:
virtualenv:
ensure: present
source: yyuu/pyenv-virtualenv
python::version::al... | ---
python::prefix: /opt
python::user: "%{::id}"
python::pyenv::ensure: v20140825
python::pyenv::prefix: "%{hiera('python::prefix')}/pyenv"
python::pyenv::user: "%{hiera('python::user')}"
python::pyenv::plugins:
pip-rehash:
ensure: present
source: yyuu/pyenv-pip-rehash
virtualenv:
en... | Add in pyenv-pip-rehash as a default plugin to install | Add in pyenv-pip-rehash as a default plugin to install
| YAML | mit | jamieconnolly/puppet-python,jamieconnolly/puppet-python,jamieconnolly/puppet-python |
7c7d978e0c9d78e6d3d4968a679c463a01e0896c | data/transition-sites/phe_comare.yml | data/transition-sites/phe_comare.yml | ---
site: phe_comare
whitehall_slug: public-health-england
title: Public Health England
redirection_date: 1st June 2014
homepage: https://www.gov.uk/government/organisations/public-health-england
tna_timestamp: 20131102015026
host: www.comare.org.uk
furl: www.gov.uk/phe
aliases:
- comare.org.uk
| ---
site: phe_comare
whitehall_slug: public-health-england
title: Public Health England
redirection_date: 1st June 2014
homepage: https://www.gov.uk/government/organisations/public-health-england
tna_timestamp: 20131102015026
host: www.comare.org.uk
furl: www.gov.uk/phe
aliases:
- comare.org.uk
- www.comare.info
- coma... | Add aliases for comare site | Add aliases for comare site
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
654c558a9e8d0a7b83148f8a34e04d7dc99cb7ca | ansible/vars/common.yml | ansible/vars/common.yml | ---
php_ppa: php5-oldstable
mysql_56: true
doc_root: /var/www
sys_packages: ["vim","git","imagemagick","htop"]
dist: precise
php_packages: ["php5-cli","php5-curl","php5-imagick","php5-mcrypt","php5-mysql","php5-memcached","php5-sqlite","php5-xdebug"]
| ---
php_ppa: php5-oldstable
mysql_56: false
doc_root: /var/www
sys_packages: ["vim","git","imagemagick","htop"]
dist: precise
php_packages: ["php5-cli","php5-curl","php5-imagick","php5-mcrypt","php5-mysql","php5-memcached","php5-sqlite","php5-xdebug"]
| Set MySQL 5.5 as a default version | Set MySQL 5.5 as a default version
| YAML | mit | marlek/my-ansible,marlek/my-ansible |
17f21edf5cf29b78f86ba056fda4275fd3877fa4 | packages/km/kmp-dfa.yaml | packages/km/kmp-dfa.yaml | homepage: https://github.com/paolino/kmp-dfa
changelog-type: markdown
hash: 5b61a0c6096026bfb53728bce1610c6c5050d2c13e670534a52c3181a3be4ec0
test-bench-deps: {}
maintainer: paolo.veronelli@gmail.com
synopsis: KMP algorithm implementation based on Deterministic Finite State Automata
changelog: ! '# Revision history for ... | homepage: https://github.com/paolino/kmp-dfa
changelog-type: markdown
hash: 45c90e44e6426f7841a75494a33d8b28ac7aec46b326f347d34244da04378798
test-bench-deps:
base: ! '>=4.9 && <4.10'
array: ! '>=0.5 && <0.6'
kmp-dfa: -any
QuickCheck: -any
maintainer: paolo.veronelli@gmail.com
synopsis: KMP algorithm implementat... | Update from Hackage at 2017-06-18T11:48:19Z | Update from Hackage at 2017-06-18T11:48:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5be0b3fcaacdf8d5c567ff57d091b7ccd9a73450 | packages/sy/systemd.yaml | packages/sy/systemd.yaml | homepage: https://github.com/erebe/systemd
changelog-type: ''
hash: 00adb479fc086413f7f638387c0cdb585f3ff15868981278126248db7e428641
test-bench-deps:
base: ! '>=4.7 && <=4.8.1.0'
systemd: -any
maintainer: romain.gerard@erebe.eu
synopsis: Systemd facilities (Socket activation, Notify)
changelog: ''
basic-deps:
byt... | homepage: https://github.com/erebe/systemd
changelog-type: ''
hash: 081b70b912f0df3a16efa58c6cb5950c9543078fece213828949e4a7a6e3fc93
test-bench-deps:
base: ==4.*
systemd: -any
maintainer: romain.gerard@erebe.eu
synopsis: Systemd facilities (Socket activation, Notify)
changelog: ''
basic-deps:
bytestring: ! '>=0.1... | Update from Hackage at 2016-09-14T20:31:58+0000 | Update from Hackage at 2016-09-14T20:31:58+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
c370e28a2ca6101e6a16a8e094d7ceb3de9efe06 | vars/homebrew.yml | vars/homebrew.yml | ---
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_taps:
- homebrew/cask-fonts
- weaveworks/tap
homebrew_packages:
- autoconf
- awscli
- docker
- docker-compose
- gcc
- gettext
- git
- go
- grep
- htop
- hugo
- jq
- kubectl
- kubectx
- mysql
- node@12
- pyth... | ---
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_taps:
- homebrew/cask-fonts
- weaveworks/tap
homebrew_packages:
- autoconf
- awscli
- docker
- docker-compose
- gcc
- gettext
- git
- go
- grep
- htop
- hugo
- jq
- kubectl
- kubectx
- kubeseal
- mysql
- nod... | Add kubeseal and yq installs for macos | Add kubeseal and yq installs for macos
| YAML | mit | brileb73/dotfiles |
ce588fd5b6b00e3e46aa720a69dc94a9a59f7ab3 | actions/workflows/mistral_get_commit_shas.yaml | actions/workflows/mistral_get_commit_shas.yaml | ---
version: '1.0'
description: Mistral get commit shas subworkflow
input:
- host
- repos
output:
- shas: <% ctx().shas %>
tasks:
get_mistral_sha:
action: core.remote
input:
hosts: <% ctx().host %>
cmd: cd <% ctx().repos.get(mistral) %> && echo `git rev-parse HEAD`
next:
- when: <%... | ---
version: '1.0'
description: Mistral get commit shas subworkflow
input:
- host
- repos
output:
- shas: <% ctx().shas %>
tasks:
get_mistral_sha:
action: core.remote
input:
hosts: <% ctx().host %>
cmd: cd <% ctx().repos.get(mistral) %> && echo `git rev-parse HEAD`
next:
- when: <%... | Use task(get_mistral..._sha).result instead of result() when getting commit SHAs | Use task(get_mistral..._sha).result instead of result() when getting commit SHAs
See execution 5c6cd7d016f3ad79c1dd5a1b
| YAML | apache-2.0 | StackStorm/st2ci |
32f0a6dc517ec321bdd3cfc1b2b9f776fbbeefaa | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode10.1
cache: cocoapods
podfile: Example/Podfile
notifications:
email: false
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
before_install:
- bundle update --bundler
- bundle install
install:
- bundle exec pod install --project-directory=Example --repo-update
sc... | language: objective-c
osx_image: xcode10.1
cache: cocoapods
podfile: Example/Podfile
notifications:
email: false
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
before_install:
- gem install bundler -v 2.0.1
- bundle install
install:
- bundle exec pod install --project-directory=Example --repo-upda... | Install a specific version of Bundler. | Install a specific version of Bundler.
| YAML | mit | detroit-labs/IRLSize,detroit-labs/IRLSize,detroit-labs/IRLSize |
ecaa62029bfff9a687c9f2fa6678a665cd74dc50 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
before_install: "npm install -g npm && npm cache clean"
script: "npm run-script travis"
| language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs-3.0.0"
before_install: "npm install -g npm && npm cache clean"
script: "npm run-script travis"
| Build on node.js 0.12 and io.js 3.0.0 as well | Travis: Build on node.js 0.12 and io.js 3.0.0 as well | YAML | bsd-3-clause | unexpectedjs/unexpected-mitm,alexjeffburke/unexpected-mitm |
903316434053703540e2d878857b302626453c63 | .travis.yml | .travis.yml | language: ruby
rvm:
- "1.9.3"
- "2.0.0"
# uncomment this line if your project needs to run something other than `rake`:
# # script: bundle exec rspec spec
#
| language: ruby
rvm:
- "1.9.3"
- "2.0.0"
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rspec spec
#
| Use rspec rather than rake | Use rspec rather than rake
| YAML | mit | coffeencoke/fun |
e715e697225dceae9f54ec70e97f3fbd1526b064 | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: python
python:
- "3.4"
- "3.5"
addons:
apt:
packages:
- google-chrome-stable
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
- wget https://chromedriver.storage.googleapis.com/2.29/chromedriver_linux64.zip
- unzip chromedr... | sudo: false
dist: trusty
language: python
python:
- "3.4"
- "3.5.3"
addons:
apt:
packages:
- google-chrome-stable
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
- wget https://chromedriver.storage.googleapis.com/2.29/chromedriver_linux64.zip
- unzip chrome... | Use python 3.5.3 for test | Use python 3.5.3 for test
| YAML | mit | miyakogi/wdom,miyakogi/wdom,miyakogi/wdom |
2b193bbe1dedd19796714a0e0ef1f797c94f77de | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
# testing with coverage is broken:
# - "3.2" # https://travis-ci.org/d33tah/py-bpgsql/jobs/88710167
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "nightly"
- "pypy"
- "pypy3"
install:
- true
script:
- $PYTHON_EXE setup.py install && $PYTHON_EXE -m coverage run t... | language: python
python:
- "2.6"
- "2.7"
# testing with coverage is broken:
# - "3.2" # https://travis-ci.org/d33tah/py-bpgsql/jobs/88710167
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "nightly"
- "pypy"
- "pypy3"
install:
- true
script:
- python setup.py install && coverage run tests/test_bpgsql.py ... | Revert "Let's also try Jython." | Revert "Let's also try Jython."
Apparently this didn't really work out:
https://travis-ci.org/d33tah/py-bpgsql/builds/88710737
| YAML | lgpl-2.1 | d33tah/bpgsql |
5dff744ee90b94fa7279bfd4a0b37a89634da012 | .travis.yml | .travis.yml | language: go
sudo: false
go:
- 1.9.3
- tip
before_install:
- go get -v github.com/mattn/goveralls
install:
- make get-deps
script:
- make travis-ci
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.out
notifications:
email: false
| language: go
sudo: false
go:
- 1.9.3
before_install:
- go get -v github.com/mattn/goveralls
install:
- make get-deps
script:
- make travis-ci
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.out
notifications:
email: false
| Update configuration not to run Go tip version | CI: Update configuration not to run Go tip version
Update the configuration of the CI (travis) for not running the checks
against the Golang tip version.
| YAML | mit | cycloidio/raws |
6d31d331a020f5fbbe81ad2942c6c58a550c8d5d | .travis.yml | .travis.yml | language: python
sudo: false
env:
global:
secure: "OwcNfLq3nPhDkIwLA2In6YFB1+o9/J5vzHEUxCD0KNRrA1XTKbF1qWJcetUY4bTI/TUdMTTLU1WJ9BTIJVkivmLGzgmjluCyC0kaXe7+qZLQnoLjUM4wBpoT53bZ8XTCJQ7gKwQ8CyPK7EEDyINKUgHtPrDVMyoee9EsBH4sJWA="
python:
- 3.5
install:
- gem install travis
# - ls -la ~/
# trick travis CLI int... | language: python
sudo: false
env:
global:
secure: "OwcNfLq3nPhDkIwLA2In6YFB1+o9/J5vzHEUxCD0KNRrA1XTKbF1qWJcetUY4bTI/TUdMTTLU1WJ9BTIJVkivmLGzgmjluCyC0kaXe7+qZLQnoLjUM4wBpoT53bZ8XTCJQ7gKwQ8CyPK7EEDyINKUgHtPrDVMyoee9EsBH4sJWA="
python:
- 3.5
install:
- gem install travis
# - ls -la ~/
# trick travis CLI int... | Switch the order of the piping | Switch the order of the piping
| YAML | bsd-3-clause | scikit-xray/scikit-xray-examples,scikit-beam/scikit-beam-examples,sameera2004/scikit-beam-examples,Nikea/scikit-xray-examples,sameera2004/scikit-xray-examples |
7aa7bda4990099c860e7274313f8de79cff2435e | eng/pipelines/templates/VSCode-codesign-osx.template.yml | eng/pipelines/templates/VSCode-codesign-osx.template.yml | ---
steps:
- checkout: self
- template: ../tasks/DownloadPipelineArtifact.yml
parameters:
displayName: 'Downloading unsigned_osx-x64_binaries'
path: '$(Pipeline.Workspace)/Artifacts'
artifact: 'unsigned_osx-x64_binaries'
- script: |
echo "#[command] codesign -s - -f --entitlements $(Build.SourcesDi... | ---
steps:
- checkout: self
- template: ../tasks/DownloadPipelineArtifact.yml
parameters:
displayName: 'Downloading unsigned_osx-x64_binaries'
path: '$(Pipeline.Workspace)/Artifacts'
artifact: 'unsigned_osx-x64_binaries'
- script: |
echo "#[command] codesign -s - -f --entitlements $(Build.SourcesDi... | Fix macOS publishing: zip without absolute paths | Fix macOS publishing: zip without absolute paths
Zip using `*` after `cd $(Pipeline.Workspace)/Artifacts/` to prevent full paths appearing in the zip.
Before it would produce:
`osx-x64.zip\Users\runner\work\1\Artifacts\OpenDebugAD7`
we want:
`osx-x64.zip\OpenDebugAD7` | YAML | mit | orbitcowboy/MIEngine,orbitcowboy/MIEngine,orbitcowboy/MIEngine,orbitcowboy/MIEngine |
c6a44ad31c8fcc54e5cef9730b49e28d80eed335 | .travis.yml | .travis.yml | dist: bionic
language: lisp
env:
matrix:
- LISP=allegro
- LISP=ccl
- LISP=ccl32
- LISP=sbcl
- LISP=sbcl32
- LISP=abcl
- LISP=cmucl
- LISP=ecl
matrix:
allow_failures:
- env: LISP=abcl
- env: LISP=ccl32
- env: LISP=cmucl
- env: LISP=ecl
notifications:
email:
on... | dist: bionic
language: lisp
env:
matrix:
# - LISP=abcl
- LISP=allegro
- LISP=ccl
- LISP=ccl32
- LISP=cmucl
- LISP=ecl
- LISP=sbcl
- LISP=sbcl32
matrix:
allow_failures:
- env: LISP=abcl
- env: LISP=ccl32
- env: LISP=cmucl
- env: LISP=ecl
notifications:
email:
... | Disable ABCL tests because they timeout | Disable ABCL tests because they timeout
| YAML | mit | sionescu/bordeaux-threads,sionescu/bordeaux-threads |
d044ad2f6a86ef7f16c9a8592601dd80d4990e3c | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
script:
- python --version
- python setup.py -q install
- python setup.py test
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install virtualenv
script:
- python --version
- python setup.py -q install
- python setup.py test
| Install prerequisites for tox on Travis | Install prerequisites for tox on Travis
| YAML | bsd-3-clause | mdgart/sentrylogs,bittner/sentrylogs |
dfdf2acce525530104557cc36f306add3dd2f120 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
env:
- FLASK_APP=commands.py
install:
- pip install -r requirements/common.txt
notifications:
email:
on_success: change
on_failure: always
services: mongodb
script:
- cp config.yml.example config.yml
- cp tests/fake-pubkey.pem /tmp/pubkey.pem
- flas... | language: python
python:
- "2.7"
env:
- FLASK_APP=commands.py
install:
- pip install -r requirements/common.txt
# requests is only needed to run the tests
- pip install requests
notifications:
email:
on_success: change
on_failure: always
services: mongodb
script:
- cp config.yml.ex... | Install `requests` so that tests do not fail on Travis. | Install `requests` so that tests do not fail on Travis.
| YAML | agpl-3.0 | uzh/msregistry |
3f315988c57e6254ddc244f775c1f7e1c1f2efae | .travis.yml | .travis.yml | language: node_js
cache:
npm: true
ccache: true
node_js:
- stable
- 14
- 12
- 10
os:
- linux
- osx
arch:
- amd64
- arm64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- doxygen
- g++-4.8
# Install scripts. (runs after repo cloning)
install:
- if [ $TRA... | language: node_js
cache:
npm: true
ccache: true
node_js:
- stable
- 14
- 12
- 10
os:
- linux
- osx
arch:
- amd64
- arm64
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- doxygen
# Install scripts. (runs after repo cloning)
install:
# install modules
- npm i... | Stop building with g++-4.8 in Travis CI. | Stop building with g++-4.8 in Travis CI.
| YAML | apache-2.0 | BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC |
d078b39ab4923f2f6cd30dfcff4beb75225969ab | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode8
# Important to specify the simulator SDK, otherwise Travis CI will attempt to
# build for the real iPhone and fail due to code-signing issues.
# See https://docs.travis-ci.com/user/languages/objective-c for details.
xcode_sdk: iphonesimulator
before_install:
- brew update
-... | language: objective-c
osx_image: xcode8
# Important to specify the simulator SDK, otherwise Travis CI will attempt to
# build for the real iPhone and fail due to code-signing issues.
# See https://docs.travis-ci.com/user/languages/objective-c for details.
xcode_sdk: iphonesimulator10.0
before_install:
- brew update... | Select iPhone simulator version 10.0 for Travis | Select iPhone simulator version 10.0 for Travis
| YAML | mit | royratcliffe/NetworkReachability,royratcliffe/NetworkReachability |
39583f75c2cbe1f3208e4e1c2687fda10634e089 | .travis.yml | .travis.yml | language: php
php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
install:
- composer install
| language: php
php:
- '7.1'
- '7.2'
- '7.3'
install:
- composer install
| Drop PHP 5.6 & 7.0 from Travis build matrix, add PHP 7.3 | Drop PHP 5.6 & 7.0 from Travis build matrix, add PHP 7.3
| YAML | mit | Moxio/php-codesniffer-sniffs |
66fd3fccc5d349486148de84b92368942f9102b4 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- id: name-tests-test
- id: requirements-txt-fixer
- id: flake8
- repo: https://github.com/pre-... | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://gitlab.com/pycqa/flake8
rev: 3... | Migrate to official pycqa/flake8 hooks repo | Migrate to official pycqa/flake8 hooks repo
Committed via https://github.com/asottile/all-repos
| YAML | mit | asottile/dockerfile,asottile/dockerfile,asottile/dockerfile |
485da2d93214c8cbb7961cab95787fab16efe0d3 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 7.0
- 7.1
install:
- composer config -a -g http-basic.repo.magento.com $MAGE_USER $MAGE_PASS
- composer config repositories.meqp git https://github.com/magento/marketplace-eqp
- composer config repositories.meqp2 composer https://repo.magento.com/
- composer r... | language: php
sudo: false
php:
- 7.0
- 7.1
install:
- composer config -a -g http-basic.repo.magento.com $MAGE_USER $MAGE_PASS
- composer config repositories.meqp git https://github.com/magento/marketplace-eqp
- composer config repositories.meqp2 composer https://repo.magento.com/
- composer r... | Update build steps for TravisCI | Update build steps for TravisCI
| YAML | bsd-3-clause | fastly/fastly-magento2,fastly/fastly-magento2,fastly/fastly-magento2,fastly/fastly-magento2 |
7dc0bb53be013a7cd9dfc6981fb6ae04312183f7 | .travis.yml | .travis.yml | language: cpp
compiler:
- clang
before_install:
- mkdir -p _build/test _build/src
- wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key|sudo apt-key add -
- sudo echo "deb http://llvm.org/apt/unstable/ llvm-toolchain-3.7 main" >> /etc/apt/sources.list
- sudo echo "deb-src http://llvm.org/apt/unstable/ llvm-t... | 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/apt/sour... | Test Travis CI: Update build script | Test Travis CI: Update build script
| YAML | mit | maddouri/hyper_array |
48905b5a1e9667f27da569cb0d31df5e49e34ef7 | .travis.yml | .travis.yml | language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
# - "3.2" pyelasticsearch is not compatible
# - "pypy3" requires sudo in travis
install:
- pip install -r requirements.txt
- pip install -r requirements_test.txt
script:
- python manage.py test
- flake8... | language: python
sudo: false
python:
- "2.7"
- "3.4"
- "3.5"
- "pypy"
# - "3.2" pyelasticsearch is not compatible
# - "3.3" Django stopped supporting this in 1.9
# - "pypy3" requires sudo in travis
install:
- pip install -r requirements.txt
- pip install -r requirements_test.txt
scri... | Drop testing in Python 3.3 | Drop testing in Python 3.3
Django dropped support
| YAML | cc0-1.0 | 18F/regulations-core,eregs/regulations-core |
5bd245f0077b6035492c4bef94b00eb729ce6de9 | .travis.yml | .travis.yml | os:
- linux
- osx
language: node_js
sudo: required
dist: trusty
osx_image: xcode8
env:
- SWIFT_VERSION=3.0.2
- SWIFT_VERSION=3.1
- SWIFT_VERSION=4.0.3
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
- npm instal... | os:
- linux
- osx
language: node_js
sudo: required
dist: trusty
osx_image: xcode9.3
env:
- SWIFT_VERSION=3.0.2
- SWIFT_VERSION=3.1
- SWIFT_VERSION=4.0.3
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
- npm inst... | Use Xcode 9.3 on Travis CI | chore: Use Xcode 9.3 on Travis CI
| YAML | bsd-2-clause | kylef/Curassow |
efee0d7ceea682a7b34d98ea57bb9d5149ffc364 | tools/paas-uaa-assets/manifest.yml | tools/paas-uaa-assets/manifest.yml | ---
applications:
- name: paas-uaa-assets
memory: 64M
disk_quota: 100M
instances: 2
| ---
applications:
- name: paas-uaa-assets
memory: 64M
disk_quota: 100M
instances: 2
stack: cflinuxfs3
| Update paas-uaa-assets stack to cflinuxfs3 | Update paas-uaa-assets stack to cflinuxfs3
| YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
ac4f2422a744901ef13e01a616f918058fcd2c04 | .appveyor.yml | .appveyor.yml | branches:
only:
- master
- develop
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: ""
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# Configure so can use git push (loca... | branches:
only:
- master
- develop
environment:
matrix:
- nodejs_version: "8"
- nodejs_version: ""
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
# Output useful info for debugging.
- node --version
- npm --version
# Configure so can use git push (loca... | Make it ascii as intended | Make it ascii as intended
| YAML | mit | JohnRGee/arm,JohnRGee/forest-arborist,JohnRGee/forest-arborist |
0dbf74b0683bfb9bbe01aebbcd8965588abeff96 | .appveyor.yml | .appveyor.yml | clone_depth: 50
configuration:
- Debug
image:
- Visual Studio 2017
install:
- pip install jinja2
- git submodule update --init --recursive
build_script:
- mkdir build
- cd build
- cmake -DNXT_USE_WERROR=1 -DNXT_ENABLE_VULKAN=1 ..
- cmake --build .
# TODO(cwallez@chromium.org) test on more than Debug.
- D... | clone_depth: 50
configuration:
- Debug
image:
- Visual Studio 2017
install:
- pip install jinja2
- git submodule update --init --recursive
build_script:
- mkdir build
- cd build
- cmake -DNXT_USE_WERROR=1 -DNXT_ENABLE_VULKAN=1 ..
- cmake --build . -- /verbosity:minimal
# TODO(cwallez@chromium.org) test on... | Reduce the verbosity of MSBuild in AppVeyor | Reduce the verbosity of MSBuild in AppVeyor
| YAML | apache-2.0 | Kangz/nxt-standalone,googlearchive/nxt-standalone,googlearchive/nxt-standalone,Kangz/nxt-standalone,googlearchive/nxt-standalone,googlearchive/nxt-standalone,Kangz/nxt-standalone,Kangz/nxt-standalone |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.