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 |
|---|---|---|---|---|---|---|---|---|---|
299a70fa1216f1c82f850b8fb8f3ade968dbc9b2 | deployments/workshop/config/prod.yaml | deployments/workshop/config/prod.yaml | jupyterhub-ssh:
hubUrl: https://workshop.datahub.berkeley.edu
jupyterhub:
scheduling:
userPlaceholder:
enabled: false
ingress:
enabled: true
hosts:
- workshop-staging.datahub.berkeley.edu
tls:
- secretName: tls-cert
hosts:
- workshop-staging.datahub.berkeley.e... | jupyterhub-ssh:
hubUrl: https://workshop.datahub.berkeley.edu
jupyterhub:
scheduling:
userPlaceholder:
enabled: false
ingress:
enabled: true
hosts:
- workshop.datahub.berkeley.edu
tls:
- secretName: tls-cert
hosts:
- workshop.datahub.berkeley.edu
hub:
db... | Use correct hostname for workshop hub | Use correct hostname for workshop hub
| YAML | bsd-3-clause | ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub |
2599342b726e5ab5a2672483c13737c162d1da13 | meta/main.yml | meta/main.yml | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Add CentOS and openSUSE as supported distributions | meta: Add CentOS and openSUSE as supported distributions
The role already supports CentOS and openSUSE so add the related
metadata information.
Change-Id: I7198301ac137a2f6f48da0bb9e735e7f7220e4a8
| YAML | apache-2.0 | openstack/openstack-ansible-pip_install,os-cloud/openstack-ansible-pip_install,openstack/openstack-ansible-pip_install,os-cloud/openstack-ansible-pip_install |
f4c05ba78127fc8883cc4c741dfd5f052dacc621 | meta/main.yml | meta/main.yml | ---
galaxy_info:
author: ansistrano
description: Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a Capistrano style
company: Ansistrano
license: BSD
min_ansible_version: 1.6
platforms:
- name: EL
versions:
- all
- name: GenericUNIX
versions:
- all
- name: ... | ---
galaxy_info:
author: ansistrano
description: Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a Capistrano style
company: Ansistrano
license: MIT
min_ansible_version: 1.6
platforms:
- name: EL
versions:
- all
- name: GenericUNIX
versions:
- all
- name: ... | Fix license info in meta | Fix license info in meta | YAML | mit | laupow/deploy,andreiashu/deploy,mblaschke/deploy,dgsuarez/deploy,cbrunnkvist/deploy,ngpestelos/deploy,javibravo/deploy |
9d3688949727026d533af2086ceb91a558f3789f | logdog/appengine/cmd/coordinator/logs/module-logs.yaml | logdog/appengine/cmd/coordinator/logs/module-logs.yaml | # Copyright 2017 The LUCI Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... | # Copyright 2017 The LUCI Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in wr... | Increase logs module min instances to 4 (from 2) | [logdog] Increase logs module min instances to 4 (from 2)
A bug described symptoms of not enough instances to serve log endpoints.
Because flex takes a longer time to spin up instances than classic,
it's more important to have idle instances ready to serve.
Bug: 910095
Change-Id: I2452fbfd73866321f63d10d57f74aaae9ce8... | YAML | apache-2.0 | luci/luci-go,luci/luci-go,luci/luci-go,luci/luci-go,luci/luci-go,luci/luci-go |
432d9c3889eb0e19062508de1c229ca9c9e5f56e | scripts.yaml | scripts.yaml | bedtime:
alias: Go to bed
sequence:
- service: light.turn_on
data:
entity_id: group.hall_lights
- delay: '00:10:00'
- service: light.turn_off
data:
entity_id:
- group.kitchen_lights
- group.living_room_lights
- delay: '00:30:00'
- service: light.tu... | bedtime:
alias: Go to bed
sequence:
- service: light.turn_on
data:
entity_id: group.hall_lights
- delay: '00:10:00'
- service: light.turn_off
data:
entity_id:
- group.kitchen_lights
- group.living_room_lights
- delay: '00:30:00'
- service: light.tu... | Fix service definition for non-templated data | Fix service definition for non-templated data
| YAML | mit | davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config |
22911f75f8ffb0e70450915d4921b67e18427739 | .travis.yml | .travis.yml | language: python
sudo: true
python:
- "2.7_with_system_site_packages"
# - "3.5" #python3-gi is bugged and Travis not let to access to python-gi (py2.7)
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
install:
- bash test/setup_test.sh
script:
# so to help eventual deb... | language: python
sudo: true
python:
- "2.7_with_system_site_packages"
# - "3.5" #python3-gi is bugged and Travis not let to access to python-gi (py2.7)
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
install:
- bash test/setup_test.sh
script:
# so to help eventual deb... | Add listing test folder to see if coverage exist | Add listing test folder to see if coverage exist
| YAML | agpl-3.0 | Alignak-monitoring-contrib/alignak-app,Alignak-monitoring-contrib/alignak-app |
77dbe32af1d735c99e20033152e36ad0f19f9886 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- composer self-update
- composer install --dev --prefer-source
script:
- ./vendor/bin/phpunit -c ./test --coverage-clover ./build/logs/clover.xml
- ./bin/check-cs.sh
after_script:
- php ./vendor/bin/coveralls -v
notifications:
irc: "irc.freen... | language: php
php:
- 5.3
- 5.4
- 5.5
before_script:
- composer self-update
- composer install --dev --prefer-source
script:
- ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
- ./bin/check-cs.sh
after_script:
- php ./vendor/bin/coveralls -v
notifications:
irc: "irc.freenode.org#ap... | Update phpunit invocation for Travis | Update phpunit invocation for Travis
- No longer need the `-c ./test/` directive.
| YAML | bsd-3-clause | nocvp/zf-api-problem,rstgroup/zf-api-problem,rstgroup/zf-api-problem,rstgroup/zf-api-problem |
4e1cd987efcc2c9f377b0dd016784405d03c1606 | .travis.yml | .travis.yml | language: ruby
before_install:
- sudo add-apt-repository -y ppa:miurahr/vagrant
- sudo apt-get update -qq
- sudo apt-get install -qq libvirt-dev libvirt-bin qemu-kvm qemu
rvm:
- 1.9.3
- 2.0.0
script: "bundle exec rspec spec/vagrant-kvm/"
| language: ruby
before_install:
- sudo add-apt-repository -y ppa:miurahr/vagrant
- sudo apt-get update -qq
- sudo apt-get install -qq libvirt-dev libvirt-bin qemu-kvm qemu
- sudo usermod -G kvm,libvirtd $USER
rvm:
- 1.9.3
- 2.0.0
script: "bundle exec rspec spec/vagrant-kvm/"
| Add user to proper groups | Add user to proper groups
| YAML | mit | rainforestapp/vagrant-kvm |
510879bcb426bdb8be86b65cbf075bed8ce592f5 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
- hhvm
sudo: false
install:
- composer install --no-interaction
script:
- phpunit --coverage-text
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7
# also test against HHVM, but require "trusty" and ignore errors
matrix:
include:
- php: hhvm
dist: trusty
allow_failures:
- php: hhvm
sudo: false
install:
- composer install --no-interaction
script:
- phpunit --coverage-text
| Fix HHVM build for now again and ignore future HHVM build errors | Fix HHVM build for now again and ignore future HHVM build errors | YAML | mit | clue/php-commander |
67c06a522f8b87de5f1f9dffcc58ebf20d4f178c | .travis.yml | .travis.yml | language: node_js
node_js:
- 4.0
- 4.1
- 4.2
- 4.3
- 4.4
- 4.5
- 4.6
- 5.0
- 5.1
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
- 5.7
- 5.8
- 5.9
- 5.10
- 5.11
- 5.12
- 6.0
- 6.1
- 6.2
- 6.3
- 6.4
- 6.5
- 6.6
- 6.7
| language: node_js
node_js:
- 4
- 5
- 6
| Test against major versions only | Test against major versions only
| YAML | mit | xavierdutreilh/wintersmith-environments,xavierdutreilh/wintersmith-environments |
75437e6eeb6c9002ceae4f412904c0d79c40c17a | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- '6'
- '8'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| sudo: false
language: node_js
node_js:
- '6'
- '8'
- '10'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
| Build with Node.js 10 at Travis CI. | Build with Node.js 10 at Travis CI.
| YAML | mit | bigeasy/semblance |
a21f27834ddfdce638a49868356d9cb08fd6b4cd | .travis.yml | .travis.yml | # http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
language: node_js
env: TRAVIS_CI=true
node_js:
- "8"
script:
- yarn typecheck
- yarn report
| # http://docs.travis-ci.com/user/languages/javascript-with-nodejs/
language: node_js
env: TRAVIS_CI=true
node_js:
- "8"
script:
- yarn report
| Remove `typecheck` command from Travis CI | :green_heart: Remove `typecheck` command from Travis CI
| YAML | mit | edloidas/rollrobot |
990151d98ef1db9722f56d9306a7ef2f72a846b3 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
env:
global:
- ES_VER=0.90.7
- ES_MAPPER_ATTACHMENTS_VER=1.9.0
- ES_TRANSPORT_THRIFT_VER=1.4.0
- ES_GEOCLUSTER_FACET_VER=0.0.8
- ES_WAIT_ON_MAPPING_CHANGE=true
matrix:
- ES_REQUIRE=dev
- ES_REQUIRE=no-... | language: php
php:
- 5.3
- 5.4
- 5.5
matrix:
allow_failures:
- php: 5.5
env:
global:
- ES_VER=0.90.7
- ES_MAPPER_ATTACHMENTS_VER=1.9.0
- ES_TRANSPORT_THRIFT_VER=1.4.0
- ES_GEOCLUSTER_FACET_VER=0.0.9
- ES_WAIT_ON_MAPPING_CHANGE=true
matrix:
- ES_REQUIRE=dev
- ES_REQUIRE=no-... | Update geocluster facet plugin to v0.0.9 | Update geocluster facet plugin to v0.0.9
| YAML | mit | pborreli/Elastica,markeilander/Elastica,giorrrgio/Elastica,jeancsil/Elastica,revinate/Elastica,sugarcrm/Elastica,eilgin/Elastica,piotrantosik/Elastica,miniplay/Elastica,giovannialbero1992/Elastica,p365labs/Elastica,Mosoc/Elastica,ARAMISAUTO/Elastica,fubuki/Elastica,jeancsil/Elastica,miniplay/Elastica,tmatei/Elastica,ka... |
209486cc7019cbd7de96fe220691df0e33b94260 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
| language: python
os: linux
python:
- "3.8"
- "3.7"
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
- "pypy3"
- "pypy3.5-6.0"
- "pypy3.5-7.0"
- "pypy3.6-7.0.0"
- "pypy"
- "pypy2.7-6.0"
- "pypy2.7-7.0.0"
jobs:
include:
- os: osx
python: "3.7"
osx_image: xcode11.2 # Python 3.7.4 runn... | Update Python versions, and add testing on macOS and Windows | Update Python versions, and add testing on macOS and Windows
| YAML | mit | wireservice/leather,wireservice/leather,onyxfish/leather,onyxfish/leather |
d696150bd4e7bdb27fbc4620919a42415d04f6ac | .travis.yml | .travis.yml | ---
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- jruby
- ruby-head
env:
- rack=1.3.0
- rack=master
- tilt=1.3.2
- tilt=master
- sinatra=master
notifications:
recipients:
- k.haase@finn.de
- ohhgabriel@gmail.com
- inbox@trevorbramble.com
| ---
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx-18mode
- rbx-19mode
- jruby
- ruby-head
env:
- rack=1.3.0
- rack=master
- tilt=1.3.2
- tilt=master
- sinatra=master
notifications:
recipients:
- k.haase@finn.de
- ohhgabriel@gmail.com
- inbox@trevorbramble.com
| Use the proper Rubinius aliases in our Travis version list | Use the proper Rubinius aliases in our Travis version list
| YAML | mit | chicisimo/sinatra-contrib,zBMNForks/sinatra-contrib,TimurTarasenko/sinatra-contrib,lvonk/sinatra-contrib,r7kamura/sinatra-contrib,TimurTarasenko/sinatra-contrib,mwpastore/sinatra-contrib,gferguson-gd/sinatra-contrib,joelmoss/sinatra-contrib,joelmoss/sinatra-contrib,sferik/sinatra-contrib,sferik/sinatra-contrib,rkh/sina... |
be51f0208dc73e4471bad713dfe6e7caa6ddcd4b | .travis.yml | .travis.yml | language: node_js
sudo: false
before_script:
- npm install web-component-tester
- npm install bower
- 'export PATH=$PWD/node_modules/.bin:$PATH'
- bower install
branches:
only:
- gh-pages
- /.*/
node_js: 4
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google... | language: node_js
sudo: required
dist: trusty
before_script:
- npm install web-component-tester
- npm install bower
- 'export PATH=$PWD/node_modules/.bin:$PATH'
- bower install
branches:
only:
- gh-pages
- /.*/
node_js: 4
addons:
firefox: latest
apt:
sources:
- google-chrome
packages... | Upgrade Travis CI to Ubuntu Trusty to fix Chrome usage in testing | Upgrade Travis CI to Ubuntu Trusty to fix Chrome usage in testing
| YAML | mit | Starcounter/starcounter-include,Starcounter/starcounter-include |
70f58c82f3ab137389e0ccf65fea0816f4dca83a | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9.2
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install:
- pod repo update
- gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gvBT8HcP8OS6x/2lMFQsOhuA0mMoJ3t... | language: objective-c
osx_image: xcode9.3beta
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
before_install:
- pod repo update
- gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gvBT8HcP8OS6x/2lMFQsOhuA0mM... | Switch Travis Xcode image to 9.3 beta (until they have final 9.3) | Switch Travis Xcode image to 9.3 beta (until they have final 9.3)
| YAML | mit | audiokit/AudioKit,adamnemecek/AudioKit,audiokit/AudioKit,eljeff/AudioKit,eljeff/AudioKit,audiokit/AudioKit,adamnemecek/AudioKit,adamnemecek/AudioKit,eljeff/AudioKit,adamnemecek/AudioKit,audiokit/AudioKit,eljeff/AudioKit |
24aab5686c92aa761c1d4a79a2dbd9b468b4fb80 | .travis.yml | .travis.yml | language: scala
env:
global:
- PLAY_VERSION=2.2.1
- secure: "HD1x0S9ad/3+G9YUkyT/uTw9lEr+tUQEV4QO+M2Ro1JFSVOzLNZiNoh6FrNb06a0TbencTkftyHYmYjp1/CCyTpF9CMCQ4ddB7TVF9hibH1y9ONVrPJIm5BCEpjGDa4fND8bkcChrpcZDQKIO0ZwArEsl2+IRocnbBT+oYqIFNo="
before_script:
- wget http://downloads.typesafe.com/play/${PLAY_VERSION}/... | language: scala
env:
global:
- PLAY_VERSION=2.2.1
- secure: "HD1x0S9ad/3+G9YUkyT/uTw9lEr+tUQEV4QO+M2Ro1JFSVOzLNZiNoh6FrNb06a0TbencTkftyHYmYjp1/CCyTpF9CMCQ4ddB7TVF9hibH1y9ONVrPJIm5BCEpjGDa4fND8bkcChrpcZDQKIO0ZwArEsl2+IRocnbBT+oYqIFNo="
before_script:
- wget http://downloads.typesafe.com/play/${PLAY_VERSION}/... | Add new Travis.yml for automated compilation | Add new Travis.yml for automated compilation
| YAML | apache-2.0 | MeiSign/Fillable |
86db61b55f942962c483f10c107facdf8af43230 | .travis.yml | .travis.yml | language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- sys-img-armeabi-v7a-android-18
jdk:
- oraclejdk8
sudo: true
before_script:
- echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a
-... | language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- sys-img-armeabi-v7a-android-18
jdk:
- oraclejdk8
sudo: true
before_script:
- echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a
-... | Add compiler unit tests to Travis | Add compiler unit tests to Travis
| YAML | apache-2.0 | MarcinMoskala/ActivityStarter,MarcinMoskala/ActivityStarter,MarcinMoskala/ActivityStarter |
2e7a2e0b59144430e5cd9c721965470069100d95 | .travis.yml | .travis.yml | ---
language: node_js
node_js:
- "6"
sudo: false
dist: trusty
addons:
chrome: stable
cache: yarn
env:
global:
# See https://git.io/vdao3 for details.
- JOBS=1
matrix:
- EMBER_TRY_SCENARIO=defaults
- EMBER_TRY_SCENARIO=typescript-release
- EMBER_TRY_SCENARIO=typescript-beta
- EMBER_TR... | ---
language: node_js
node_js:
- "6"
sudo: false
dist: trusty
addons:
chrome: stable
cache: yarn
env:
global:
# See https://git.io/vdao3 for details.
- JOBS=1
matrix:
- EMBER_TRY_SCENARIO=defaults
- EMBER_TRY_SCENARIO=typescript-release
- EMBER_TRY_SCENARIO=typescript-beta
- EMBER_TR... | Allow failures in beta scenarios | Allow failures in beta scenarios
| YAML | mit | emberwatch/ember-cli-typescript,emberwatch/ember-cli-typescript,emberwatch/ember-cli-typescript,emberwatch/ember-cli-typescript |
cbbec834c25a45fe86174d5aeebef945a51e1ad4 | .travis.yml | .travis.yml | branches:
only:
- master
language: ruby
matrix:
allow_failures:
- rvm: ruby-head
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- jruby
- ruby-head
| branches:
only:
- master
language: ruby
matrix:
allow_failures:
- rvm: ruby-head
install:
- gem install bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- jruby
- ruby-head
| Install the latest bundler on Travis. | Install the latest bundler on Travis.
We're running into an issue with installing gems that _may_ be fixed by
a newer version of bundler. The error itself [1] may have been fixed by
Bundler#3559 [2].
1: "NoMethodError: undefined method `spec' for nil:NilClass"
2: https://github.com/bundler/bundler/pull/3559
| YAML | mit | deadmanssnitch/snitcher |
2e55d2317939b254e6af875c17366d856e75bafc | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install:
- "pip install unittest"
- "pip install coveralls"
# command to run tests
script:
coverage run --source=visualcaptcha test.py
after_success:
coveralls | language: python
python:
- "2.7"
# command to install dependencies
install:
- "pip install coveralls"
# command to run tests
script:
coverage run --source=visualcaptcha test.py
after_success:
coveralls | Update Python version to run on Travis. | Update Python version to run on Travis.
| YAML | mit | emotionLoop/visualCaptcha-python |
0fa22fd223b510310796d74f5d75904a1f2518bb | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1.3
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- RAILS_ENV=test bundle exec rake db:drop
- RAILS_ENV=test bundle exec rake db:create
- RAILS_ENV=test bundle exec rake db:migrate
- RAILS_ENV=test bundle exec rake db:seed
- bundle exec rspec
| cache: bundler
language: ruby
rvm:
- 2.1.3
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- RAILS_ENV=test bundle exec rake db:drop
- RAILS_ENV=test bundle exec rake db:create
- RAILS_ENV=test bundle exec rake db:migrate
- RAILS_ENV=test bundle exec rake db:seed
- bundl... | Use container-based infrastructure and gem caching for faster builds | Use container-based infrastructure and gem caching for faster builds
| YAML | mit | cloudyMBC/sounddrop,cloudyMBC/sounddrop,sounddrop/sounddrop,sounddrop/sounddrop,hannestyden/sounddrop,hannestyden/sounddrop,cloudyMBC/sounddrop,hannestyden/sounddrop,cloudyMBC/sounddrop,sounddrop/sounddrop,sounddrop/sounddrop,hannestyden/sounddrop |
f30cb4a2bcdebc5c8a29f7c470adf69c853b1677 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.1
- 2.2.5
- 2.1.9
env:
- RAILS=3.2.22.1
- RAILS=4.1.14.1
- RAILS=4.2.5.1
- RAILS=5.0.0.0
matrix:
exclude:
- rvm: 2.1.9
env: RAILS=5.0.0.0
| language: ruby
rvm:
- 2.3.1
- 2.2.5
- 2.1.9
env:
- RAILS=3.2.22.1
- RAILS=4.1.14.1
- RAILS=4.2.5.1
- RAILS=5.0.0.0
matrix:
exclude:
- rvm: 2.1.9
env: RAILS=5.0.0.0
before_install:
- gem update bundler
| Update bundler before running it | Update bundler before running it
| YAML | mit | chrislewis60/mail-gpg,jkraemer/mail-gpg,duckdalbe/mail-gpg |
491d0158d02871b949020c44237637d68f8d86e1 | .travis.yml | .travis.yml | language: java
sudo: false
install: true
script: mvn -B clean install
jdk:
- openjdk8
- oraclejdk8
- openjdk9
- openjdk10
- openjdk11
env:
- JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"
| language: java
sudo: false
install: true
script: mvn -B clean install
jdk:
- openjdk8
- openjdk9
- openjdk10
- openjdk11
env:
- JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"
| Remove Oracle JDK from Travis Builds | Remove Oracle JDK from Travis Builds
| YAML | apache-2.0 | apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena,apache/jena |
f5e100e547bddd1e607b5257f911faeb42e2451d | .travis.yml | .travis.yml | sudo: false
dist: trusty
language: java
jdk: oraclejdk9
script:
- ./build.jsh
after_success:
- jshell --show-version --execution local bootstrap.jsh
- cd demo/01-hello-world
- jshell --show-version --execution local build-01-hello-world.jsh
| sudo: false
dist: trusty
language: java
jdk: oraclejdk9
script:
- ./build.jsh
after_success:
- cd demo/00-bootstrap
- jshell --show-version --execution local bootstrap.jsh
- cd -
- cd demo/01-hello-world
- jshell --show-version --execution local build-01-hello-world.jsh
- cd -
| Fix Travis CI build script - bootstrap moved to demo folder | Fix Travis CI build script - bootstrap moved to demo folder
| YAML | mit | sormuras/bach,sormuras/bach |
6ada038a7da6739e94b4af6f17f1eca44a87a20d | .travis.yml | .travis.yml | language: python
cache: pip
env:
global:
- PILLOW="Pillow"
matrix:
include:
- python: 2.7
- python: 3.4
env: PILLOW="Pillow==2.9.0"
- python: 3.5
env: PILLOW="Pillow==3.0.0"
- python: 3.6
before_install:
# Dependencies to build PIL
- sudo apt-get update -qq
- sudo apt-... | language: python
cache: pip
env:
global:
- PILLOW="Pillow"
matrix:
include:
- python: 2.7
- python: 3.4
env: PILLOW="Pillow==2.9.0"
- python: 3.5
env: PILLOW="Pillow==3.0.0"
- python: 3.6
before_install:
# Add PPA to get ffmpeg on trusty
- sudo add-apt-repository ppa:mc3ma... | Fix install of ffmpeg since Travis upgrade to trusty | Fix install of ffmpeg since Travis upgrade to trusty
| YAML | mit | kontza/sigal,kontza/sigal,kontza/sigal |
c4fcf5430e6cb8627e314f74b70b29b4c88515b5 | .travis.yml | .travis.yml | sudo: false
rvm:
- 2.4
# - 2.5
gemfile:
- gemfiles/mysql2_ar_42.gemfile
- gemfiles/mysql2_ar_50.gemfile
- gemfiles/mysql2_ar_51.gemfile
- gemfiles/mysql2_ar_52.gemfile
- gemfiles/pg_ar_42.gemfile
- gemfiles/pg_ar_50.gemfile
- gemfiles/pg_ar_51.gemfile
- gemfiles/pg_ar_52.gemfile
- gemfiles/sqlite... | sudo: false
rvm:
- 2.4
- 2.5
- 2.6
gemfile:
- gemfiles/mysql2_ar_42.gemfile
- gemfiles/mysql2_ar_50.gemfile
- gemfiles/mysql2_ar_51.gemfile
- gemfiles/mysql2_ar_52.gemfile
- gemfiles/pg_ar_42.gemfile
- gemfiles/pg_ar_50.gemfile
- gemfiles/pg_ar_51.gemfile
- gemfiles/pg_ar_52.gemfile
- gemfiles... | Test against Ruby 2.5 and 2.6 | Test against Ruby 2.5 and 2.6 | YAML | mit | kbrock/ancestry,stefankroes/ancestry |
bd714f195655234a69e167a3d3edf21f2b7db282 | .travis.yml | .travis.yml | sudo: false
language: go
before_install:
- git config --global user.email "user@example.com"
- git fetch --unshallow
- git fetch origin +refs/notes/devtools/*:refs/notes/devtools/*
- git fetch origin +refs/heads/master:refs/heads/master
| sudo: false
language: go
before_install:
- git config --global user.email "user@example.com"
- git fetch --unshallow
- git fetch origin +refs/notes/devtools/*:refs/notes/devtools/*
- git fetch origin +refs/heads/master:refs/heads/master
before_script:
- grep "os/exec" `find ./ -name '*.go'` && exit 1
| Add a CI check that we are not importing the builtin "os/exec" package anywhere | Add a CI check that we are not importing the builtin "os/exec" package anywhere
| YAML | apache-2.0 | google/git-appraise |
6586de85dae81a5918ac3ec954feb29ab302907e | .travis.yml | .travis.yml | language: c
compiler:
- gcc
- clang
env:
- CFLAGS="-m32"
- CFLAGS="-m64"
before_script:
- sudo apt-get update -qq
- sudo apt-get install -y libc6:i386 libgcc1:i386 gcc-4.6-base:i386 gcc-multilib
script:
- perl --version
- make test
- make clean
- make debug
- make test 2> /dev/null >/dev/null
| language: c
compiler:
- gcc
- clang
env:
- CFLAGS="-m32"
- CFLAGS="-m64"
before_script:
- sudo apt-get update -qq
- sudo apt-get install -y gcc-multilib
script:
- perl --version
- make test
- make clean
- make debug
- make test 2> /dev/null >/dev/null
| Remove redundancy packages from preparation. | Remove redundancy packages from preparation.
All we need is gcc-multilib.
Signed-off-by: OGINO Masanori <c49462fef669560e618607913e6c283f7627123c@gmail.com>
| YAML | mit | leavesbnw/picrin,ktakashi/picrin,koba-e964/picrin,ktakashi/picrin,omasanori/picrin,ktakashi/picrin,dcurrie/picrin,leavesbnw/picrin,koba-e964/picrin,picrin-scheme/picrin,dcurrie/picrin,picrin-scheme/picrin,leavesbnw/picrin,omasanori/picrin,koba-e964/picrin |
911c732d002ea14bcc136eb1d7c160181f0ba890 | .travis.yml | .travis.yml | sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
before_script:
- npm install -g grunt-cli | Fix build - install grunt | Fix build - install grunt
| YAML | mit | avdg/screeps |
62971d8f7aa46d68fcb1445393c83d27f6df3e5c | .travis.yml | .travis.yml | language: android
jdk: oraclejdk8
dist: trusty
sudo: required
group: edge
android:
components:
- tools
- build-tools-26.0.1
- android-26
install:
- sudo apt-get install build-essential
- echo y | sdkmanager 'ndk-bundle'
- echo y | sdkmanager 'cmake'
- export ANDROID_HOME=$HOME/android/sdk
- ex... | language: android
jdk: oraclejdk8
dist: trusty
sudo: required
group: edge
android:
components:
- tools
- build-tools-26.0.1
- android-26
install:
- sudo apt-get install build-essential
- yes | sdkmanager 'ndk-bundle'
- yes | sdkmanager 'cmake'
env:
global:
# install timeout in minutes (2 min... | Use yes to accept license | Use yes to accept license
| YAML | apache-2.0 | mjdev/libaums,magnusja/libaums,magnusja/libaums,magnusja/libaums |
407e7466f368c48ea8d139e6db662030fe3c821b | .travis.yml | .travis.yml | language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
dist: trusty
sudo: false
matrix:
include:
- language: generic
python: 2.7
os: osx
- language: generic
python: 3.3
os: osx
- language: generic
python: 3.4
os: osx
- language: generic
python: 3.5... | language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- nightly
- pypy-5.7.1
dist: trusty
sudo: false
matrix:
include:
- language: generic
python: 2.7
os: osx
- language: generic
python: 3.3
os: osx
- language: generic
python: 3.4
os: osx
- language... | Add pypy and nightly runtimes | Add pypy and nightly runtimes | YAML | apache-2.0 | kislyuk/rehash |
e89a0e49c5f710418b4c4714ce4667d8ad2c7f25 | .markdownlint.yml | .markdownlint.yml | default: true
# Using h2 has side effects in GitBook's toc. Thus, we sometimes switch from h1 to h3
MD001: false
MD012:
# 2 are required, because GitBook adss two blank lines at the end of a file
maximum: 2
MD013: false
# The FAQs state questions - we allow them
MD026:
punctuation: ".,;:!"
MD033:
# we have... | default: true
# Using h2 has side effects in GitBook's toc. Thus, we sometimes switch from h1 to h3
MD001: false
MD012:
# 2 are required, because GitBook adss two blank lines at the end of a file
maximum: 2
MD013: false
# The FAQs state questions - we allow them
MD026:
punctuation: ".,;:!"
# not supported by... | Add MD031 to lint ignore list | Add MD031 to lint ignore list
| YAML | mit | sauliusg/jabref,JabRef/jabref,Siedlerchr/jabref,JabRef/jabref,sauliusg/jabref,Siedlerchr/jabref,Siedlerchr/jabref,sauliusg/jabref,JabRef/jabref,JabRef/jabref,Siedlerchr/jabref,sauliusg/jabref |
282a6564f62a3bc65e1824bea4281dd8f06ffd6c | .travis.yml | .travis.yml | language: ruby
matrix:
include:
- os: linux
dist: trusty
sudo: required
services:
- postgresql
addons:
postgresql: "9.5"
- os: osx
osx_image: xcode8
install:
- "[ $TRAVIS_OS_NAME = osx ] && pg_ctl -D /usr/local/var/postgres start && sleep 3 || true"
- "[... | language: ruby
matrix:
include:
- os: linux
dist: trusty
sudo: required
services:
- postgresql
- os: osx
osx_image: xcode8.3
install:
- "[ $TRAVIS_OS_NAME = osx ] && pg_ctl -D /usr/local/var/postgres start && sleep 3 || true"
- "[ $TRAVIS_OS_NAME = osx ] && createuser -... | Use xcode8.3 image in Travis config. | Use xcode8.3 image in Travis config.
| YAML | mit | vapor-community/postgresql |
5c29d9ab53e8c968ae25016de96037384d48af06 | .travis.yml | .travis.yml | sudo: false
language: go
go:
- 1.7
- tip
before_install:
- go get github.com/golang/lint/golint
script:
- go install ./...
- go test -v ./...
- go vet -x ./...
- $HOME/gopath/bin/golint -set_exit_status ./...
| sudo: false
language: go
go:
- stable
- master
before_install:
- go get github.com/golang/lint/golint
script:
- go install ./...
- go test -v ./...
- go vet -x ./...
- $HOME/gopath/bin/golint -set_exit_status ./...
| Use Go stable and master with Travis CI | Use Go stable and master with Travis CI
| YAML | mit | cybozu-go/usocksd |
5dadae51f73f3b926e41c588c408478820446ff8 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5.0b3"
- "3.5-dev"
- "nightly"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: python -m unittest discover tests/
| language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5.0b3"
- "3.5-dev"
- "nightly"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: nosetests
| Use nosetests to run unit tests | Use nosetests to run unit tests
| YAML | apache-2.0 | HappyRay/php-di-generator |
09e4b9aae24093bdf91ead89577a5e1dcd267655 | .readthedocs.yaml | .readthedocs.yaml | # .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
post_checkout:
- git fetch --unshallow
commands:
- tox -e doc
python:
install:
- method: pip... | # .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
commands:
- git fetch --unshallow
- pip install tox
- tox -e doc
python:
install:
- method: pip
... | Remove `jobs` section from config | Remove `jobs` section from config
| YAML | mit | jrsmith3/ibei |
3895b3e00eb6610b6a911ce14c032a6fda14fb8c | releasenotes/notes/state-machine-37be751ed54c1c75.yaml | releasenotes/notes/state-machine-37be751ed54c1c75.yaml | ---
features:
- |
Lease status is introduced in this release.
With this change, transition graphs of statuses of leases, reservations,
and events are redefined while keeping backward compatibility.
If you update Blazar from an older version, the lease status is
automatically updated from *None* at... | ---
features:
- |
Lease status is introduced in this release.
With this change, transition graphs of statuses of leases, reservations,
and events are redefined while keeping backward compatibility.
If you update Blazar from an older version, the lease status is
automatically updated from *None* by... | Correct information in state machine release note | Correct information in state machine release note
The migration of the lease status is actually done by an Alembic
migration script added in 5d3918c885f430e79e8283533ad5eb3a84ffecc7.
Change-Id: I001a5adcd5892d0be74c1028b62a03b5ecb507a8
| YAML | apache-2.0 | ChameleonCloud/blazar,openstack/blazar,openstack/blazar,stackforge/blazar,ChameleonCloud/blazar,stackforge/blazar |
0559ff8720d380a27dab1d81bc2dae18ad62e3c5 | docker-compose.prod.yml | docker-compose.prod.yml | version: '2'
volumes:
redis-data:
driver: local
services:
server:
image: "quay.io/bionano/mdtapps_server:${VERSION}"
environment:
CCC: "ccc.bionano.autodesk.com:9000"
NODE_ENV: "production"
FRONTEND_URL: "http://molsim.bionano.autodesk.com/"
REDIS_HOST: "${prod.mst.redis.host}"... | version: '2'
volumes:
redis-data:
driver: local
services:
server:
image: "quay.io/bionano/mdtapps_server:${VERSION}"
environment:
CCC: "ccc.bionano.autodesk.com:9000"
NODE_ENV: "production"
FRONTEND_URL: "http://molsim.bionano.autodesk.com/"
REDIS_HOST: "redis.${BNR_ENVIRONMENT... | Update to DNS env redis entry | Update to DNS env redis entry
| YAML | apache-2.0 | Autodesk/molecular-design-applications,Autodesk/molecular-simulation-tools,Autodesk/molecular-simulation-tools,Autodesk/molecular-design-applications,Autodesk/molecular-simulation-tools,Autodesk/molecular-design-applications |
4fb42ac0d5365544db3fcb8a0de63423ed741795 | packages/mo/monad-control-identity.yaml | packages/mo/monad-control-identity.yaml | homepage: https://github.com/jumper149/monad-control-identity
changelog-type: markdown
hash: 5a0ada43c7645dadca12bfe2bafe0dc95157a6ef542b80300c9d86a77880f8c0
test-bench-deps: {}
maintainer: felixspringer149@gmail.com
synopsis: Stronger classes than monad-control
changelog: |
# Revision history for monad-control-ident... | homepage: https://github.com/jumper149/monad-control-identity
changelog-type: markdown
hash: 48a340ce10735e4a9f0ea0c9397c5990e2d8d8bfa73fe46a2eb351979d12ab40
test-bench-deps: {}
maintainer: felixspringer149@gmail.com
synopsis: Stronger classes than monad-control
changelog: |
# Revision history for monad-control-ident... | Update from Hackage at 2020-07-17T10:16:13Z | Update from Hackage at 2020-07-17T10:16:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f21192372ee89751b41907cc3a22269aaa674281 | snap/snapcraft.yaml | snap/snapcraft.yaml | # obligatory fields
name: gitless
version: git
summary: A simple version control system built on top of Git
description: |
Gitless is an experimental version control system built on top of Git.
Many people complain that Git is hard to use. We think the problem lies
deeper than the user interface, in the concepts... | # obligatory fields
name: gitless
version: git
summary: A simple version control system built on top of Git
description: |
Gitless is an experimental version control system built on top of Git.
Many people complain that Git is hard to use. We think the problem lies
deeper than the user interface, in the concepts... | Use recommended 0.26.x version of libgit2 | Use recommended 0.26.x version of libgit2
pygit2 0.26.4 needs at 0.26.x branch of libgit2
https://www.pygit2.org/install.html#version-numbers | YAML | mit | sdg-mit/gitless,sdg-mit/gitless |
97cb1cd00da242d446abf2ae6035edf2a973dd54 | docs/.satya-config.yml | docs/.satya-config.yml | project_name: jsonpatch.js
project_url: https://github.com/dharmafly/jsonpatch.js
version: '1.0.0-dev'
jquery_no_conflict: true
theme: sundae
twitter_url: https://twitter.com/dharmafly
twitter_name: Dharmafly
lang: javascript
scripts:
quote:
cite: Thomas Jefferson
quote: The hole and the patch should be commensurat... | project_name: jsonpatch.js
project_url: https://github.com/dharmafly/jsonpatch.js
version: '1.0.0-rc1'
jquery_no_conflict: true
theme: sundae
twitter_url: https://twitter.com/dharmafly
twitter_name: Dharmafly
lang: javascript
scripts:
quote:
cite: Thomas Jefferson
quote: The hole and the patch should be commensurat... | Update docs version to 1.0.0-rc1 | Update docs version to 1.0.0-rc1
| YAML | mit | dharmafly/jsonpatch.js,dharmafly/jsonpatch.js |
8375626e38dff35817e4df1baaa971df660aa717 | src/Corvus/AdminBundle/Resources/config/doctrine/About.orm.yml | src/Corvus/AdminBundle/Resources/config/doctrine/About.orm.yml | Corvus\AdminBundle\Entity\About:
type: entity
table: null
fields:
id:
type: integer
id: true
generator:
strategy: AUTO
firstname:
type: string
lastname:
type: string
age:
type: integer
bio:
type: string
address:
type: string
nul... | Corvus\AdminBundle\Entity\About:
type: entity
table: null
fields:
id:
type: integer
id: true
generator:
strategy: AUTO
firstname:
type: string
lastname:
type: string
age:
type: integer
bio:
type: string
length: 15000
address:
ty... | Set Bio field length to 15000, interests_hobbies to 10000 | Set Bio field length to 15000, interests_hobbies to 10000
| YAML | mit | ilikeprograms/corvus,ilikeprograms/corvus,ilikeprograms/corvus |
494684f167047b06ce910633e8b26958d56cadc0 | pubspec.yaml | pubspec.yaml | name: string_scanner
version: 0.1.3+2
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/string_scanner
description: >
A class for parsing strings using a sequence of patterns.
dependencies:
charcode: "^1.1.0"
path: ">=1.2.0 <2.0.0"
source_span: ">=1.0.0 <2.0.0"
dev_dependencies:
t... | name: string_scanner
version: 0.1.3+2
author: "Dart Team <misc@dartlang.org>"
homepage: https://github.com/dart-lang/string_scanner
description: >
A class for parsing strings using a sequence of patterns.
dependencies:
charcode: "^1.1.0"
path: "^1.2.0"
source_span: "^1.0.0"
dev_dependencies:
test: ">=0.12.0 <... | Increase the SDK constraint to allow ^ constraints. | Increase the SDK constraint to allow ^ constraints.
R=rnystrom@google.com
Review URL: https://codereview.chromium.org//1325943002 .
| YAML | bsd-3-clause | dart-lang/string_scanner |
e00baef99d29dffc83ea45b43b98f34363eae3d4 | pubspec.yaml | pubspec.yaml | name: source_span
version: 1.5.1
description: A library for identifying source spans and locations.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/source_span
environment:
sdk: '>=1.8.0 <3.0.0'
dependencies:
charcode: ^1.0.0
path: '>=1.2.0 <2.0.0'
term_glyph: ^1.0.0
dev_depende... | name: source_span
version: 1.5.1-dev
description: A library for identifying source spans and locations.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/source_span
environment:
sdk: '>=1.8.0 <3.0.0'
dependencies:
charcode: ^1.0.0
path: '>=1.2.0 <2.0.0'
term_glyph: ^1.0.0
dev_dep... | Mark this as a dev version | Mark this as a dev version
| YAML | bsd-3-clause | dart-lang/source_span |
e2ce85c2527e2d48be0fc8d5dead193831c53cdc | pubspec.yaml | pubspec.yaml | name: intl
version: 0.9.10-dev.1
author: Dart Team <misc@dartlang.org>
description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
homepage: http://www.dartlang.org
environment:
sdk: '>=1.4.0-dev.6.6 ... | name: intl
version: 0.9.10
author: Dart Team <misc@dartlang.org>
description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
homepage: http://www.dartlang.org
environment:
sdk: '>=1.4.0-dev.6.6 <2.0.0... | Expand version range on analyzer in intl dependency and prepare for release. | Expand version range on analyzer in intl dependency and prepare for release.
R=alanknight@google.com
Review URL: https://codereview.chromium.org//330203002
git-svn-id: a8f079e7cfc3a289d8496d7b88aabbd5c45a3053@37327 260f80e4-7a28-3924-810f-c04153c831b5
| YAML | bsd-3-clause | astashov/intl,dart-lang/intl,astashov/intl |
f20984a700c2b04e379a2ba88994887ccbeda49c | packages/an/animate.yaml | packages/an/animate.yaml | homepage: https://github.com/jxv/animate#readme
changelog-type: ''
hash: 006cb0aa3cbd79dc78186bf854f94ca294920b4f1c3333d79810829491170596
test-bench-deps:
base: -any
hspec: -any
animate: -any
vector: -any
maintainer: Joe Vargas
synopsis: Animation for sprites
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
... | homepage: https://github.com/jxv/animate#readme
changelog-type: ''
hash: bfb8f77edf5397583cf5a4c3e61b65008c8bde200f6deca4422e0ff7916212e2
test-bench-deps:
base: -any
hspec: -any
animate: -any
vector: -any
maintainer: Joe Vargas
synopsis: Animation for sprites
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
... | Update from Hackage at 2017-11-19T02:29:00Z | Update from Hackage at 2017-11-19T02:29:00Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
20ba134a13c9007af0041a7ad2a60e60657d397b | packages/sh/shakers.yaml | packages/sh/shakers.yaml | homepage: https://github.com/swift-nav/shakers
changelog-type: ''
hash: b478b21abd8451de8f4fca3e18e4eec250a0fb38f50f586167a1d0c09e7be0ef
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Shake helpers.
changelog: ''
basic-deps:
shake: -any
base: ==4.8.*
shakers: -any
basic-prelude: -any
d... | homepage: https://github.com/swift-nav/shakers
changelog-type: ''
hash: 70889338a92e509012f463407a4b25b8cb4f1c157c66f12248189190617c2d33
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Shake helpers.
changelog: ''
basic-deps:
shake: -any
base: ==4.8.*
shakers: -any
basic-prelude: -any
d... | Update from Hackage at 2017-05-05T01:14:30Z | Update from Hackage at 2017-05-05T01:14:30Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5a24add498c3de120f9ace4a49e11c40c50cc7f6 | appveyor.yml | appveyor.yml | os: Visual Studio 2017
version: 1.0.{build}
environment:
CLI_VERSION: 1.0.4
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_XMLDOC_MODE: skip
branches:
only:
- master
cache:
- src\LondonTravel.Site\node_modules
- '%APPDATA%\npm\node_modules'
- '%APPDATA%\npm-cache'
install:
- ps: npm install -g n... | os: Visual Studio 2017
version: 1.0.{build}
environment:
CLI_VERSION: 1.0.4
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_XMLDOC_MODE: skip
branches:
only:
- master
cache:
- src\LondonTravel.Site\node_modules
- '%APPDATA%\npm\node_modules'
- '%APPDATA%\npm-cache'
install:
- ps: npm install -g n... | Print environment variable to test | Print environment variable to test
Print environment variable to test whether it's still set after the
script ends.
| YAML | apache-2.0 | martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site,martincostello/alexa-london-travel-site |
c33cfa8b1d03430731f930b5d7fd70c8ca7e5667 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.11"
# Install scripts. (runs after repo clonin... | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.11"
# Install scripts. (runs after repo clonin... | Break an exceptionally long line into smaller ones | AppVeyor: Break an exceptionally long line into smaller ones
| YAML | mit | mzgol/check-dependencies,mgol/check-dependencies |
a27233948d2adc2ae4c58ccfba06c2a70f17ef9a | appveyor.yml | appveyor.yml | version: 1.0.{build}
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
install:
- cmd: "%PYTHON%\\python.exe -m pip install --upgrade pip wheel"
build: off
test_script:
- mkdir wheels
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels intbitset"
- cmd: "%PYTHON%\... | version: 1.0.{build}
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
install:
- cmd: "%PYTHON%\\python.exe -m pip install --upgrade pip wheel"
build: off
test_script:
- mkdir wheels
- cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels intbitset"
- cmd: "%PYTHON%\... | Fix Appveyor YAML for simplejson | Fix Appveyor YAML for simplejson
Signed-off-by: Philippe Ombredanne <ca95c4a6a4931f366cbdaf5878c5016609417d37@nexb.com> | YAML | cc0-1.0 | pombreda/thirdparty |
2636e1e6d829867f896a24af3bd88982f08d8843 | appveyor.yml | appveyor.yml | # Build script
environment:
website_name: appychristmas
website_psw:
secure: AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA024zePPvCk66gydYIQs9yAAAAAACAAAAAAADZgAAwAAAABAAAAB+S5P1aJBIWhhkE+KiLdv0AAAAAASAAACgAAAAEAAAAJPtZ5ujVMi64DpIJh8lHv4YAAAApa0suOy34O14yJnlFRxU5MqVR8XtH/v6FAAAABr7QCyAlMkCTbyPuHaAtJgjl4w8
init:
- git con... | # Build script
environment:
website_name: appychristmas
website_psw:
secure: AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA024zePPvCk66gydYIQs9yAAAAAACAAAAAAADZgAAwAAAABAAAAB+S5P1aJBIWhhkE+KiLdv0AAAAAASAAACgAAAAEAAAAJPtZ5ujVMi64DpIJh8lHv4YAAAApa0suOy34O14yJnlFRxU5MqVR8XtH/v6FAAAABr7QCyAlMkCTbyPuHaAtJgjl4w8
init:
- git con... | Remove deploy until it works... | Remove deploy until it works...
| YAML | mit | frozenskys/appy-christmas,frozenskys/appy-christmas |
1f0a622a29d7ebac4756ea48e285e1f7008bd225 | appveyor.yml | appveyor.yml | os: Visual Studio 2015
configuration: Release
install:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- choco install gitversion.portable -pre -y
- pip install codecov
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver
build:
project: Pegasus.sln
after_test:
- .\packages... | os: Visual Studio 2015
configuration: Release
install:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- choco install gitversion.portable -pre -y
- pip install codecov
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver
build:
project: Pegasus.sln
after_test:
- .\packages... | Deploy to NuGet after build. | Deploy to NuGet after build.
| YAML | mit | otac0n/Pegasus |
f9dc933d1514f7bd001128027c315e16f022cc2e | appveyor.yml | appveyor.yml | version: 1.3.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
cache:
- packages -> **\packages.config
before_build:
- nuget... | version: 1.3.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
cache:
- packages -> **\packages.config
before_build:
- set P... | Set PATH var during build to support VS 2015 | Set PATH var during build to support VS 2015
| YAML | mit | drussilla/ZohoPeopleTimeLogger |
595c509b48c1477fbb0d21c9431cdb90df809c23 | appveyor.yml | appveyor.yml | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
VERSION: nightly
- TARGET: i686-pc-windows-msvc
VERSION: nightly
- TARGET: x86_64-pc-windows-gnu
VERSION: nightly
- TARGET: i686-pc-windows-gnu
VERSION: 1.40.0
access_token:
secure: ZxcrtxQXwszRYNN6c1ZIagczEqzmQQZeYHY58izcmF0jdq/cptxJ... | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
VERSION: nightly
- TARGET: i686-pc-windows-msvc
VERSION: nightly
- TARGET: x86_64-pc-windows-gnu
VERSION: nightly
- TARGET: i686-pc-windows-gnu
VERSION: 1.40.0
access_token:
secure: ZxcrtxQXwszRYNN6c1ZIagczEqzmQQZeYHY58izcmF0jdq/cptxJ... | Use MSI installation files for CI | Use MSI installation files for CI
| YAML | mit | steffengy/schannel-rs |
52683fdb796f5c5a50dcc9b12385e367258e875e | appveyor.yml | appveyor.yml | # Build worker image (VM template)
image: Visual Studio 2015
# scripts that are called at very beginning, before repo cloning
init:
- git config --global core.autocrlf input
# enable patching of AssemblyInfo.* files
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "1.0.{build}"
assembly_fil... | # Build worker image (VM template)
image: Visual Studio 2015
# scripts that are called at very beginning, before repo cloning
init:
- git config --global core.autocrlf input
# enable patching of AssemblyInfo.* files
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "1.0.{build}"
assembly_fil... | Add new encrypted nuget api_key | Add new encrypted nuget api_key
| YAML | mit | stone-pagamentos/StrangerData |
68deea6d1242c2141e234fb94e22ac88a1f9b3d9 | appveyor.yml | appveyor.yml | # Specify version format
version: "{build}"
os:
- Visual Studio 2017
- Visual Studio 2019
platform:
- x64
configuration:
- Debug
- Release
init:
- cmd: cmake --version
- cmd: msbuild /version
clone_folder: C:\projects\Dusk
before_build:
- ps: Start-FileDownload 'https://sdk.lu... | # Specify version format
version: "{build}"
os:
- Visual Studio 2017
- Visual Studio 2019
platform:
- x64
configuration:
- Debug
- Release
init:
- cmd: cmake --version
- cmd: msbuild /version
clone_folder: C:\projects\Dusk
before_build:
- ps: Start-FileDownload 'https://sdk.lu... | Fix CMake generation on AppVeyor | Fix CMake generation on AppVeyor
| YAML | mit | WhoBrokeTheBuild/Dusk,WhoBrokeTheBuild/Dusk,WhoBrokeTheBuild/Dusk |
d4867725eddcadf81bdfda758fcbe9ee580d961a | appveyor.yml | appveyor.yml | build_script:
msbuild nunit.sln /p:Configuration=Release /t:Rebuild
test_script:
- build /t:TestAll /p:Configuration=Release /p:ResultFormat=nunit2
- ps: $wc = New-Object 'System.Net.WebClient'
- ps: $dir = "bin\Release\Results"
- ps: $uri = "https://ci.appveyor.com/api/testresuls/nunit/$($env:APPVEYOR_JO... | build_script:
msbuild nunit.sln /p:Configuration=Release /t:Rebuild
test_script:
- build /t:TestAll /p:Configuration=Release /p:ResultFormat=nunit2
- ps: $wc = New-Object 'System.Net.WebClient'
- ps: $dir = "bin\Release\Results"
- ps: $uri = "https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_J... | Fix YAML syntax yet again! | Fix YAML syntax yet again!
| YAML | mit | nunit/nunit-console,nunit/nunit-console,nunit/nunit-console |
0f3c5bdbae8e4497b626f5a3716f68e7504b11f6 | appveyor.yml | appveyor.yml | -
version: 1.0.{build}
image: Visual Studio 2017
configuration:
- Release
clone_folder: C:/openchemistry/avogadrolibs
init:
- cmd:
environment:
PATH: '%PATH%;%QTDIR%\bin'
matrix:
- CMAKE_GENERATOR: '"Ninja"'
QTDIR: C:\Qt\5.6\msvc2015_64
platform: x64
TWINE_USERNAME:
sec... | -
version: 1.0.{build}
image: Visual Studio 2017
configuration:
- Release
clone_folder: C:/openchemistry/avogadrolibs
init:
- cmd:
environment:
PATH: '%PATH%;%QTDIR%\bin'
matrix:
- CMAKE_GENERATOR: '"Ninja"'
QTDIR: C:\Qt\5.6\msvc2015_64
platform: x64
TWINE_USERNAME:
sec... | Encrypt secrets with openchemistry Appveyor account | Encrypt secrets with openchemistry Appveyor account
Signed-off-by: Chris Harris <a361e89d1eba6c570561222d75facbbf7aaeeafe@kitware.com>
| YAML | bsd-3-clause | OpenChemistry/avogadrolibs,OpenChemistry/avogadrolibs,ghutchis/avogadrolibs,OpenChemistry/avogadrolibs,ghutchis/avogadrolibs,OpenChemistry/avogadrolibs,ghutchis/avogadrolibs,ghutchis/avogadrolibs,OpenChemistry/avogadrolibs,ghutchis/avogadrolibs |
253cdba912f7adca6888815c3b12f6bce19369ef | appveyor.yml | appveyor.yml | version: '{branch}-{build}'
build_script:
- cmd: ./gradlew.bat assemble
test_script:
- cmd: ./gradlew.bat check
on_finish:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -e OS -f build/reports/jacoco/test/jacocoTestReport.xml
# TODO submit multiple junit xml or combin... | version: '{branch}-{build}'
build_script:
- cmd: ./gradlew.bat assemble
test_script:
- cmd: ./gradlew.bat check
on_finish:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- "SET JDK=oraclejdk7"
- ./gradlew.bat jacocoTestReport
- pip install codecov
- codecov -e OS -f build/reports/jacoco/test/jacoc... | Create jacoco xml + upload all unit test results. | Create jacoco xml + upload all unit test results.
| YAML | apache-2.0 | NLeSC/Xenon,NLeSC/Xenon |
01ea0960235df16a1af9cba7f70a23cb5b95b131 | appveyor.yml | appveyor.yml | version: '{build}'
image: Visual Studio 2017
environment:
LIBRARY_VERSION: '2.3.1'
SONAR_LOGIN:
secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ
install:
- ps: dotnet tool install --global dotnet-sonarscanner
test: off
before_build:
- ps: dotnet sonarscanner begin /k:"rosolko_We... | version: '{build}'
image: Visual Studio 2017
environment:
LIBRARY_VERSION: '2.4.0'
SONAR_LOGIN:
secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ
install:
- ps: dotnet tool install --global dotnet-sonarscanner
test: off
before_build:
- ps: dotnet sonarscanner begin /k:"rosolko_We... | Update also library version for travis | Update also library version for travis
| YAML | mit | rosolko/WebDriverManager.Net |
f2c009ff35f709d3a3653e13af5450ce9150e73e | appveyor.yml | appveyor.yml | environment:
matrix:
# AppVeyor installed Python versions
# http://www.appveyor.com/docs/installed-software#python
- PYTHON_INSTALL: "C:\\Python27"
- PYTHON_INSTALL: "C:\\Python33"
- PYTHON_INSTALL: "C:\\Python34"
- PYTHON_INSTALL: "C:\\Python35"
install:
# Make compiler available (use MSV... | # whitelist branches to avoid testing feature branches twice (as branch and as pull request)
branches:
only:
- master
environment:
matrix:
# AppVeyor installed Python versions
# http://www.appveyor.com/docs/installed-software#python
- PYTHON_INSTALL: "C:\\Python27"
- PYTHON_INSTALL: "C:\\Pytho... | Whitelist branches in AppVeyor config | Whitelist branches in AppVeyor config
to avoid testing feature branches twice (as branch and as pull request)
| YAML | bsd-3-clause | webmaster128/clcache,webmaster128/clcache,webmaster128/clcache |
4a3b3e8195500248651b2d1c243c4b47650d12a5 | app/app.yaml | app/app.yaml | # Copyright 2008 the Melange authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in ... | # Copyright 2008 the Melange authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in ... | Make static content framework- and program-specific. | Make static content framework- and program-specific.
--HG--
extra : convert_revision : svn%3A32761e7d-7263-4528-b7be-7235b26367ec/trunk%40386
| YAML | apache-2.0 | rhyolight/nupic.son,rhyolight/nupic.son,rhyolight/nupic.son |
ec2947e79175cf28766218367079f05b25bd0843 | appveyor.yml | appveyor.yml | version: "master-{build}"
os: Windows Server 2012 R2
platform:
- x64
services:
- mysql
environment:
machine_user: test_user
machine_pass: Pass@word1
machine_port: 5985
KITCHEN_YAML: .kitchen.appveyor.yml
SSL_CERT_FILE: c:\projects\kitchen-machine\certs.pem
matrix:
- ruby_version: "21"
clone_f... | version: "master-{build}"
os: Windows Server 2012 R2
platform:
- x64
services:
- mysql
environment:
machine_user: test_user
machine_pass: Pass@word1
machine_port: 5985
KITCHEN_YAML: .kitchen.appveyor.yml
SSL_CERT_FILE: c:\projects\kitchen-machine\certs.pem
matrix:
- ruby_version: "21"
clone_f... | Build on windows for all branches | Build on windows for all branches
| YAML | mit | dhoer/chef-flywaydb,dhoer/chef-flywaydb |
692797b4dcfb65206a2703b551e3622bba583dea | appveyor.yml | appveyor.yml | version: 0.4 ({build})
skip_branch_with_pr: true
os:
- Visual Studio 2017
platform:
- x64
matrix:
fast_finish: true # Stop remaining jobs after a job failure
configuration:
- Release
clone_folder: C:\RosettaStone
install:
- git submodule update --init
- ps: |
$env:CMAKE_GENERATOR = "Visual Stu... | version: 0.4 ({build})
skip_branch_with_pr: true
os:
- Visual Studio 2017
platform:
- x64
matrix:
fast_finish: true # Stop remaining jobs after a job failure
configuration:
- Release
clone_folder: C:\RosettaStone
install:
- git submodule update --init
- ps: |
$env:CMAKE_GENERATOR = "Visual Stu... | Add environment variables for pybind11 | feat(python-api): Add environment variables for pybind11
| YAML | mit | Hearthstonepp/Hearthstonepp,Hearthstonepp/Hearthstonepp |
9c0b3c64ac664c42644612d6481eacd15af7e72f | appveyor.yml | appveyor.yml | version: 1.0.{build}
shallow_clone: true
environment:
matrix:
- LUA: 5.1
- LUA: 5.2
- LUA: 5.3
configuration: MinGW
platform: x86
before_build: set PATH=C:\mingw\bin;%PATH%
build_script: python hererocks.py here --lua "%LUA%" --verbose
test_script: here\bin\lua -v
| version: 1.0.{build}
shallow_clone: true
environment:
matrix:
- LUA: 5.1
- LUA: 5.2
- LUA: 5.3
configuration:
- 2015
platform: x86
before_build: '"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat"'
build_script: python hererocks.py here --lua "%LUA%" --verbose --target cl
test_scr... | Test cl.exe RioLua build on Appveyor | Test cl.exe RioLua build on Appveyor
| YAML | mit | mpeterv/hererocks,mpeterv/hererocks |
7e11df02e6b302f8c6cb081baaa01e251baf33c4 | appveyor.yml | appveyor.yml | # Absolutely essential: we must build using VS 2019.
os: Visual Studio 2019
branches:
only:
- master
build_script:
- cmd: curl -fsS -o antlr-4.8-complete.jar "https://www.antlr.org/download/antlr-4.8-complete.jar"
- cmd: set Antlr4ToolPath="C:\projects\antlrvsix\antlr-4.8-complete.jar"
- cmd: set JAVA_EXEC... | # Absolutely essential: we must build using VS 2019.
os: Visual Studio 2019
branches:
only:
- master
build_script:
- cmd: curl -fsS -o antlr-4.8-complete.jar "https://www.antlr.org/download/antlr-4.8-complete.jar"
- cmd: set Antlr4ToolPath="C:\projects\antlrvsix\antlr-4.8-complete.jar"
- cmd: set JAVA_EXEC... | Add diagnostic output to Appveyor. | Add diagnostic output to Appveyor.
| YAML | mit | kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX |
d81972f565a4316bcc1ed67a17d02d991147ca16 | appveyor.yml | appveyor.yml | version: 1.0.{build}
environment:
ftp_user:
secure: f0a7Ydwv2347FyFroA9W2g==
ftp_password:
secure: Sei1iycTJNEoAKXYRT6R4QsjCmBYgl81iOd2Dp6Ch/s=
install:
- choco install pretzel -y
- choco install pretzel.scriptcs -y
- ps: $env:Path += ";C:\\Python35;C:\\Python35\\Scripts"
- pip install creep
cach... | version: 1.0.{build}
environment:
ftp_user:
secure: f0a7Ydwv2347FyFroA9W2g==
ftp_password:
secure: Sei1iycTJNEoAKXYRT6R4QsjCmBYgl81iOd2Dp6Ch/s=
install:
- choco install pretzel -y
- choco install pretzel.scriptcs -y
- ps: $env:Path += ";C:\\Python35;C:\\Python35\\Scripts"
- pip install creep
cach... | Add cache for chocolatey packages | Add cache for chocolatey packages
| YAML | apache-2.0 | laedit/laedit.net,laedit/laedit.net |
189e07d85287fbcaeeb3f425bb6c10ae9efd3588 | appveyor.yml | appveyor.yml | version: 1.0.{build}
branches:
only:
- master
configuration:
- Debug
- Release
environment:
matrix:
- VS_VERSION: vs2012
- VS_VERSION: vs2013
install:
- cinst wget
- wget -nv -O premake.zip http://sourceforge.net/projects/premake/files/Premake/nightlies/premake-dev-windows.zip/download
- unzip prema... | version: 1.0.{build}
branches:
only:
- master
configuration:
- Debug
- Release
environment:
matrix:
- VS_VERSION: vs2012
- VS_VERSION: vs2013
install:
- cinst wget
- wget -nv -O premake.zip http://sourceforge.net/projects/premake/files/Premake/nightlies/premake-dev-windows.zip/download
- unzip prema... | Use £ syntax for project path. More directory listings. | Use £ syntax for project path. More directory listings.
| YAML | bsd-2-clause | KeronTeam/enetcs |
7a8f146bed839150bafbd2cea2e929f01e6c697c | appveyor.yml | appveyor.yml | version: "{build}"
os: Windows Server 2012 R2
install:
- choco install atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- npm install
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- npm test
test: off
deploy: off
| version: "{build}"
os: Windows Server 2012 R2
install:
- cd %APPVEYOR_BUILD_FOLDER%
- npm install
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- npm test
test: off
deploy: off
| Remove redundant step to install Atom on Appveyor CI | Remove redundant step to install Atom on Appveyor CI
| YAML | mit | atom/fs-plus |
a33526813e421a1c3ac8e67a813615ca772d0d07 | appveyor.yml | appveyor.yml | version: 1.0.{build}
image: Visual Studio 2017
configuration:
- Release
before_build:
- cmd: nuget restore
build:
verbosity: minimal
after_build:
- cmd: dotnet pack GeneGenie.Gedcom\GeneGenie.Gedcom.csproj --configuration Release --output . --no-build
artifacts:
- path: '**/*.nupkg'
name: nugetpackage
deploy:
- p... | version: 1.0.{build}
image: Visual Studio 2017
configuration:
- Release
before_build:
- cmd: nuget restore
build:
verbosity: minimal
after_build:
- cmd: dotnet pack GeneGenie.Gedcom\GeneGenie.Gedcom.csproj --configuration Release --output . --no-build
artifacts:
- path: '**/*.nupkg'
name: nugetpackage
deploy:
- p... | Remove code coverage from build as it is causing the build to fail due to timeouts. | Remove code coverage from build as it is causing the build to fail due to timeouts.
| YAML | agpl-3.0 | TheGeneGenieProject/GeneGenie.Gedcom |
d8f2a09b0c825e2dbd2ba00795a4a46299bf2258 | appveyor.yml | appveyor.yml | build_script:
- cmd: 'c:\cygwin\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; autoreconf -i && ./configure && make && make check"'
| environment:
matrix:
- MSYSTEM: MINGW64
BASH_PATH: C:\msys64\usr\bin\bash
- BASH_PATH: c:\cygwin\bin\bash
build_script:
- cmd: '%BASH_PATH% -lc "cd $APPVEYOR_BUILD_FOLDER; autoreconf -i && ./configure && make && make check"'
| Add MSYS2/Mingw64 to Appveyor CI | Add MSYS2/Mingw64 to Appveyor CI | YAML | lgpl-2.1 | hunspell/hunspell,hunspell/hunspell,hunspell/hunspell,hunspell/hunspell |
5ee63cc55d1b70bd7f96e03431debea189240df4 | appveyor.yml | appveyor.yml | version: 1.0.{build}
image: Visual Studio 2017
configuration:
- Release
before_build:
- cmd: nuget restore
build:
verbosity: minimal
after_build:
- cmd: dotnet pack GeneGenie.Gedcom\GeneGenie.Gedcom.csproj --configuration Release --output . --no-build
artifacts:
- path: '**/*.nupkg'
name: nugetpackage
deploy:
- p... | version: 1.0.{build}
image: Visual Studio 2017
configuration:
- Release
before_build:
- cmd: nuget restore
build:
verbosity: minimal
after_build:
- cmd: dotnet pack GeneGenie.Gedcom\GeneGenie.Gedcom.csproj --configuration Release --output . --no-build
artifacts:
- path: '**/*.nupkg'
name: nugetpackage
deploy:
- p... | Update renewed and encrypted Nuget.org API key | Update renewed and encrypted Nuget.org API key
| YAML | agpl-3.0 | TheGeneGenieProject/GeneGenie.Gedcom |
393a940470bc706efae2f288afd7a09b38edd652 | appveyor.yml | appveyor.yml | branches:
except:
- gh-pages
environment:
OPTIONS: publish=never
TARGET_OS: windows
nodejs_version: 7
matrix:
- TARGET_ARCH: ia32
- TARGET_ARCH: x64
image: Visual Studio 2015
clone_folder: C:\Projects\Main
clone_depth: 1
install:
- cmd: echo "Repo URL" && git remote get-url origin
- cmd: ... | branches:
except:
- gh-pages
environment:
OPTIONS: publish=never
TARGET_OS: windows
nodejs_version: 7
matrix:
- TARGET_ARCH: ia32
- TARGET_ARCH: x64
image: Visual Studio 2015
clone_folder: C:\Projects\Main
clone_depth: 1
install:
- cmd: echo "Repo URL" && git remote get-url origin
- cmd: ... | Use before_deploy for sake of time-saving | Use before_deploy for sake of time-saving
| YAML | mit | KSXGitHub/electron-boilerplate-double,KSXGitHub/electron-boilerplate-double,KSXGitHub/electron-boilerplate-double |
13d9995316ea2797c78514ff8c998cf3ab5c7d86 | appveyor.yml | appveyor.yml | version: "{build}"
platform: x64
branches:
only:
- master
clone_depth: 10
skip_tags: true
environment:
APM_TEST_PACKAGES:
ATOM_GITHUB_FS_EVENT_LOG: '1'
MOCHA_TIMEOUT: '60000'
UNTIL_TIMEOUT: '30000'
matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta
- ATOM_CHANNEL: dev
install:
- ps: ... | version: "{build}"
platform: x64
branches:
only:
- master
clone_depth: 10
skip_tags: true
environment:
APM_TEST_PACKAGES:
ATOM_GITHUB_FS_EVENT_LOG: '1'
MOCHA_TIMEOUT: '60000'
UNTIL_TIMEOUT: '30000'
matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta
- ATOM_CHANNEL: dev
install:
- ps: ... | Revert the speculative Node upgrade on AppVeyor | Revert the speculative Node upgrade on AppVeyor
| YAML | mit | atom/github,atom/github,atom/github |
5165b4f9cf6e53ac2b36fa351e8cacc05bc8b906 | appveyor.yml | appveyor.yml | version: 1.0.{build}
branches:
only:
- development/r1.0
- release/r1.0
image: Visual Studio 2015
install:
- cmd: >-
set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
dnvm install 1.0.0-rc1-update1 -r coreclr -arch x64 -nonative
cache: C:\Users\appveyor\.dnx\packages
build_script:
- cmd: >-
dnvm... | version: 1.0.{build}
branches:
only:
- development/r1.0
- release/r1.0
image: Visual Studio 2015
install:
- cmd: >-
set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
dnvm install 1.0.0-rc1-update1 -r coreclr -arch x64 -nonative
cache: C:\Users\appveyor\.dnx\packages
build_script:
- cmd: >-
dnvm... | Reduce output from DNU pack. | Reduce output from DNU pack.
| YAML | mit | tintoy/HTTPlease,tintoy/HTTPlease |
c69eb1876f899e66f0c305d975a1a6078fe958f3 | appveyor.yml | appveyor.yml | version: "{build}"
os: Windows Server 2012 R2
install:
- choco install atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm clean"
- "%LOCALAPPDATA%/atom/bin/apm install"
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd"... | version: "{build}"
os: Windows Server 2012 R2
install:
- cd %APPVEYOR_BUILD_FOLDER%
- npm install
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- npm test
test: off
deploy: off
| Remove redundant atom install step | Remove redundant atom install step
| YAML | mit | NeekSandhu/event-kit,atom/event-kit |
95ce9cbf0c27a10facdef5e5d096c7ee9c28523b | appveyor.yml | appveyor.yml | # Thanks for Grunt for template of this file!
# http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.... | # Thanks for Grunt for template of this file!
# http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
# - nodejs_version: "... | Remove node@0.11 from Windows builds | Remove node@0.11 from Windows builds
| YAML | mit | supriyantomaftuh/bower,rlugojr/bower,haolee1990/bower,M4gn4tor/bower,gorcz/bower,bower/bower,twalpole/bower,magnetech/bower,kodypeterson/bower,pjump/bower,wenyanw/bower,TooHTooH/bower,rajzshkr/bower,DevVersion/bower,JFrogDev/bower-art,jvkops/bower,watilde/bower,mex/bower,Teino1978-Corp/Teino1978-Corp-bower,Connectlegen... |
c3b7df22eb5e0dc3d594e1ce9a085c215859a4e2 | appveyor.yml | appveyor.yml | version: '{build}'
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
nuget:
disable_publish_on_pr: true
build_script:
- ps: .\Build.ps1
test: off
artifacts:
- path: .\artifacts\*.nupkg
name: NuGet
deploy:
- provider: NuGet
server: https://www.myget.org/F/skarp/api/v2/package
ap... | version: '{build}'
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
nuget:
disable_publish_on_pr: true
build_script:
- ps: .\Build.ps1
test: off
artifacts:
- path: .\artifacts\*.nupkg
name: NuGet
deploy:
- provider: NuGet
server: https://www.myget.org/F/skarp/api/v2/package
ap... | Update encrypted nuget api key | Update encrypted nuget api key
| YAML | mit | skarpdev/dotnet-version-cli |
1e31452544ef6535d7916dfe375914271c71992a | appveyor.yml | appveyor.yml | before_build: cmake .
build_script: C:\Program Files\MSBuild\12.0\bin\msbuild FORMAT.sln
| before_build: cmake .
build_script: \"C:\Program Files\MSBuild\12.0\bin\msbuild\" FORMAT.sln
| Fix build config, take 2. | Fix build config, take 2. | YAML | bsd-2-clause | alabuzhev/fmt,lightslife/cppformat,seungrye/cppformat,cppformat/cppformat,Jopie64/cppformat,cppformat/cppformat,dean0x7d/cppformat,seungrye/cppformat,cppformat/cppformat,Jopie64/cppformat,mojoBrendan/fmt,nelson4722/cppformat,wangshijin/cppformat,blaquee/cppformat,alabuzhev/fmt,wangshijin/cppformat,lightslife/cppformat,... |
03de459491c8f8b43c7a1991cce1227196a2c6bf | appveyor.yml | appveyor.yml | environment:
CXX: cl
CPPPATH: lz4/include;googletest-release-1.8.0/googletest/include
matrix:
- PYTHON: "C:\\Python27"
install:
# Install SCons
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- easy_install scons
# Install LZ4 library
- curl -L -o lz4.zip https://github.com/lz4/lz4/releases/downloa... | environment:
CXX: cl
CPPPATH: lz4/include;googletest-release-1.8.0/googletest/include
matrix:
- PYTHON: "C:\\Python27"
install:
# Install SCons
- SET "PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- easy_install scons
# Install LZ4 library
- curl -L -o lz4.zip https://github.com/lz4/lz4/releases/downloa... | Revert "Silence warnings from msbuild" | Revert "Silence warnings from msbuild"
This reverts commit c84b7c8551ee667d2a9ae0fd3d5c720db6d75662.
Remove commit that didn't actually work as expected, but didn't
really matter...
| YAML | bsd-3-clause | laudrup/lz4_stream |
bf75bbc91c1b35a9c0d6036e392223d8d4581dce | config/kubernetes/sig-instrumentation/teams.yaml | config/kubernetes/sig-instrumentation/teams.yaml | teams:
sig-instrumentation-leads:
description: ""
members:
- brancz
- dashpole
- ehashman
- logicalhan
privacy: closed
sig-instrumentation-approvers:
description: ""
members:
- brancz
- dashpole
- ehashman
- logicalhan
- RainbowMango
- serathius
privac... | teams:
sig-instrumentation-leads:
description: ""
members:
- brancz
- dashpole
- ehashman
- logicalhan
privacy: closed
sig-instrumentation-approvers:
description: ""
members:
- brancz
- dashpole
- ehashman
- logicalhan
- RainbowMango
- serathius
privac... | Add yangjunmyfm192085 to sig-instrumentation team | Add yangjunmyfm192085 to sig-instrumentation team
Signed-off-by: JunYang <33e5f8759c4792da1f86ee9d5e7d992f108e9151@zte.com.cn>
| YAML | apache-2.0 | kubernetes/org,kubernetes/org,kubernetes/org |
7f436cb4f57827520cfd48b18efd3a5852ea2995 | src/carvel/templates/bundle/package/config/values.yml | src/carvel/templates/bundle/package/config/values.yml | (@ load("@ytt:data", "data") @)#@data/values
---
scdf:
deploy:
binder:
type: rabbit
database:
type: mariadb
server:
image:
repository: (@= data.values.server.repository @)
tag: (@= data.values.server.version @)
ctr:
image:
tag: (@= data.values.ctr.version @)
skipper... | (@ load("@ytt:data", "data") @)#@data/values
---
scdf:
deploy:
binder:
type: rabbit
database:
type: mariadb
server:
image:
repository: (@= data.values.server.repository @)
tag: (@= data.values.server.version @)
ctr:
image:
tag: (@= data.values.ctr.version @)
skipper... | Add grafana to bundle default value | Add grafana to bundle default value
- Hopefully this resolves issue with airgap install
so that grafana gets resolved correctly to resolved
imgpkg lock file when it has a correct default value.
- Relates #4769
| YAML | apache-2.0 | jvalkeal/spring-cloud-dataflow,jvalkeal/spring-cloud-dataflow,spring-cloud/spring-cloud-dataflow,spring-cloud/spring-cloud-data,spring-cloud/spring-cloud-dataflow,jvalkeal/spring-cloud-data,jvalkeal/spring-cloud-dataflow,jvalkeal/spring-cloud-data,jvalkeal/spring-cloud-data,spring-cloud/spring-cloud-dataflow,jvalkeal/s... |
243be6d8655f61d3914b74ae8c2f228e848ed4fa | wercker.yml | wercker.yml | box: wercker/rvm
build:
steps:
- script:
name: install ruby
code: |
rvm get latest
rvm reload
rvm install ruby-2.2.5
rvm --default use 2.2.5
gem install bundler
- bundle-install
- script:
name: echo ruby information
code: |
echo... | box: wercker/rvm
build:
steps:
- script:
name: install ruby
code: |
rvm get latest
rvm reload
rvm install ruby-2.2.5
rvm --default use 2.2.5
gem install bundler
- bundle-install
- script:
name: echo ruby information
... | Fix yml indendation for lists | Fix yml indendation for lists
| YAML | mit | celtec/google-directions,parafuzo/google-directions,parafuzo/google-directions,celtec/google-directions |
8b2c321f9a0f66e6f82cb3ee87966fc14c793598 | .rubocop.yml | .rubocop.yml | AllCops:
TargetRubyVersion: 2.0
Exclude:
- 'bin/**/*'
Documentation:
Enabled: false
LineLength:
Enabled: true
Max: 120
MethodLength:
Max: 20
IndentHash:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
| AllCops:
TargetRubyVersion: 2.0
Exclude:
- 'bin/**/*'
Documentation:
Enabled: false
LineLength:
Enabled: true
Max: 120
MethodLength:
Max: 20
IndentHash:
Enabled: false
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Style/ClassAndModuleChildren:
Enabled: false
Style/FrozenStringLiteralComment:
... | Exclude spec from block length check | Exclude spec from block length check
| YAML | mit | raszi/mrkt,movableink/mrkt |
1bb8d8d2cb3c2be9076dcf002bea8c9bc3599e7e | .github/stale.yml | .github/stale.yml | # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
... | _extends: .github
| Add org-wide config for Stale app | Add org-wide config for Stale app
| YAML | mit | ssbc/examples |
c84a3e9bd8fb498cf8e605cb93e3079d183f27b3 | AppVeyor.yml | AppVeyor.yml | # --------------------------------------------------------------------------- #
# general configuration
# --------------------------------------------------------------------------- #
version: 1.4.1.{build}
branches:
except:
- net35
skip_tags: true
# --------------------------------------------------------------... | # --------------------------------------------------------------------------- #
# general configuration
# --------------------------------------------------------------------------- #
version: 1.4.1.{build}
branches:
except:
- net35
skip_tags: true
# --------------------------------------------------------------... | Add nuget source for Cube.Core | Add nuget source for Cube.Core
| YAML | apache-2.0 | cube-soft/Cube.Net,cube-soft/Cube.Net,cube-soft/Cube.Net |
e5dad672c39099e2a85cbd231d1fe058063c35e2 | packages/ha/haskus-utils-variant.yaml | packages/ha/haskus-utils-variant.yaml | homepage: http://www.haskus.org
changelog-type: ''
hash: aaec9a85a77aeec3d5b4849454a3fec52e6553659b4cb81bc89182d634c74ba9
test-bench-deps:
haskus-utils-variant: -any
base: ! '>=4.11.1.0 && <4.12'
tasty-quickcheck: ! '>=0.8 && <0.11'
tasty: ! '>=0.11 && <1.2'
maintainer: sylvain@haskus.fr
synopsis: Haskus utilit... | homepage: http://www.haskus.org
changelog-type: ''
hash: 1f7fa6cac2bdfe4ce785c60c4636220e619854834ddde368a17b34d99aa1daa3
test-bench-deps:
haskus-utils-variant: -any
base: ! '>=4.11.1.0 && <4.12'
tasty-quickcheck: ! '>=0.8 && <0.11'
tasty: ! '>=0.11 && <1.2'
maintainer: sylvain@haskus.fr
synopsis: Variant and E... | Update from Hackage at 2018-10-28T17:45:01Z | Update from Hackage at 2018-10-28T17:45:01Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b18dad17c42ecb72eb253e272a23b6e2bbdfa9c6 | metadata/de.pixart.messenger.yml | metadata/de.pixart.messenger.yml | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Christian Schneppe
SourceCode: https://github.com/kriztan/Pix-Art-Messenger
IssueTracker: https://github.com/kriztan/Pix-Art-Messenger/issues
Changelog: https://github.com/kriztan/Pix-Art-Messenger/blob/HEAD/CHANGELOG.md
AutoName: Pix-Art Messenger
RepoType: ... | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Christian Schneppe
SourceCode: https://github.com/kriztan/Pix-Art-Messenger
IssueTracker: https://github.com/kriztan/Pix-Art-Messenger/issues
Changelog: https://github.com/kriztan/Pix-Art-Messenger/blob/HEAD/CHANGELOG.md
AutoName: Pix-Art Messenger
RepoType: ... | Update Pix-Art Messenger to 2.1.3 (246) | Update Pix-Art Messenger to 2.1.3 (246)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata,f-droid/fdroid-data |
12c3ff400414da0f03c104a68e016d1f68fcdd3a | metadata/de.r4md4c.gamedealz.yml | metadata/de.r4md4c.gamedealz.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/R4md4c/GameDealz
IssueTracker: https://github.com/R4md4c/GameDealz/issues
AutoName: GameDealz
Summary: A non-official client for IsThereAnyDeal.com
RepoType: git
Repo: https://github.com/R4md4c/GameDealz
Bu... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/R4md4c/GameDealz
IssueTracker: https://github.com/R4md4c/GameDealz/issues
AutoName: GameDealz
Summary: A non-official client for IsThereAnyDeal.com
RepoType: git
Repo: https://github.com/R4md4c/GameDealz
Bu... | Update GameDealz to 1.4 (6) | Update GameDealz to 1.4 (6)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
d88cde5d7cb58bec028887000cc313f8e49f8b90 | hiera/users/nullus.yaml | hiera/users/nullus.yaml | ---
boxen::personal::osx_apps:
- intellij-idea
- pycharm
- rubymine
- viscosity
- hipchat
- firefox
- docker
boxen::personal::homebrew_packages:
- tmux
- jq
- httpie
| ---
boxen::personal::osx_apps:
- intellij-idea
- pycharm
- rubymine
- viscosity
- hipchat
- firefox
- docker
- keepassx
- steam
- lifesize
- postman
boxen::personal::homebrew_packages:
- tmux
- jq
- httpie
- maven
| Add a number of packages | Add a number of packages
| YAML | mit | nullus/boxen,nullus/boxen,nullus/boxen |
cc21028f754177f851fa465fbfda7c987caa2f27 | .readthedocs.yaml | .readthedocs.yaml | version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
sphinx:
configuration: docs/conf.py
| version: 2
build:
os: ubuntu-20.04
tools:
python: "3.9"
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: requirements-dev.txt
| Add requirements to read the docs config | Add requirements to read the docs config
| YAML | bsd-2-clause | fusionbox/django-authtools |
aace3a70df2b5f309d89e4f8111178ad4da25810 | roles/db/tasks/mysql.yml | roles/db/tasks/mysql.yml | ---
- name: Install MySQL
apt: name={{ item }} update_cache={{ update_apt_cache }} state=present
with_items:
- mysql-server
- mysql-client
- libmysqlclient-dev
tags: packages
- name: Install mysqlclient
pip: name=mysqlclient
tags: packages
- name: Ensure the MySQL service is running
service: ... | ---
- name: Install MySQL
apt: name={{ item }} update_cache={{ update_apt_cache }} state=present
with_items:
- mysql-server
- mysql-client
- libmysqlclient-dev
tags: packages
- name: Install mysqlclient
pip: name=mysqlclient
tags: packages
- name: Ensure the MySQL service is running
service: ... | Fix one more case of deprecated `sudo` | Fix one more case of deprecated `sudo`
| YAML | mit | DavidCain/mitoc-ansible,DavidCain/mitoc-ansible,DavidCain/mitoc-ansible |
a6c311e1301dfef75951c5e4412e93cfa80a01bd | appveyor.yml | appveyor.yml | skip_branch_with_pr: true
environment:
HOME: $(HOMEDRIVE)$(HOMEPATH)
cache:
- $(HOME)\.gradle\caches\build-cache-1
- $(HOME)\.gradle\caches\jars-1
- $(HOME)\.gradle\caches\jars-2
- $(HOME)\.gradle\caches\jars-3
- $(HOME)\.gradle\caches\modules-2
- $(HOME)\.gradle\caches\transforms-1
- $(HOME)\.gradle\... | skip_branch_with_pr: true
environment:
HOME: $(HOMEDRIVE)$(HOMEPATH)
cache:
- $(HOME)\.gradle\caches\build-cache-1
- $(HOME)\.gradle\caches\jars-1
- $(HOME)\.gradle\caches\jars-2
- $(HOME)\.gradle\caches\jars-3
- $(HOME)\.gradle\caches\modules-2
- $(HOME)\.gradle\caches\transforms-1
- $(HOME)\.gradle\... | Use Java 8 on AppVeyor | Use Java 8 on AppVeyor
There seem to be issues with Java 9.
| YAML | mit | kotlintest/kotlintest,sksamuel/ktest,kotlintest/kotlintest,kotlintest/kotlintest |
37338c6a4435624d8c5f1cb87f1d25affae4bfab | appveyor.yml | appveyor.yml | configuration: Release
test:
assemblies:
- '**\bin\$(configuration)\*.test.dll'
artifacts:
- path: src\PowerShell\$(configuration)
name: msi.zip
type: zip
deploy:
- provider: GitHub
description: 'Direct module download'
auth_token:
secure: 5K94QY8dHKlbjvlBpQaXwAkmDf+LQE3g5WlU9snnNMjDj... | configuration: Release
test:
assemblies:
- '**\bin\$(configuration)\*.test.dll'
artifacts:
- path: src\PowerShell\bin\$(configuration)
name: msi.zip
type: zip
deploy:
- provider: GitHub
description: 'Direct module download'
auth_token:
secure: 5K94QY8dHKlbjvlBpQaXwAkmDf+LQE3g5WlU9snnN... | Correct path to build output directory | Correct path to build output directory
| YAML | mit | heaths/psmsi,heaths/psmsi |
48bba6cc8ca5912ec21d08f096ee07bd51666203 | appveyor.yml | appveyor.yml | # Fix line endings on Windows
init:
- git config --global core.autocrlf true
# What combinations to test
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
pl... | # Fix line endings on Windows
init:
- git config --global core.autocrlf true
# What combinations to test
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
pl... | Move to the test script to avoid npm was unexpected at this time. | Move to the test script to avoid npm was unexpected at this time.
| YAML | mit | paladox/grunt |
c77eff41e6daeed0c5af63d8816f6dedc403f010 | appveyor.yml | appveyor.yml | version: '1.0.{build}'
configuration:
- Release
platform: Any CPU
branches:
only:
- master
environment:
# Don't report back to the mothership
DOTNET_CLI_TELEMETRY_OPTOUT: 1
init:
- ps: $Env:LABEL = "CI" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0")
before_build:
- appveyor-retry dotnet... | version: '1.0.{build}'
configuration:
- Release
platform: Any CPU
branches:
only:
- master
environment:
# Don't report back to the mothership
DOTNET_CLI_TELEMETRY_OPTOUT: 1
init:
- ps: $Env:LABEL = "CI" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0")
before_build:
- appveyor-retry dotnet... | Fix - Run powershell script. | Fix - Run powershell script.
| YAML | apache-2.0 | springcomp/dotnet-make |
fd43c2b99a47ac840aaca39a3e58fe5b1994a0c4 | appveyor.yml | appveyor.yml | version: '{branch}.{build}'
os: Windows Server 2012 R2
configuration:
- Debug
- Release
platform: x64
environment:
matrix:
- PlatformToolset: v140
- PlatformToolset: v120
- PlatformToolset: Windows7.1SDK
build_script:
- >
msbuild "json-c.vcxproj" /m /verbosity:normal
/logger:"C:\Program Fi... | version: '{branch}.{build}'
os: Windows Server 2012 R2
configuration:
- Debug
- Release
platform: x64
environment:
matrix:
- PlatformToolset: v140
- PlatformToolset: v120
- PlatformToolset: Windows7.1SDK
build_script:
- >
msbuild "json-c.vcxproj" /m /verbosity:normal
/logger:"C:\Program Fi... | Create artefact with library and include files only | Appveyor: Create artefact with library and include files only
| YAML | mit | cubieb/json-c,Amineahd/json-c,cubieb/json-c,rgerhards/json-c,cubieb/json-c,Nzbuu/json-c,Nzbuu/json-c,Amineahd/json-c,chenha0/json-c,Nzbuu/json-c,rgerhards/json-c,chenha0/json-c,Nzbuu/json-c,chenha0/json-c,rgerhards/json-c,Amineahd/json-c |
8e2120172650be7cf9eedc29a6ef39bf884b0fb3 | appveyor.yml | appveyor.yml | version: "{build}"
os: Windows Server 2012 R2
install:
- choco install atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm clean"
- "%LOCALAPPDATA%/atom/bin/apm install"
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- "%LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd"... | version: "{build}"
platform: x64
branches:
only:
- master
clone_depth: 10
skip_tags: true
environment:
APM_TEST_PACKAGES:
matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta
install:
- ps: Install-Product node 4
build_script:
- ps: iex ((new-object net.webclient).DownloadString('https://ra... | Test against both channels on AppVeyor | Test against both channels on AppVeyor
| YAML | mit | atom/autocomplete-plus,atom-community/autocomplete-plus |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.