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.edu hub: db: pvc: # This also holds logs storage: 4Gi
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: pvc: # This also holds logs storage: 4Gi
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 in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. galaxy_info: author: rcbops description: Installation and setup of HAProxy company: Rackspace license: Apache2 min_ansible_version: 1.6.6 platforms: - name: Ubuntu versions: - xenial categories: - cloud - python - development - openstack dependencies: []
--- # 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 in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. galaxy_info: author: rcbops description: Installation and setup of HAProxy company: Rackspace license: Apache2 min_ansible_version: 1.6.6 platforms: - name: Ubuntu versions: - xenial - name: EL versions: - 7 - name: opensuse versions: - all categories: - cloud - python - development - openstack dependencies: []
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: Fedora versions: - all - name: opensuse versions: - all - name: Amazon versions: - all - name: GenericBSD versions: - all - name: FreeBSD versions: - all - name: Ubuntu versions: - all - name: SLES versions: - all - name: GenericLinux versions: - all - name: Debian versions: - all categories: - cloud - web dependencies: []
--- 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: Fedora versions: - all - name: opensuse versions: - all - name: Amazon versions: - all - name: GenericBSD versions: - all - name: FreeBSD versions: - all - name: Ubuntu versions: - all - name: SLES versions: - all - name: GenericLinux versions: - all - name: Debian versions: - all categories: - cloud - web dependencies: []
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 writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. service: logs runtime: go env: flex resources: cpu: 2 memory_gb: 4 disk_size_gb: 10 inbound_services: - warmup handlers: - url: "/internal/*" script: _go_app secure: always login: admin - url: "/.*" script: _go_app secure: always # Have some more liberal health check parameters, as we've observed "nginx" # timing out in production. health_check: enable_health_check: True check_interval_sec: 5 timeout_sec: 4 # Stop accepting requests after 20 sec of unhealthiness. unhealthy_threshold: 4 healthy_threshold: 1 # Restart after 2 min of unhealthiness. restart_threshold: 24
# 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 writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. service: logs runtime: go env: flex resources: cpu: 2 memory_gb: 4 disk_size_gb: 10 automatic_scaling: min_num_instances: 4 inbound_services: - warmup handlers: - url: "/internal/*" script: _go_app secure: always login: admin - url: "/.*" script: _go_app secure: always # Have some more liberal health check parameters, as we've observed "nginx" # timing out in production. health_check: enable_health_check: True check_interval_sec: 5 timeout_sec: 4 # Stop accepting requests after 20 sec of unhealthiness. unhealthy_threshold: 4 healthy_threshold: 1 # Restart after 2 min of unhealthiness. restart_threshold: 24
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: I2452fbfd73866321f63d10d57f74aaae9ce83fcb Reviewed-on: https://chromium-review.googlesource.com/c/1355799 Commit-Queue: Ryan Tseng <2190fe9a39b4920ec7bd59c848ec5cccd163056f@chromium.org> Reviewed-by: Andrii Shyshkalov <a30c74fa30536fe7ea81ed6dec202e35e149e1fd@chromium.org>
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.turn_off data: entity_id: group.hall_lights occupancy_simulation_start: alias: Occupancy Simulation Start sequence: - service: scene.turn_on data_template: entity_id: 'scene.occupancy_simulation_{{ (range(1, 4) | random) }}' - service: script.turn_on data: entity_id: script.occupancy_simulation_loop occupancy_simulation_stop: alias: Occupancy Simulation Stop sequence: - service: script.turn_off data: entity_id: script.occupancy_simulation_loop - service: scene.turn_on data_template: entity_id: 'scene.occupancy_simulation_0' occupancy_simulation_loop: alias: Occupancy Simulation Loop sequence: - delay: '00:{{ (range(20, 41) | random) }}:00' - service: script.turn_on data: entity_id: script.occupancy_simulation_start
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.turn_off data: entity_id: group.hall_lights occupancy_simulation_start: alias: Occupancy Simulation Start sequence: - service: scene.turn_on data_template: entity_id: 'scene.occupancy_simulation_{{ (range(1, 4) | random) }}' - service: script.turn_on data: entity_id: script.occupancy_simulation_loop occupancy_simulation_stop: alias: Occupancy Simulation Stop sequence: - service: script.turn_off data: entity_id: script.occupancy_simulation_loop - service: scene.turn_on data: entity_id: 'scene.occupancy_simulation_0' occupancy_simulation_loop: alias: Occupancy Simulation Loop sequence: - delay: '00:{{ (range(20, 41) | random) }}:00' - service: script.turn_on data: entity_id: script.occupancy_simulation_start
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 debug: knowing what exact versions are in use can be rather useful. - pip freeze # Code static analysis - pep8 --max-line-length=100 --exclude='*.pyc, *.cfg, *.log' --ignore='E402' alignak_app/* #- pylint --rcfile=.pylintrc alignak_webui/ # No pep257 currently (Code doc compliance) # - pep257 --select=D300 alignak_webui # Code dynamic analysis # - cd test - coverage erase - cd test/ - nosetests -xv --nologcapture --with-coverage --cover-package=alignak_app test_*.py - coverage combine - coverage report -m # - cd .. # specific call to launch coverage data into coveralls.io after_success: # to get coverage data with relative paths and not absolute we have to # execute coveralls from the base directory of the project, # so we need to move the .coverage file here : # mv test/.coverage . && coveralls --rcfile=test/.coveragerc -v coveralls -v
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 debug: knowing what exact versions are in use can be rather useful. - pip freeze # Code static analysis - pep8 --max-line-length=100 --exclude='*.pyc, *.cfg, *.log' --ignore='E402' alignak_app/* #- pylint --rcfile=.pylintrc alignak_webui/ # No pep257 currently (Code doc compliance) # - pep257 --select=D300 alignak_webui # Code dynamic analysis # - cd test - coverage erase - cd test/ - nosetests -xv --nologcapture --with-coverage --cover-package=alignak_app test_*.py - ls -la - coverage combine - coverage report -m # - cd .. # specific call to launch coverage data into coveralls.io after_success: # to get coverage data with relative paths and not absolute we have to # execute coveralls from the base directory of the project, # so we need to move the .coverage file here : # mv test/.coverage . && coveralls --rcfile=test/.coveragerc -v coveralls -v
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.freenode.org#apigility-dev" email: false
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#apigility-dev" email: false
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-dev before_script: - composer self-update - composer --${ES_REQUIRE} --prefer-source install - ./test/bin/install_php_memcache.sh - ./test/bin/run_elasticsearch.sh - ./test/bin/run_proxy.sh script: phpunit -c test/ after_script: ./test/bin/show_logs.sh
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-dev before_script: - composer self-update - composer --${ES_REQUIRE} --prefer-source install - ./test/bin/install_php_memcache.sh - ./test/bin/run_elasticsearch.sh - ./test/bin/run_proxy.sh script: phpunit -c test/ after_script: ./test/bin/show_logs.sh
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,kartikm/Elastica,ebernhardson/Elastica,sugarcrm/Elastica,piotrantosik/Elastica,falconavs/Elastica,JustinHook/Elastica,Gasol/Elastica,markeilander/Elastica,ewgRa/Elastica,splitice/Elastica,Tobion/Elastica,Jmoati/Elastica,ebernhardson/Elastica,stof/Elastica,webdevsHub/Elastica,im-denisenko/Elastica,fubuki/Elastica,falconavs/Elastica,giorrrgio/Elastica,idio/elastica,ARAMISAUTO/Elastica,p365labs/Elastica,vlajos/Elastica,JustinHook/Elastica,Tobion/Elastica,Southparkfan/Elastica,Mosoc/Elastica,revinate/Elastica,webdevsHub/Elastica,vlajos/Elastica,0x46616c6b/Elastica,im-denisenko/Elastica,idio/elastica,stof/Elastica,pborreli/Elastica,Southparkfan/Elastica,eilgin/Elastica,giovannialbero1992/Elastica,ewgRa/Elastica,tmatei/Elastica,ruflin/Elastica,kartikm/Elastica,Gasol/Elastica,0x46616c6b/Elastica,Jmoati/Elastica
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 running on macOS 10.14.4 language: shell # 'language: python' is an error on Travis CI macOS before_install: - python3 -m pip install --upgrade pip - python3 -m pip install --upgrade virtualenv - virtualenv -p python3 --system-site-packages "$HOME/venv" - source "$HOME/venv/bin/activate" - CFLAGS="-O0" STATIC_DEPS=true python3 -m pip install lxml - python3 --version - python --version env: - HOMEBREW_NO_INSTALL_CLEANUP=1 - HOMEBREW_NO_ANALYTICS=1 before_cache: - rm -f "$HOME/Library/Caches/pip/log/debug.log" cache: directories: - "$HOME/Library/Caches/pip" - os: windows # Windows 10.0.17134 N/A Build 17134 python: "3.8" language: shell # 'language: python' is an error on Travis CI Windows before_install: - choco install python --version 3.8.0 - choco install sqlite - python -m pip install --upgrade pip - python --version env: PATH=/c/Python38:/c/Python38/Scripts:$PATH # allow failure on OSes other than Linux allow_failures: - os: osx - os: windows fast_finish: true # command to install dependencies install: - > if [[ "$TRAVIS_PYTHON_VERSION" == "2"* ]] || [[ "$TRAVIS_PYTHON_VERSION" == "pypy2"* ]]; then pip install -r requirements-py2.txt; else pip3 install -r requirements-py3.txt; fi # command to run tests script: nosetests tests
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/sinatra-contrib,gferguson-gd/sinatra-contrib,lvonk/sinatra-contrib,r7kamura/sinatra-contrib,mwpastore/sinatra-contrib,chicisimo/sinatra-contrib,zBMNForks/sinatra-contrib
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-chrome-stable script: - xvfb-run wct --skip-plugin sauce - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct --skip-plugin local --plugin sauce; fi"
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: - google-chrome-stable script: - xvfb-run wct --skip-plugin sauce - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct --skip-plugin local --plugin sauce; fi"
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/2lMFQsOhuA0mMoJ3tK3vhve10s3Mt8JvWqnEI3OmnDF/Yx7FN0sGiTskLYvi7jCzLY1QNqdg52VTsNI=
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/2lMFQsOhuA0mMoJ3tK3vhve10s3Mt8JvWqnEI3OmnDF/Yx7FN0sGiTskLYvi7jCzLY1QNqdg52VTsNI=
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}/play-${PLAY_VERSION}.zip - unzip -q play-${PLAY_VERSION}.zip script: play-${PLAY_VERSION}/play test notifications: email: false after_success: - play-${PLAY_VERSION}/play dist - cd /target/universal/ - curl -H "Authorization: token ${BUILD_KEY}" https://api.github.com/MeiSign - 'curl -XPOST "https://api.github.com/repos/MeiSign/Fillable/releases" -d \\"{"tag_name" : "automated travis build": "draft", true}\\"'
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}/play-${PLAY_VERSION}.zip - unzip -q play-${PLAY_VERSION}.zip - apt-get install jq script: play-${PLAY_VERSION}/play test notifications: email: false after_success: - play-${PLAY_VERSION}/play dist - cd /target/universal/ - 'ASSETID=$(curl -s -H "Authorization: token ${BUILD_KEY}" "https://api.github.com/repos/meisign/fillable/releases/204198/assets" | jq ".[0].id")' - 'curl -XDELETE -s -H "Authorization: token ${BUILD_KEY}" "https://api.github.com/repos/meisign/fillable/releases/assets/$ASSETID"' - 'curl -XPOST -v -H "Authorization: token ${BUILD_KEY}" -H "Content-Type: application/zip" --data-binary @./Fillable-1.0-SNAPSHOT.zip "https://uploads.github.com/repos/meisign/fillable/releases/204198/assets?name=Fillable.zip"'
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 - emulator -avd test -no-window & - android-wait-for-emulator - adb shell input keyevent 82 env: matrix: - TEST=:sample:app:connectedDebugAndroidTest - TEST=:sample:kotlinapp:connectedDebugAndroidTest - TEST=:activitystarter:test script: - ./gradlew $TEST -i branches: only: - master - stable notifications: email: true cache: directories: - $HOME/.m2 - $HOME/.gradle
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 - emulator -avd test -no-window & - android-wait-for-emulator - adb shell input keyevent 82 env: matrix: - TEST=:sample:app:connectedDebugAndroidTest - TEST=:sample:kotlinapp:connectedDebugAndroidTest - TEST=:activitystarter:test - TEST=:activitystarter-compiler:test script: - ./gradlew $TEST -i branches: only: - master - stable notifications: email: true cache: directories: - $HOME/.m2 - $HOME/.gradle
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_TRY_SCENARIO=ember-cli-release - EMBER_TRY_SCENARIO=ember-cli-beta matrix: fast_finish: true before_install: - bash ./is_md_only.sh && MD_ONLY=true && echo "Only .md files have changed!" || test true install: - test $MD_ONLY && echo "Skipped!" || yarn install script: - test $MD_ONLY && echo "Skipped!" || yarn lint:js # Usually, it's ok to finish the test scenario without reverting # to the addon's original dependency state, skipping "cleanup". - test $MD_ONLY && echo "Skipped!" || yarn ember try:one $EMBER_TRY_SCENARIO --skip-cleanup # We build PRs, but don't trigger separate builds for the PR from the branch. branches: only: - master
--- 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_TRY_SCENARIO=ember-cli-release - EMBER_TRY_SCENARIO=ember-cli-beta matrix: fast_finish: true allow_failures: - env: EMBER_TRY_SCENARIO=typescript-beta - env: EMBER_TRY_SCENARIO=ember-cli-beta before_install: - bash ./is_md_only.sh && MD_ONLY=true && echo "Only .md files have changed!" || test true install: - test $MD_ONLY && echo "Skipped!" || yarn install script: - test $MD_ONLY && echo "Skipped!" || yarn lint:js # Usually, it's ok to finish the test scenario without reverting # to the addon's original dependency state, skipping "cleanup". - test $MD_ONLY && echo "Skipped!" || yarn ember try:one $EMBER_TRY_SCENARIO --skip-cleanup # We build PRs, but don't trigger separate builds for the PR from the branch. branches: only: - master
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 - bundle exec rspec sudo: false
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-get install -qq ubuntu-restricted-extras - sudo apt-get install -qq libfreetype6-dev libjpeg8-dev zlib1g-dev ffmpeg - sudo locale-gen fr_FR.UTF-8 - ffmpeg -version install: - pip install -q $PILLOW - pip install pytest pytest-cov coveralls - pip install . script: py.test -sv --cov sigal --cov-report term-missing tests/ after_success: coveralls notifications: irc: "chat.freenode.net#sigal"
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:mc3man/trusty-media -y # Dependencies to build PIL - sudo apt-get update -qq - sudo apt-get install -qq ubuntu-restricted-extras - sudo apt-get install -qq libfreetype6-dev libjpeg8-dev zlib1g-dev ffmpeg - sudo locale-gen fr_FR.UTF-8 - ffmpeg -version install: - pip install -q $PILLOW - pip install pytest pytest-cov coveralls - pip install . script: py.test -sv --cov sigal --cov-report term-missing tests/ after_success: coveralls notifications: irc: "chat.freenode.net#sigal"
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/sqlite3_ar_42.gemfile - gemfiles/sqlite3_ar_50.gemfile - gemfiles/sqlite3_ar_51.gemfile - gemfiles/sqlite3_ar_52.gemfile services: - mysql - postgresql before_script: - mysql -e 'create database ancestry_test;' || true - psql -c 'create database ancestry_test;' -U postgres || true
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/sqlite3_ar_42.gemfile - gemfiles/sqlite3_ar_50.gemfile - gemfiles/sqlite3_ar_51.gemfile - gemfiles/sqlite3_ar_52.gemfile services: - mysql - postgresql before_script: - mysql -e 'create database ancestry_test;' || true - psql -c 'create database ancestry_test;' -U postgres || true
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 - export ANDROID_NDK_HOME=$HOME/android/sdk/ndk-bundle env: global: # install timeout in minutes (2 minutes by default) - ADB_INSTALL_TIMEOUT=8 # Emulator Management: Create, Start and Wait before_script: - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & script: - android list target - ./gradlew build -x bintray connectedCheck --stacktrace --info
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 minutes by default) - ADB_INSTALL_TIMEOUT=8 # Emulator Management: Create, Start and Wait before_script: - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a - emulator -avd test -no-skin -no-audio -no-window & - android-wait-for-emulator - adb shell input keyevent 82 & script: - android list target - ./gradlew build -x bintray connectedCheck --stacktrace --info
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 os: osx - language: generic python: 3.6 os: osx before_install: - pip install --quiet codecov wheel install: - make install script: - make test after_success: - bash <(curl -s https://codecov.io/bash)
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: generic python: 3.5 os: osx - language: generic python: 3.6 os: osx before_install: - pip install --quiet codecov wheel install: - make install script: - make test after_success: - bash <(curl -s https://codecov.io/bash)
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 <a> tags with ids and superscript allowed_elements: ['a', 'sup']
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 gitbook MD031: false MD033: # we have <a> tags with ids and superscript allowed_elements: ['a', 'sup']
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" - "[ $TRAVIS_OS_NAME = osx ] && createuser -s postgres || true" - psql -U postgres -c 'CREATE DATABASE test;' script: - eval "$(curl -sL https://swift.vapor.sh/ci-3.1)" - eval "$(curl -sL https://swift.vapor.sh/codecov)"
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 -s postgres || true" - psql -U postgres -c 'CREATE DATABASE test;' script: - eval "$(curl -sL https://swift.vapor.sh/ci-3.1)" - eval "$(curl -sL https://swift.vapor.sh/codecov)"
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 path: . sphinx: configuration: doc/conf.py fail_on_warning: true
# .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 path: . sphinx: configuration: doc/conf.py fail_on_warning: true
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 the time of an event or an API call. See `state machine documentation`_ for more details. .. _state machine documentation: https://docs.openstack.org/blazar/latest/user/state-machines.html
--- 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 an Alembic database migration script. See `state machine documentation`_ for more details. .. _state machine documentation: https://docs.openstack.org/blazar/latest/user/state-machines.html
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}" logging: driver: json-file options: max-size: 50m
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}.bionano.bio" logging: driver: json-file options: max-size: 50m
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-identity ## 0.1.0.0 -- 2020-07-17 * First version. Released on an unsuspecting world. basic-deps: base: '>=4.14 && <4.15' monad-control: '>=1.0.2.3 && <1.1' transformers-base: '>=0.4.5.2 && <0.5' transformers: '>=0.5.6.2 && <0.6' all-versions: - 0.1.0.0 author: Felix Springer latest: 0.1.0.0 description-type: haddock description: '' license-name: BSD-3-Clause
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-identity ## 0.1.0.1 -- 2020-07-17 * Accept older versions of dependencies. ## 0.1.0.0 -- 2020-07-17 * First version. Released on an unsuspecting world. basic-deps: base: '>=4.5 && <5' monad-control: '>=1.0.2.3 && <1.1' transformers-base: '>=0.4.5.2 && <0.5' transformers: '>=0.5.6.2 && <0.6' all-versions: - 0.1.0.0 - 0.1.0.1 author: Felix Springer latest: 0.1.0.1 description-type: haddock description: '' license-name: BSD-3-Clause
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 underlying Git. Gitless is an experiment to see what happens if you put a simple veneer on an app that changes the underlying concepts. Because Gitless is implemented on top of Git (could be considered what Git pros call a "porcelain" of Git), you can always fall back on Git. And of course your coworkers you share a repo with need never know that you're not a Git aficionado. base: core18 grade: devel # 'stable' for stable/candidate upload confinement: devmode # 'strict' after right plugs and slots # 'optional' fields apps: gl: command: bin/gl parts: libgit2: plugin: cmake source: https://github.com/libgit2/libgit2/archive/v0.27.0.tar.gz build-packages: - libssl-dev gitless-cli: plugin: python source: . after: [libgit2] # need git until https://github.com/sdg-mit/gitless/issues/176 stage-packages: - git build-packages: - git
# 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 underlying Git. Gitless is an experiment to see what happens if you put a simple veneer on an app that changes the underlying concepts. Because Gitless is implemented on top of Git (could be considered what Git pros call a "porcelain" of Git), you can always fall back on Git. And of course your coworkers you share a repo with need never know that you're not a Git aficionado. base: core18 grade: devel # 'stable' for stable/candidate upload confinement: devmode # 'strict' after right plugs and slots # 'optional' fields apps: gl: command: bin/gl parts: libgit2: plugin: cmake # https://www.pygit2.org/install.html#version-numbers source: https://github.com/libgit2/libgit2/archive/v0.26.8.tar.gz build-packages: - libssl-dev gitless-cli: plugin: python source: . after: [libgit2] # need git until https://github.com/sdg-mit/gitless/issues/176 stage-packages: - git build-packages: - git
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 commensurate. ga_id: UA-34978047-4 download_links: - title: Master branch zip href: https://github.com/dharmafly/jsonpatch.js/zipball/master text: jsonpatch.js subtext: v{{ version }} sections: - path: /index.html name: Overview - path: /reference/index.html name: Reference
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 commensurate. ga_id: UA-34978047-4 download_links: - title: Master branch zip href: https://github.com/dharmafly/jsonpatch.js/zipball/master text: jsonpatch.js subtext: v{{ version }} sections: - path: /index.html name: Overview - path: /reference/index.html name: Reference
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 nullable: true location: type: string nullable: true interests_hobbies: type: string nullable: true email_address: type: string twitter: type: string nullable: true facebook: type: string nullable: true lifecycleCallbacks: { }
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: type: string nullable: true location: type: string nullable: true interests_hobbies: type: string nullable: true length: 10000 email_address: type: string twitter: type: string nullable: true facebook: type: string nullable: true lifecycleCallbacks: { }
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: test: ">=0.12.0 <0.13.0" environment: sdk: ">=1.2.0 <2.0.0"
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 <0.13.0" environment: sdk: ">=1.8.0 <2.0.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_dependencies: test: '>=0.12.0 <2.0.0'
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_dependencies: test: '>=0.12.0 <2.0.0'
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 <2.0.0' documentation: http://api.dartlang.org/docs/pkg/intl dependencies: analyzer: '>=0.13.2 <0.14.0' path: '>=0.9.0 <2.0.0' dev_dependencies: serialization: '>=0.9.0 <0.10.0' unittest: '>=0.10.0 <0.12.0'
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' documentation: http://api.dartlang.org/docs/pkg/intl dependencies: analyzer: '>=0.13.2 <0.16.0' path: '>=0.9.0 <2.0.0' dev_dependencies: serialization: '>=0.9.0 <0.10.0' unittest: '>=0.10.0 <0.12.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' vector: -any all-versions: - '0.0.0' author: '' latest: '0.0.0' description-type: markdown description: ! '# animate Animation for sprites ' license-name: BSD3
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' vector: -any all-versions: - '0.0.0' - '0.1.0' author: '' latest: '0.1.0' description-type: markdown description: ! '# animate Animation for sprites ' license-name: BSD3
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 directory: -any all-versions: - '0.0.0' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' - '0.0.6' - '0.0.7' - '0.0.8' - '0.0.9' - '0.0.10' - '0.0.11' - '0.0.12' - '0.0.13' - '0.0.14' - '0.0.15' - '0.0.16' - '0.0.17' author: Swift Navigation Inc. latest: '0.0.17' description-type: haddock description: Primitive helpers for Shake files. license-name: MIT
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 directory: -any all-versions: - '0.0.0' - '0.0.2' - '0.0.3' - '0.0.4' - '0.0.5' - '0.0.6' - '0.0.7' - '0.0.8' - '0.0.9' - '0.0.10' - '0.0.11' - '0.0.12' - '0.0.13' - '0.0.14' - '0.0.15' - '0.0.16' - '0.0.17' - '0.0.18' author: Swift Navigation Inc. latest: '0.0.18' description-type: haddock description: Primitive helpers for Shake files. license-name: MIT
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 npm@4.5.0 --loglevel=error - ps: npm install -g gulp@3.9.1 --loglevel=error - ps: .\Install-Emulator.ps1 build_script: - ps: .\Build.ps1 artifacts: - path: artifacts\publish nuget: disable_publish_on_pr: true skip_tags: false test: off
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 npm@4.5.0 --loglevel=error - ps: npm install -g gulp@3.9.1 --loglevel=error - ps: .\Install-Emulator.ps1 - ps: Write-Host $env:Site__Authentication__UserStore__ServiceUri build_script: - ps: .\Build.ps1 artifacts: - path: artifacts\publish nuget: disable_publish_on_pr: true skip_tags: false test: off
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 cloning) install: # Get the Node version with matching major & minor numbers - ps: If (!$(node --version).StartsWith('v' + $env:nodejs_version)) {Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)} # Prevent Bower from asking questions. - set CI=true # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Set build version format here instead of in the admin panel. version: "{build}"
# 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 cloning) install: # Get the Node version with matching major & minor numbers - ps: | If (!$(node --version).StartsWith('v' + $env:nodejs_version)) { Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) } # Prevent Bower from asking questions. - set CI=true # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Set build version format here instead of in the admin panel. version: "{build}"
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%\\python.exe -m pip wheel --wheel-dir=wheels bitarray" - cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels lxml==3.6.0" - cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels tinyarray" - cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels pyahocorasick" - cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels simplejson - dir - dir wheels artifacts: - path: wheels\* deploy: - provider: BinTray username: pombreda version: "1" api_key: secure: vfOXPuSdGaUBQWCWhtXGWOKFoWulmg8dl3J8EP7RodmMN96VH8yeMQIHdU3f4+l/ subject: pombreda repo: thirdparty package: thirdparty publish: true override: true
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%\\python.exe -m pip wheel --wheel-dir=wheels bitarray" - cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels lxml==3.6.0" - cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels tinyarray" - cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels pyahocorasick" - cmd: "%PYTHON%\\python.exe -m pip wheel --wheel-dir=wheels simplejson" - dir - dir wheels artifacts: - path: wheels\* deploy: - provider: BinTray username: pombreda version: "1" api_key: secure: vfOXPuSdGaUBQWCWhtXGWOKFoWulmg8dl3J8EP7RodmMN96VH8yeMQIHdU3f4+l/ subject: pombreda repo: thirdparty package: thirdparty publish: true override: true
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 config --global core.autocrlf true # Build script build_script: - ps: .\build.ps1 -Target "AppVeyor" -Configuration "Release" # Tests test: off # Branches to build branches: # Whitelist only: - develop - master - /r/.*/ - /release/.*/ - /hotfix/.*/ # Build cache cache: - tools -> build.cake artifacts: - path: artifacts name: appychristmas deploy_script: - '"C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\msdeploy.exe" -source:IisApp=''%appveyor_build_folder%\artifacts'' -dest:IisApp=''%website_name%'',ComputerName=''https://%website_name%.scm.azurewebsites.net/msdeploy.axd'',UserName=''$%website_name%'',Password=''%website_psw%'',IncludeAcls=''False'',AuthType=''Basic'' -verb:sync -enablerule:AppOffline -enableRule:DoNotDeleteRule -retryAttempts:2'
# Build script environment: website_name: appychristmas website_psw: secure: AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA024zePPvCk66gydYIQs9yAAAAAACAAAAAAADZgAAwAAAABAAAAB+S5P1aJBIWhhkE+KiLdv0AAAAAASAAACgAAAAEAAAAJPtZ5ujVMi64DpIJh8lHv4YAAAApa0suOy34O14yJnlFRxU5MqVR8XtH/v6FAAAABr7QCyAlMkCTbyPuHaAtJgjl4w8 init: - git config --global core.autocrlf true # Build script build_script: - ps: .\build.ps1 -Target "AppVeyor" -Configuration "Release" # Tests test: off # Branches to build branches: # Whitelist only: - develop - master - /r/.*/ - /release/.*/ - /hotfix/.*/ # Build cache cache: - tools -> build.cake artifacts: - path: artifacts name: appychristmas
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\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"nunit-console.exe" -targetargs:".\Pegasus.Tests\bin\%CONFIGURATION%\Pegasus.Tests.dll /noshadow /exclude=Performance" -filter:"+[Pegasus]* +[Pegasus.Common]* -[Pegasus]Pegasus.Parser.* -[Pegasus]Pegasus.Properties.*" -hideskipped:All -output:.\Pegasus.Tests\bin\%CONFIGURATION%\coverage.xml - codecov -X gcov -f ".\Pegasus.Tests\bin\%CONFIGURATION%\coverage.xml" cache: - packages -> **\packages.config artifacts: - path: 'Package\bin\**\*.nupkg' - path: 'Pegasus.Templates\bin\**\*.zip' - path: 'Pegasus.Package\bin\**\*.vsix'
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\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"nunit-console.exe" -targetargs:".\Pegasus.Tests\bin\%CONFIGURATION%\Pegasus.Tests.dll /noshadow /exclude=Performance" -filter:"+[Pegasus]* +[Pegasus.Common]* -[Pegasus]Pegasus.Parser.* -[Pegasus]Pegasus.Properties.*" -hideskipped:All -output:.\Pegasus.Tests\bin\%CONFIGURATION%\coverage.xml - codecov -X gcov -f ".\Pegasus.Tests\bin\%CONFIGURATION%\coverage.xml" cache: - packages -> **\packages.config artifacts: - path: 'Package\bin\**\*.nupkg' - path: 'Pegasus.Templates\bin\**\*.zip' - path: 'Pegasus.Package\bin\**\*.vsix' deploy: provider: NuGet api_key: secure: 2tZ8tu75MkmhyIcFGzFZsukJx9WAfV94mMtIAnSlurGlGqKaUhG6n6fTimXiIQiB skip_symbols: false artifact: /.*\.nupkg/
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 restore build: verbosity: minimal
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 PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% - nuget restore build: verbosity: minimal
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/cptxJvFUoVxDmnoqj install: - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:VERSION}-${env:TARGET}.exe" -FileName "rust-nightly.exe" - ps: .\rust-nightly.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null - ps: $env:PATH="$env:PATH;C:\rust\bin" - rustc -vV - cargo -vV - echo install build: off test_script: # TODO remove this loop when server 2016 lands on appveyor; related to https://github.com/steffengy/schannel-rs/issues/8 - set RUST_BACKTRACE=1 - ps: for($i=1; $i -le 3; $i++) { cmd /c "cargo test 2>&1"; if ($?) { break } }
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/cptxJvFUoVxDmnoqj install: - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:VERSION}-${env:TARGET}.msi" -FileName "rust-install.msi" - ps: msiexec /i "rust-install.msi" /qn /norestart INSTALLDIR="C:\rust" | Out-Null - ps: $env:PATH="$env:PATH;C:\rust\bin" - rustc -vV - cargo -vV - echo install build: off test_script: # TODO remove this loop when server 2016 lands on appveyor; related to https://github.com/steffengy/schannel-rs/issues/8 - set RUST_BACKTRACE=1 - ps: for($i=1; $i -le 3; $i++) { cmd /c "cargo test 2>&1"; if ($?) { break } }
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_file_version: "{version}" assembly_informational_version: "{version}" platform: Any CPU configuration: Release before_build: - nuget restore src/StrangerData.sln build: parallel: true # enable MSBuild parallel builds project: src/StrangerData.sln # path to Visual Studio solution or project publish_nuget: true # package projects with .nuspec files and push to artifacts deploy: - provider: NuGet server: https://www.nuget.org/api/v2/package api_key: secure: '54fc160a-c901-4bcd-a578-f101ec55cf4b' artifact: /.*\.nupkg/ on: branch: master
# 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_file_version: "{version}" assembly_informational_version: "{version}" platform: Any CPU configuration: Release before_build: - nuget restore src/StrangerData.sln build: parallel: true # enable MSBuild parallel builds project: src/StrangerData.sln # path to Visual Studio solution or project publish_nuget: true # package projects with .nuspec files and push to artifacts deploy: - provider: NuGet server: https://www.nuget.org/api/v2/package api_key: secure: ingFtxQjecEsrc2Ma2S259/K78gtFObeHFmbiDo2LQnGzgDL0l4TbRY+F1COVmZo artifact: /.*\.nupkg/ on: branch: master
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.lunarg.com/sdk/download/1.2.154.1/windows/VulkanSDK-1.2.154.1-Installer.exe' - cmd: VulkanSDK-1.2.154.1-Installer.exe /S - cmd: set VULKAN_SDK=C:\VulkanSDK\1.2.154.1 - cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" set CMAKE_GENERATOR_NAME=Visual Studio 15 2017 Win64 - cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2019" set CMAKE_GENERATOR_NAME=Visual Studio 16 2019 build_script: - cmd: cd C:\projects\Dusk - cmd: mkdir Build - cmd: cd Build # - cmd: cmake -DBUILD_TESTS=ON -DBUILD_DEMOS=ON -G "%CMAKE_GENERATOR_NAME%" .. - cmd: cmake -DBUILD_TESTS=ON -G "%CMAKE_GENERATOR_NAME%" -A x64 .. - cmd: cmake --build . # - cmd: cmake --build . --target RUN_TESTS test: off
# 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.lunarg.com/sdk/download/1.2.154.1/windows/VulkanSDK-1.2.154.1-Installer.exe' - cmd: VulkanSDK-1.2.154.1-Installer.exe /S - cmd: set VULKAN_SDK=C:\VulkanSDK\1.2.154.1 build_script: - cmd: cd C:\projects\Dusk - cmd: mkdir Build - cmd: cd Build # TODO -DBUILD_TESTS=ON - cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" cmake -G "Visual Studio 15 2017" .. - cmd: if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2019" cmake -G "Visual Studio 16 2019" -A x64 .. - cmd: cmake --build . # - cmd: cmake --build . --target RUN_TESTS test: off
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_JOB_ID)" - ps: foreach($item in (dir $dir "*.xml")) { $wc.UploadFile($uri, $item.FullName) }
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_JOB_ID)" - ps: foreach($item in (dir $dir "*.xml")) { $wc.UploadFile($uri, $item.FullName) }
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: secure: SzeZ03l7jd21TtgkMyds7g== TWINE_PASSWORD: secure: S5cwk5CAZ1pxBBIiBqQhR0zYIkvuktHcjVZ+jocTL08= build_script: - ps: >- if ($env:appveyor_repo_tag -eq 'false') { & scripts\appveyor\build.bat } install: - ps: >- if ($env:appveyor_repo_tag -eq 'true') { cd c:\openchemistry\avogadrolibs .\scripts\appveyor\build-wheels.ps1 } deploy_script: - ps: >- if ($env:appveyor_repo_tag -eq 'true') { cd c:\openchemistry\avogadrolibs .\scripts\appveyor\upload-pypi.ps1 }
- 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: secure: /dyl+sf2T84bLnO0uaEFSA== TWINE_PASSWORD: secure: S4lgG583FNPPUGhPBEwNkfeC5YHUFE/K9x3xujHO75I= build_script: - ps: >- if ($env:appveyor_repo_tag -eq 'false') { & scripts\appveyor\build.bat } install: - ps: >- if ($env:appveyor_repo_tag -eq 'true') { cd c:\openchemistry\avogadrolibs .\scripts\appveyor\build-wheels.ps1 } deploy_script: - ps: >- if ($env:appveyor_repo_tag -eq 'true') { cd c:\openchemistry\avogadrolibs .\scripts\appveyor\upload-pypi.ps1 }
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 combine all into single file - ps: | $url = "https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)" $file = '.\build\test-results\TEST-nl.esciencecenter.xenon.util.RealFileUtilsTest.xml' (New-Object 'System.Net.WebClient').UploadFile($url, (Resolve-Path $file)) $file = '.\build\test-results\TEST-nl.esciencecenter.xenon.adaptors.local.LocalUtilsTest.xml' (New-Object 'System.Net.WebClient').UploadFile($url, (Resolve-Path $file)) artifacts: - path: build/distributions/*.zip name: Java archive
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/jacocoTestReport.xml - ps: | $url = "https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)" $files = Get-ChildItem "build/test-results/" -Filter *.xml for ($i=0; $i -lt $files.Count; $i++) { (New-Object 'System.Net.WebClient').UploadFile($url, $files[$i]) } artifacts: - path: build/distributions/*.zip name: Java archive
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_WebDriverManager.Net" /v:$env:LIBRARY_VERSION /o:"rosolko-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login=$env:SONAR_LOGIN /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.coverage.exclusions="WebDriverManager.Tests/**,**/*Tests.cs" /d:sonar.cs.opencover.reportsPaths="C:\projects\webdrivermanager-net\WebDriverManager.Tests\opencover.xml" build_script: - ps: dotnet restore - ps: dotnet build - ps: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat="opencover" /p:CoverletOutput="opencover.xml" after_build: - ps: dotnet sonarscanner end /d:sonar.login=$env:SONAR_LOGIN artifacts: - path: '**\*.nupkg'
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_WebDriverManager.Net" /v:$env:LIBRARY_VERSION /o:"rosolko-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login=$env:SONAR_LOGIN /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.coverage.exclusions="WebDriverManager.Tests/**,**/*Tests.cs" /d:sonar.cs.opencover.reportsPaths="C:\projects\webdrivermanager-net\WebDriverManager.Tests\opencover.xml" build_script: - ps: dotnet restore - ps: dotnet build - ps: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat="opencover" /p:CoverletOutput="opencover.xml" after_build: - ps: dotnet sonarscanner end /d:sonar.login=$env:SONAR_LOGIN artifacts: - path: '**\*.nupkg'
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 MSVC 2013, 32 bit) - call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 # Check compiler version - cl # Prepend Python installation to PATH - "SET PATH=%PYTHON_INSTALL%;%PATH%" # Check Python version - "python --version" build_script: - "python clcache.py --help" - "python clcache.py -s" test_script: - "python unittests.py" - "python integrationtests.py" after_test: # Get a rough overview about what happened in the tests. # This is not part of the actual testing but pure convenience. - "python clcache.py -s"
# 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:\\Python33" - PYTHON_INSTALL: "C:\\Python34" - PYTHON_INSTALL: "C:\\Python35" install: # Make compiler available (use MSVC 2013, 32 bit) - call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 # Check compiler version - cl # Prepend Python installation to PATH - "SET PATH=%PYTHON_INSTALL%;%PATH%" # Check Python version - "python --version" build_script: - "python clcache.py --help" - "python clcache.py -s" test_script: - "python unittests.py" - "python integrationtests.py" after_test: # Get a rough overview about what happened in the tests. # This is not part of the actual testing but pure convenience. - "python clcache.py -s"
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 writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # TODO(proto): uncomment and supply a Google App Engine application instance # application: FIXME version: 1 runtime: python api_version: 1 handlers: - url: /content static_dir: content - url: /.* script: main.py
# 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 writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # TODO(proto): uncomment and supply a Google App Engine application instance # application: FIXME version: 1 runtime: python api_version: 1 handlers: - url: /soc/content static_dir: soc/content - url: /gsoc/content static_dir: gsoc/content - url: /ghop/content static_dir: ghop/content - url: /.* script: main.py
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_folder: c:\projects\kitchen-machine clone_depth: 1 branches: only: - master install: - ps: net user /add $env:machine_user $env:machine_pass - ps: net localgroup administrators $env:machine_user /add - ps: $env:PATH="C:\Ruby$env:ruby_version\bin;$env:PATH" - ps: gem install bundler --quiet --no-ri --no-rdoc - ps: Invoke-WebRequest -Uri http://curl.haxx.se/ca/cacert.pem -OutFile c:\projects\kitchen-machine\certs.pem build_script: - bundle install || bundle install || bundle install test_script: - bundle exec rake - bundle exec kitchen verify
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_folder: c:\projects\kitchen-machine clone_depth: 1 install: - ps: net user /add $env:machine_user $env:machine_pass - ps: net localgroup administrators $env:machine_user /add - ps: $env:PATH="C:\Ruby$env:ruby_version\bin;$env:PATH" - ps: gem install bundler --quiet --no-ri --no-rdoc - ps: Invoke-WebRequest -Uri http://curl.haxx.se/ca/cacert.pem -OutFile c:\projects\kitchen-machine\certs.pem build_script: - bundle install || bundle install || bundle install test_script: - bundle exec rake - bundle exec kitchen verify
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 Studio 15 2017 Win64" before_build: - md C:\RosettaStone\build - cd C:\RosettaStone\build - cmake .. -G "%CMAKE_GENERATOR%" build: project: C:\RosettaStone\build\RosettaStone.sln parallel: true verbosity: normal after_build: - C:\RosettaStone\build\bin\Release\UnitTests.exe
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 Studio 15 2017 Win64" $env:PYTHON = "36-x64" $env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH" before_build: - md C:\RosettaStone\build - cd C:\RosettaStone\build - cmake .. -G "%CMAKE_GENERATOR%" build: project: C:\RosettaStone\build\RosettaStone.sln parallel: true verbosity: normal after_build: - C:\RosettaStone\build\bin\Release\UnitTests.exe
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_script: here\bin\lua -v
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="C:\Progra~1\Java\jdk1.8.0\bin\java.exe" - cmd: set - cmd: MSBuild.exe /t:restore /p:Configuration=Debug AntlrVSIX.sln - cmd: MSBuild.exe /p:Configuration=Debug AntlrVSIX.sln
# 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="C:\Progra~1\Java\jdk1.8.0\bin\java.exe" - cmd: set - cmd: MSBuild.exe /t:restore /p:Configuration=Debug /v:diag AntlrVSIX.sln - cmd: MSBuild.exe /p:Configuration=Debug /v:diag AntlrVSIX.sln
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 cache: - C:\tools\Pretzel -> appveyor.yml - '%LOCALAPPDATA%\pip\Cache -> appveyor.yml' build_script: - ps: .\BakeAndDeploy.ps1 test: off artifacts: - path: src/_site name: compiled_site
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 cache: - C:\tools\Pretzel -> appveyor.yml - C:\ProgramData\chocolatey\lib -> appveyor.yml - '%LOCALAPPDATA%\pip\Cache -> appveyor.yml' build_script: - ps: .\BakeAndDeploy.ps1 test: off artifacts: - path: src/_site name: compiled_site
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 premake.zip - move bin\release\premake5.exe . before_build: - git submodule init - git submodule update - del /F /S build - premake5.exe %VS_VERSION% - dir build: project: build\%VS_VERSION%\enet-cs.sln verbosity: normal after_build: - tree artifacts: - path: build\$(VS_VERSION)\lib name: enetcs-$(configuration)-$(VS_VERSION) type: zip - path: build\$(VS_VERSION)\bin name: ENetDemo-$(configuration)-$(VS_VERSION) type: zip
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 premake.zip - move bin\release\premake5.exe . before_build: - git submodule init - git submodule update - del /F /S build - premake5.exe %VS_VERSION% - dir - dir build\%VS_VERSION% - tree build: project: build\$(VS_VERSION)\enet-cs.sln verbosity: normal after_build: - tree artifacts: - path: build\$(VS_VERSION)\lib name: enetcs-$(configuration)-$(VS_VERSION) type: zip - path: build\$(VS_VERSION)\bin name: ENetDemo-$(configuration)-$(VS_VERSION) type: zip
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: - provider: NuGet api_key: secure: P8cmu7BZh3GOr+3bq5NVZEAEGnvjyC1wKhEmk4pcfTxiZwP7qS2t0pTPPn+q4ILC artifact: nugetpackage on: branch: master test_script: - dotnet test GeneGenie.Gedcom.Tests/GeneGenie.Gedcom.Tests.csproj /p:AltCover=true /p:AltCoverAssemblyExcludeFilter=GeneGenie.Gedcom.Tests after_test: - ps: | $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh bash codecov.sh -f "GeneGenie.Gedcom.Tests/coverage.xml" -t $Env:CODECOV_TOKEN
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: - provider: NuGet api_key: secure: P8cmu7BZh3GOr+3bq5NVZEAEGnvjyC1wKhEmk4pcfTxiZwP7qS2t0pTPPn+q4ILC artifact: nugetpackage on: branch: master test_script: - dotnet test GeneGenie.Gedcom.Tests/GeneGenie.Gedcom.Tests.csproj # - dotnet test GeneGenie.Gedcom.Tests/GeneGenie.Gedcom.Tests.csproj /p:AltCover=true /p:AltCoverAssemblyExcludeFilter=GeneGenie.Gedcom.Tests after_test: - ps: | $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh bash codecov.sh -f "GeneGenie.Gedcom.Tests/coverage.xml" -t $Env:CODECOV_TOKEN
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: - provider: NuGet api_key: secure: P8cmu7BZh3GOr+3bq5NVZEAEGnvjyC1wKhEmk4pcfTxiZwP7qS2t0pTPPn+q4ILC artifact: nugetpackage on: branch: master test_script: - cmd: SonarQube.bat
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: - provider: NuGet api_key: secure: bcYrYC8tAmSYcblYfwjk9upKKLg6kEuQbYVAw9knvBSu32OOfmtXPXHwpDqSCadQ artifact: nugetpackage on: branch: master test_script: - cmd: SonarQube.bat
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: dir - ps: Install-Product node $env:nodejs_version - cmd: IF %nodejs_version% EQU 0.8 npm -g install npm@2 - cmd: IF %nodejs_version% EQU 0.8 set PATH=%APPDATA%\npm;%PATH% - cmd: npm -g install npm - cmd: IF %nodejs_version% NEQ 0.8 set PATH=%APPDATA%\npm;%PATH% - cmd: npm install test_script: - cmd: echo "NodeJS version" && node --version - cmd: echo "NPM version" && npm --version - cmd: echo "Test" && npm test build_script: - cmd: | set OPTIONS="%TARGET_OS% %TARGET_ARCH% %OPTIONS%" npm run pack - cmd: dir artifacts: - path: dist\*.* - path: dist\win\*.* deploy: - provider: GitHub draft: false prerelease: false auth_token: $(GITHUB_RELEASE_OAUTH) on: appveyor_repo_tag: true
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: dir - ps: Install-Product node $env:nodejs_version - cmd: IF %nodejs_version% EQU 0.8 npm -g install npm@2 - cmd: IF %nodejs_version% EQU 0.8 set PATH=%APPDATA%\npm;%PATH% - cmd: npm -g install npm - cmd: IF %nodejs_version% NEQ 0.8 set PATH=%APPDATA%\npm;%PATH% - cmd: npm install test_script: - cmd: echo "NodeJS version" && node --version - cmd: echo "NPM version" && npm --version - cmd: echo "Test" && npm test before_deploy: - cmd: | set OPTIONS="%TARGET_OS% %TARGET_ARCH% %OPTIONS%" npm run pack - cmd: dir artifacts: - path: dist\*.* - path: dist\win\*.* deploy: - provider: GitHub draft: false prerelease: false auth_token: $(GITHUB_RELEASE_OAUTH) on: appveyor_repo_tag: true
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: Install-Product node 8 build_script: - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1')) test: off deploy: off
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: Install-Product node 6 build_script: - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1')) test: off deploy: off
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 use 1.0.0-rc1-update1 -r coreclr -arch x64 dnu restore --quiet dnu build .\src\HTTPlease.Core --quiet test_script: - cmd: dnx -p test\HTTPlease.Core.Tests test deploy_script: - cmd: dnu pack .\src\HTTPlease.Core
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 use 1.0.0-rc1-update1 -r coreclr -arch x64 dnu restore --quiet dnu build .\src\HTTPlease.Core --quiet test_script: - cmd: dnx -p test\HTTPlease.Core.Tests test deploy_script: - cmd: dnu pack .\src\HTTPlease.Core --quiet
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" 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 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.11" # Allow failing jobs for bleeding-edge Node.js versions. matrix: allow_failures: - nodejs_version: "0.11" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node 0.STABLE.latest - ps: Install-Product node $env:nodejs_version # Install subversion - choco install svn # Install bower - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - cmd: npm test # Don't actually build. build: off # Set build version format here instead of in the admin panel. version: "{build}"
# 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.11" # Allow failing jobs for bleeding-edge Node.js versions. matrix: allow_failures: - nodejs_version: "0.11" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node 0.STABLE.latest - ps: Install-Product node $env:nodejs_version # Install subversion - choco install svn # Install bower - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - cmd: npm test # Don't actually build. build: off # Set build version format here instead of in the admin panel. version: "{build}"
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,Connectlegendary/bower,kruppel/bower,Jinkwon/naver-bower-cli,prometheansacrifice/bower,insanehong/bower,Jeremy017/bower,gronke/bower,amilaonbitlab/bower,dreamauya/bower,thinkxl/bower,cgvarela/bower,omurbilgili/bower,pwang2/bower,liorhson/bower,angeliaz/bower,grigorkh/bower,vladikoff/bower,return02/bower,xfstudio/bower,akaash-nigam/bower,XCage15/bower,jodytate/bower,fewspider/bower,yuhualingfeng/bower,lukemelia/bower,sanyueyu/bower,jisaacks/bower,mattpugh/bower,yinhe007/bower,PimsJay01/bower,Blackbaud-EricSlater/bower,pertrai1/bower,unilynx/bower,cnbin/bower,Backbase/bower,adriaanthomas/bower,skinzer/bower,DrRataplan/bower,ThiagoGarciaAlves/bower,fernandomoraes/bower,msbit/bower,Teino1978-Corp/bower
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 api_key: secure: QUUDwCiAHecwSEHztB/ANurfoE3BMOpibwyPmr852U3a7VEamjUTfpzv86wVCjLD skip_symbols: true on: branch: master - provider: NuGet name: production api_key: secure: O2aKtP6hbwJ7WLPp9s5GcTsOu/OiNL3Zfpuk1w7JjQAQPbT4P3JGD0FsrusyaYrc on: appveyor_repo_tag: true
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 api_key: secure: QUUDwCiAHecwSEHztB/ANurfoE3BMOpibwyPmr852U3a7VEamjUTfpzv86wVCjLD skip_symbols: true on: branch: master - provider: NuGet name: production api_key: secure: Qek6svTX1SpK3gObDBpSD4szPqTfWgOhDJys4ShLmK26l7MtZg8u3+FlWI5MyHKi on: appveyor_repo_tag: true
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,blaquee/cppformat,mojoBrendan/fmt,seungrye/cppformat,dean0x7d/cppformat,Jopie64/cppformat,wangshijin/cppformat,lightslife/cppformat,mojoBrendan/fmt,alabuzhev/fmt,nelson4722/cppformat,dean0x7d/cppformat,blaquee/cppformat,nelson4722/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/download/v1.7.4.2/lz4_v1_7_4_win32.zip - mkdir lz4 - 7z x -olz4 lz4.zip - cp lz4/dll/liblz4.{dll,lib} . # Install Google test framework - curl -L -o googletest.zip https://github.com/google/googletest/archive/release-1.8.0.zip - mkdir googletest - 7z x googletest.zip - mkdir googletest_build - cd googletest_build - cmake --target debug ../googletest-release-1.8.0/googletest - msbuild gtest.sln - cp Debug/*.lib .. - cd .. build_script: - scons test_script: - lz4_stream_test
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/download/v1.7.4.2/lz4_v1_7_4_win32.zip - mkdir lz4 - 7z x -olz4 lz4.zip - cp lz4/dll/liblz4.{dll,lib} . # Install Google test framework - curl -L -o googletest.zip https://github.com/google/googletest/archive/release-1.8.0.zip - mkdir googletest - 7z x googletest.zip - mkdir googletest_build - cd googletest_build - cmake ../googletest-release-1.8.0/googletest - msbuild gtest.sln - cp Debug/*.lib .. - cd .. build_script: - scons test_script: - lz4_stream_test
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 privacy: closed sig-instrumentation-members: description: "" members: - 44past4 - andyxning - brancz - coffeepac - dashpole - dgrisonnet - dims - DirectXMan12 - ehashman - erain - lilic - logicalhan - RainbowMango - s-urbaniak - serathius - tariq1890 - YoyinZyc - yuzhiquan privacy: closed
teams: sig-instrumentation-leads: description: "" members: - brancz - dashpole - ehashman - logicalhan privacy: closed sig-instrumentation-approvers: description: "" members: - brancz - dashpole - ehashman - logicalhan - RainbowMango - serathius privacy: closed sig-instrumentation-members: description: "" members: - 44past4 - andyxning - brancz - coffeepac - dashpole - dgrisonnet - dims - DirectXMan12 - ehashman - erain - lilic - logicalhan - RainbowMango - s-urbaniak - serathius - tariq1890 - yangjunmyfm192085 - YoyinZyc - yuzhiquan privacy: closed
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: image: tag: (@= data.values.skipper.version @)
(@ 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: image: tag: (@= data.values.skipper.version @) feature: monitoring: grafana: image: tag: (@= data.values.grafana.version @)
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/spring-cloud-dataflow,spring-cloud/spring-cloud-dataflow,spring-cloud/spring-cloud-dataflow,jvalkeal/spring-cloud-dataflow,spring-cloud/spring-cloud-data,spring-cloud/spring-cloud-data
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 "RUBY version $(ruby --version) running" echo "FROM location $(which ruby)" echo -p "Gem list: $(gem list)" - script: name: rspec code: bundle exec rspec
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 "RUBY version $(ruby --version) running" echo "FROM location $(which ruby)" echo -p "Gem list: $(gem list)" - script: name: rspec code: bundle exec rspec
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: Enabled: false
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 # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false
_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 # --------------------------------------------------------------------------- # # environment configuration # --------------------------------------------------------------------------- # clone_folder: C:\Cube\Cube.Net image: Visual Studio 2017 nuget: project_feed: true disable_publish_on_pr: true # --------------------------------------------------------------------------- # # build configuration # --------------------------------------------------------------------------- # platform: Any CPU configuration: Release before_build: - nuget restore Cube.Net.sln build: parallel: true project: Cube.Net.sln publish_nuget: true verbosity: normal # --------------------------------------------------------------------------- # # tests configuration # --------------------------------------------------------------------------- # test_script: - ..\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"nunit3-console.exe" -targetargs:"Cube.Net.Tests.dll" -targetdir:".\Tests\bin\Release" -hideskipped:All -output:CoverResult.xml after_test: - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" - pip install codecov - codecov -f "CoverResult.xml"
# --------------------------------------------------------------------------- # # general configuration # --------------------------------------------------------------------------- # version: 1.4.1.{build} branches: except: - net35 skip_tags: true # --------------------------------------------------------------------------- # # environment configuration # --------------------------------------------------------------------------- # clone_folder: C:\Cube\Cube.Net image: Visual Studio 2017 nuget: project_feed: true disable_publish_on_pr: true # --------------------------------------------------------------------------- # # build configuration # --------------------------------------------------------------------------- # platform: Any CPU configuration: Release before_build: - nuget sources add -name Cube.Core -source https://ci.appveyor.com/nuget/cube.core - nuget restore Cube.Net.sln build: parallel: true project: Cube.Net.sln publish_nuget: true verbosity: normal # --------------------------------------------------------------------------- # # tests configuration # --------------------------------------------------------------------------- # test_script: - ..\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"nunit3-console.exe" -targetargs:"Cube.Net.Tests.dll" -targetdir:".\Tests\bin\Release" -hideskipped:All -output:CoverResult.xml after_test: - "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%" - pip install codecov - codecov -f "CoverResult.xml"
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 utility modules changelog: '' basic-deps: base: ! '>=4.9 && <4.12' haskus-utils-data: ==1.1.* haskus-utils-types: ==1.1.* template-haskell: ! '>=2.13.0.0 && <2.14' all-versions: - '1.0' - '2.0' author: Sylvain Henry latest: '2.0' description-type: haddock description: ! 'Variant (extensible sum type) and EADT (extensible recursive sum type) datatypes.' license-name: BSD3
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 EADT changelog: '' basic-deps: base: ! '>=4.9 && <4.12' haskus-utils-data: ==1.1.* haskus-utils-types: ==1.1.* template-haskell: ! '>=2.13.0.0 && <2.14' all-versions: - '1.0' - '2.0' - '2.0.1' author: Sylvain Henry latest: '2.0.1' description-type: haddock description: ! 'Variant (extensible sum type) and EADT (extensible recursive sum type) datatypes. Documentation can be found at https://docs.haskus.org' license-name: BSD3
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: git Repo: https://github.com/kriztan/Pix-Art-Messenger Builds: - versionName: 2.0.2 versionCode: 233 commit: 2.0.2 gradle: - standard - versionName: 2.1.0 (beta 2018-07-15) versionCode: 237 commit: 2.1.0.3 gradle: - standard - versionName: 2.1.0 versionCode: 238 commit: 2.1.0 gradle: - standard - versionName: 2.1.1 versionCode: 243 commit: 2.1.1 gradle: - standard - versionName: 2.1.2 versionCode: 244 commit: 2.1.2 gradle: - standard AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ CurrentVersion: 2.1.2 CurrentVersionCode: 244
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: git Repo: https://github.com/kriztan/Pix-Art-Messenger Builds: - versionName: 2.0.2 versionCode: 233 commit: 2.0.2 gradle: - standard - versionName: 2.1.0 (beta 2018-07-15) versionCode: 237 commit: 2.1.0.3 gradle: - standard - versionName: 2.1.0 versionCode: 238 commit: 2.1.0 gradle: - standard - versionName: 2.1.1 versionCode: 243 commit: 2.1.1 gradle: - standard - versionName: 2.1.2 versionCode: 244 commit: 2.1.2 gradle: - standard - versionName: 2.1.3 versionCode: 246 commit: 2.1.3 gradle: - standard AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ CurrentVersion: 2.1.3 CurrentVersionCode: 246
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 Builds: - versionName: '1.3' versionCode: 5 commit: v1.3 subdir: app gradle: - yes gradleprops: - ITAD_CLIENT_ID=6bf49a5917670519 - ITAD_CLIENT_SECRET=4fad0634c8176d83a21e140f83793e96e56a41be - ITAD_API_KEY=004fd25be2f2eafc446696f58bc052321ff26af4 AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.3' CurrentVersionCode: 5
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 Builds: - versionName: '1.3' versionCode: 5 commit: v1.3 subdir: app gradle: - yes gradleprops: - ITAD_CLIENT_ID=6bf49a5917670519 - ITAD_CLIENT_SECRET=4fad0634c8176d83a21e140f83793e96e56a41be - ITAD_API_KEY=004fd25be2f2eafc446696f58bc052321ff26af4 - versionName: '1.4' versionCode: 6 commit: v1.4 subdir: app gradle: - yes gradleprops: - ITAD_CLIENT_ID=6bf49a5917670519 - ITAD_CLIENT_SECRET=4fad0634c8176d83a21e140f83793e96e56a41be - ITAD_API_KEY=004fd25be2f2eafc446696f58bc052321ff26af4 AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.4' CurrentVersionCode: 6
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=mysql state=started enabled=yes - name: update MySQL root password from the blank default sudo: yes mysql_user: name=root host="{{ gear_db_host }}" password="{{ mysql_root_password }}" login_user=root login_password="{{ mysql_root_password }}" check_implicit_admin=yes priv="*.*:ALL,GRANT" - name: Ensure that gear database is created become: yes become_user: mysql mysql_db: name={{ gear_db_name }} login_user=root login_password="{{ mysql_root_password }}" state=present - name: Ensure user has access to the database become: yes become_user: mysql mysql_user: name={{ gear_db_user }} password={{ gear_db_password }} login_user=root login_password="{{ mysql_root_password }}" priv="*.*:ALL,GRANT" state=present
--- - 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=mysql state=started enabled=yes - name: update MySQL root password from the blank default become: yes become_user: root mysql_user: name=root host="{{ gear_db_host }}" password="{{ mysql_root_password }}" login_user=root login_password="{{ mysql_root_password }}" check_implicit_admin=yes priv="*.*:ALL,GRANT" - name: Ensure that gear database is created become: yes become_user: mysql mysql_db: name={{ gear_db_name }} login_user=root login_password="{{ mysql_root_password }}" state=present - name: Ensure user has access to the database become: yes become_user: mysql mysql_user: name={{ gear_db_user }} password={{ gear_db_password }} login_user=root login_password="{{ mysql_root_password }}" priv="*.*:ALL,GRANT" state=present
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\wrapper\dists - $(HOME)\.m2\repository clone_depth: 50 # Do something useful here to override the default MSBuild (which would fail otherwise). build_script: - echo org.gradle.java.home=C:/Program Files/Java/jdk9>>%HOME%\.gradle\gradle.properties test_script: - gradlew test on_finish: - gradlew --stop # Fix "fileHashes.bin" being used by another process. - ps: | $url = "https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)" $pattern = '**\build\test-results\**\TEST-*.xml' foreach ($file in (Resolve-Path $pattern)) { (New-Object 'System.Net.WebClient').UploadFile($url, $file) }
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\wrapper\dists - $(HOME)\.m2\repository clone_depth: 50 # Do something useful here to override the default MSBuild (which would fail otherwise). build_script: - gradlew classes test_script: - gradlew test on_finish: - gradlew --stop # Fix "fileHashes.bin" being used by another process. - ps: | $url = "https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)" $pattern = '**\build\test-results\**\TEST-*.xml' foreach ($file in (Resolve-Path $pattern)) { (New-Object 'System.Net.WebClient').UploadFile($url, $file) }
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+LQE3g5WlU9snnNMjDjf0UT4xDoOBCLWcmwZOm artifact: /.*\.nupkg/ on: branch: master appveyor_repo_tag: true - provider: NuGet server: https://powershellgallery.com/api/v2 api_key: secure: 4STrzCp6wDsDBj/wCtmImMVL7wUI8DCGjdMBXGqQf9JZJ8LjmW5YSY8wtcHAv0XW artifact: /.*\.nupkg/ on: branch: master appveyor_repo_tag: true
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+LQE3g5WlU9snnNMjDjf0UT4xDoOBCLWcmwZOm artifact: /.*\.nupkg/ on: branch: master appveyor_repo_tag: true - provider: NuGet server: https://powershellgallery.com/api/v2 api_key: secure: 4STrzCp6wDsDBj/wCtmImMVL7wUI8DCGjdMBXGqQf9JZJ8LjmW5YSY8wtcHAv0XW artifact: /.*\.nupkg/ on: branch: master appveyor_repo_tag: true
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" platform: - x86 - x64 install: - ps: Install-Product node $env:nodejs_version - cmd: if [[ `npm -v` =~ ^[1-2] ]]; then npm i -g npm@3; fi - npm install test_script: # Output useful info for debugging. - node --version && npm --version # We test multiple Windows shells because of prior stdout buffering issues # filed against Grunt. https://github.com/joyent/node/issues/3584 - ps: "npm test # PowerShell" # Pass comment to PS for easier debugging - cmd: npm test build: off matrix: fast_finish: true cache: - node_modules -> package.json # local npm modules
# 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" platform: - x86 - x64 install: - ps: Install-Product node $env:nodejs_version - npm install test_script: # Install npm@3 if the npm version is 1 or 2 - if [[ `npm -v` =~ ^[1-2] ]]; then npm i -g npm@3; fi # Output useful info for debugging. - node --version && npm --version # We test multiple Windows shells because of prior stdout buffering issues # filed against Grunt. https://github.com/joyent/node/issues/3584 - ps: "npm test # PowerShell" # Pass comment to PS for easier debugging - cmd: npm test build: off matrix: fast_finish: true cache: - node_modules -> package.json # local npm modules
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 restore -v Minimal assembly_info: patch: true file: AssemblyInfo.cs assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' build_script: - ps: C:\Projects\dotnet-make\src\dotnet-make\update_version.ps1 - dotnet build "src\dotnet-make" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL% after_build: - dotnet pack "src\dotnet-make" -c Release test_script: artifacts: - path: '**\*.nupkg' name: NuGet package deploy: provider: NuGet api_key: secure: 2yGf9wWYVIETYfooKme+gT7pKIbw94M2iwnMBZLlsZR5abhhBp6xpmsaIrodL1eC skip_symbols: true artifact: /.*\.nupkg/ cache: - '%USERPROFILE%\.nuget\packages' on_finish:
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 restore -v Minimal assembly_info: patch: true file: AssemblyInfo.cs assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' build_script: - ps: C:\projects\dotnet-make\src\dotnet-make\update-version.ps1 - dotnet build "src\dotnet-make" -c %CONFIGURATION% --no-dependencies --version-suffix %LABEL% after_build: - dotnet pack "src\dotnet-make" -c Release test_script: artifacts: - path: '**\*.nupkg' name: NuGet package deploy: provider: NuGet api_key: secure: 2yGf9wWYVIETYfooKme+gT7pKIbw94M2iwnMBZLlsZR5abhhBp6xpmsaIrodL1eC skip_symbols: true artifact: /.*\.nupkg/ cache: - '%USERPROFILE%\.nuget\packages' on_finish:
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 Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:PlatformToolset=%PlatformToolset% matrix: allow_failures: - PlatformToolset: v140 artifacts: - path: Debug\* name: Debug_x86 - path: Release\* name: Release_x86 - path: x64\Debug\* name: Debug_x64 - path: x64\Release\* name: Release_x64
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 Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:PlatformToolset=%PlatformToolset% /p:OutDir=lib\ after_build: - md include\json-c - copy json.h include\json-c\* - copy debug.h include\json-c\* - copy linkhash.h include\json-c\* - copy arraylist.h include\json-c\* - copy json_util.h include\json-c\* - copy json_object.h include\json-c\* - copy json_tokener.h include\json-c\* - copy json_object_iterator.h include\json-c\* - copy json_c_version.h include\json-c\* - copy json_inttypes.h include\json-c\* - copy json_config.h include\json-c\* - copy json_object_private.h include\json-c\* - 7z a json-c.lib.zip lib\json-c.lib include\json-c\*.h matrix: allow_failures: - PlatformToolset: v140 artifacts: - path: json-c.lib.zip name: json-c.lib.zip
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" test: off deploy: off
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://raw.githubusercontent.com/atom/ci/master/build-package.ps1')) test: off deploy: off
Test against both channels on AppVeyor
Test against both channels on AppVeyor
YAML
mit
atom/autocomplete-plus,atom-community/autocomplete-plus