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 |
|---|---|---|---|---|---|---|---|---|---|
25b03d6d38c5ee6b86ac76205cd60e021a61d8f7 | .github/workflows/gradle.yml | .github/workflows/gradle.yml | name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Grant execute p... | name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Set up Android ... | Add missing android SDK set up step | Add missing android SDK set up step | YAML | apache-2.0 | mini2Dx/mini2Dx,mini2Dx/mini2Dx |
82d087ebfdc19bc2d4161f231c92e809f5f2c508 | .github/workflows/phpunit.yml | .github/workflows/phpunit.yml | name: PHP Composer
on:
push:
branches: [ doryphore ]
pull_request:
branches: [ doryphore ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Install dependencies
... | name: PHP Composer
on:
push:
branches: [ doryphore ]
pull_request:
branches: [ doryphore ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
- uses: actions/checkout@v2
- name: Validate composer.json and composer.l... | Use `php@7.3` for unit tests | Use `php@7.3` for unit tests
| YAML | agpl-3.0 | YesWiki/yeswiki,YesWiki/yeswiki,YesWiki/yeswiki,YesWiki/yeswiki |
c7c4616ec9328fe6b38f52c07d36345ef7875b61 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
verifier:
name: inspec
platforms:
- name: centos-5.11
- name: centos-6.8
- name: centos-7.2
- name: debian-7.11
run_list: apt::default
- name: debian-8.5
run_list: apt::default
- name: fedora-24
run_list: yum::dnf_yum_compat
- name: o... | driver:
name: vagrant
provisioner:
name: chef_zero
verifier:
name: inspec
platforms:
- name: centos-5.11
- name: centos-6.8
- name: centos-7.2
- name: debian-7.11
run_list: apt::default
- name: debian-8.6
run_list: apt::default
- name: fedora-25
run_list: yum::dnf_yum_compat
- name: o... | Update Test Kitchen platforms to the latest | Update Test Kitchen platforms to the latest
| YAML | apache-2.0 | opscode-cookbooks/boost,chef-cookbooks/boost |
57832aa3ddc43b136ff7b2c9095c35944ce0ed02 | .kitchen.yml | .kitchen.yml | ---
<% if ENV['DIGITALOCEAN_ACCESS_TOKEN'] %>
driver:
name: digitalocean
size: 512mb
platforms:
- name: centos-7-0-x64
transport:
ssh_key: "<%= ENV['CI_SSH_KEY'] %>"
max_wait_until_ready: 30
- name: ubuntu-14-04-x64
transport:
ssh_key: "<%= ENV['CI_SSH_KEY'] %>"
max_wait_until_ready: 30
<% else %>... | ---
<% if ENV['DIGITALOCEAN_ACCESS_TOKEN'] %>
driver:
name: digitalocean
size: 512mb
platforms:
- name: centos-7-0-x64
transport:
ssh_key: "<%= ENV['CI_SSH_KEY'] %>"
max_wait_until_ready: 30
- name: ubuntu-14-04-x64
transport:
ssh_key: "<%= ENV['CI_SSH_KEY'] %>"
max_wait_until_ready: 30
- name: ub... | Enable testing on Ubuntu 16.04 | Enable testing on Ubuntu 16.04
| YAML | apache-2.0 | artem-sidorenko/chef-rkt,artem-sidorenko/chef-rkt,artem-sidorenko/chef-rkt |
e44db0f442f64a3a4b4c7762f0565bb8379f80f7 | appveyor.yml | appveyor.yml | ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- bundle install
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"... | ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- bundle install
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"... | Change to remove latest ruby as not available yet | Change to remove latest ruby as not available yet
| YAML | mit | peter-murach/tty-prompt,piotrmurach/tty-prompt |
7ba0d6be1f6f2dc7e9f7352be2e558623df96ca9 | .bluemix/pipeline.yml | .bluemix/pipeline.yml | ---
stages:
- name: Deploy App
inputs:
- type: git
branch: master
triggers:
- type: commit
jobs:
- name: Push to Bluemix
type: deployer
target:
url: ${CF_TARGET_URL}
organization: ${CF_ORGANIZATION}
space: ${CF_SPACE}
application: ${CF_APP}
script: |
cf push "${... | ---
stages:
- name: Deploy App
inputs:
- type: git
branch: master
triggers:
- type: commit
jobs:
- name: Push to Bluemix
type: deployer
target:
url: ${CF_TARGET_URL}
organization: ${CF_ORGANIZATION}
space: ${CF_SPACE}
application: ${CF_APP}
script: |
cf push "${... | Put that back and try again? | Put that back and try again? | YAML | mit | strongloop-bluemix/loopback-example-app,strongloop-bluemix/loopback-example-app,svennam92/loopback-example-app,strongloop-bluemix/loopback-example-app,svennam92/loopback-example-app,svennam92/loopback-example-app |
82bb2af6a1d8129e25aedd69f58e5d1766d726d2 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
clone_depth: 10
# 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: "4"
# Install scripts. (runs after repo cloning)
install:
#... | # http://www.appveyor.com/docs/appveyor-yml
clone_depth: 10
# 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.12"
- nodejs_version: "4"
# Install scripts. (runs aft... | Test on Node 0.12 in addition to v4 | AppVeyor: Test on Node 0.12 in addition to v4
AppVeyor is now fast enough to allow that.
| YAML | mit | EE/gitignore-to-glob |
095299fea9ab23dad33f1d216db860a67d77c5b0 | appveyor.yml | appveyor.yml | version: 1.4.{build}
branches:
only:
- master
image: Visual Studio 2017
configuration: Release
before_build:
appveyor-retry nuget restore
build:
parallel: true
verbosity: minimal
test:
assemblies:
- Facts.DiffPlex.dll
test_script:
- dotnet test .\Facts.DiffPlex\Facts.DiffPlex.csproj --configuration Re... | version: 1.4.{build}
branches:
only:
- master
image: Visual Studio 2019
configuration: Release
before_build:
appveyor-retry dotnet restore
build:
parallel: true
verbosity: minimal
test:
assemblies:
- Facts.DiffPlex.dll
test_script:
- dotnet test .\Facts.DiffPlex\Facts.DiffPlex.csproj --configuration R... | Update AppVeyor's Visual Studio image. | Update AppVeyor's Visual Studio image.
| YAML | apache-2.0 | mmanela/diffplex,mmanela/diffplex,mmanela/diffplex,mmanela/diffplex |
6d8259d17ce2239d9061e32a9e8b341433c3e9e9 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
version: "{build}-{branch}"
environment:
matrix:
- nodejs_version: "6.2.0"
install:
# Update Node to the specified version
- ps: Install-Product node $env:nodejs_version
# Install dependencies
- npm install
test_script:
- npm test
# Disable automatic build... | # http://www.appveyor.com/docs/appveyor-yml
version: "{build}"
environment:
matrix:
- nodejs_version: "6.2.0"
install:
# Update Node to the specified version
- ps: Install-Product node $env:nodejs_version
# Install dependencies
- npm install
test_script:
- npm test
# Disable automatic builds
build: ... | Remove branch from the version in AppVeyor 💥 | Remove branch from the version in AppVeyor 💥
It is not very representative, and it says `master` even thought it isn’t. | YAML | mit | saguijs/sagui,saguijs/sagui |
6734846902011fb61017dc37ed2030e008682963 | appveyor.yml | appveyor.yml | image: Visual Studio 2017
environment:
NoPortable: True
install:
- choco install gitversion.portable -pre -y
before_build:
- dotnet --version
- dotnet restore src/core/core.sln
build_script:
- gitversion /l console /output buildserver /updateassemblyinfo
- dotnet build -c Release src/core/co... | image: Visual Studio 2017
environment:
NoPortable: True
install:
- choco install gitversion.portable -pre -y
before_build:
- dotnet --version
- dotnet restore src/core/core.sln
build_script:
- gitversion /l console /output buildserver /updateassemblyinfo
- dotnet build -c Release src/core/co... | Add another test project and fix upload script | Add another test project and fix upload script
| YAML | mit | BrightstarDB/BrightstarDB,BrightstarDB/BrightstarDB,BrightstarDB/BrightstarDB,BrightstarDB/BrightstarDB |
300b74be2226224e793ccf31761ea336670bb451 | appveyor.yml | appveyor.yml | version: "build-{build}"
os: Windows Server 2012 R2
platform:
- x64
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: "23"
clone_folder: c:\projects\kitch... | version: "build-{build}"
os: Windows Server 2012 R2
platform:
- x64
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: "23"
clone_folder: c:\projects\kitch... | Fix can't modify frozen String | Fix can't modify frozen String
| YAML | mit | dhoer/chef-windows_screenresolution,dhoer/chef-windows_screenresolution |
41dd01cf61ae4aa09d96df55f2674fa6ddaa0f8a | appveyor.yml | 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.11"
- nodejs_version: "0.10"
- nodejs_version: "0.8"
# Install scripts. (runs after repo cloning)
install:
# G... | # 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.11"
- nodejs_version: "0.10"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version... | Disable windows tests for node 0.8 | Disable windows tests for node 0.8
| YAML | bsd-2-clause | robgraeber/nunjucks,rhengles/nunjucks,kevinschaul/nunjucks,santoshsahoo/nunjucks,oddbird/nunjucks,kevinschaul/nunjucks,AaronO/nunjucks,rhengles/nunjucks,punkave/nunjucks,node-modules/nunjucks,internalfx/nunjucks,pardo/nunjucks,punkave/nunjucks,punkave/nunjucks,vigetlabs/nunjucks,campbellwmorgan/nunjucks,pardo/nunjucks,... |
44344ec100979efd8c04264253848e0caedf94f4 | packages/ba/basic-lens.yaml | packages/ba/basic-lens.yaml | homepage: ''
changelog-type: ''
hash: e586cb7e1a5a37b13b0ec1d5a9e3e7e59855cac5035f781f86a18c617ead03ee
test-bench-deps: {}
maintainer: chrisdone@gmail.com
synopsis: Basic lens type and functions
changelog: ''
basic-deps:
base: ! '>=4 && <5'
template-haskell: -any
all-versions:
- '0.0.0'
- '0.0.1'
author: Chris Done... | homepage: ''
changelog-type: ''
hash: 11fc2a10bd2c956fc0700660a6a86b0eacbb3487b5d8cf603f97dcb7b0707d5c
test-bench-deps: {}
maintainer: chrisdone@gmail.com
synopsis: Basic lens type and functions
changelog: ''
basic-deps:
base: ! '>=4 && <5'
template-haskell: -any
all-versions:
- '0.0.0'
- '0.0.1'
- '0.0.2'
author: ... | Update from Hackage at 2017-03-16T15:35:40Z | Update from Hackage at 2017-03-16T15:35:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ef5bd7dc39f0e24212bb6b72410b82d0a086ff9b | packages/pl/ploterific.yaml | packages/pl/ploterific.yaml | homepage: http://github.com/GregorySchwartz/ploterific#readme
changelog-type: ''
hash: b71bfe0525304bd5fa9f6d319f12170b636c19d8df58de7e10c0a0043ca24370
test-bench-deps: {}
maintainer: gsch@pennmedicine.upenn.edu
synopsis: Basic plotting of tabular data for the command line.
changelog: ''
basic-deps:
bytestring: -any
... | homepage: http://github.com/GregorySchwartz/ploterific#readme
changelog-type: ''
hash: 5932413a2143bacaa18edffde1f9171e2b93bbf0d2477321418dff6c4e85088c
test-bench-deps: {}
maintainer: gsch@pennmedicine.upenn.edu
synopsis: Basic plotting of tabular data for the command line.
changelog: ''
basic-deps:
bytestring: -any
... | Update from Hackage at 2021-06-22T14:06:05Z | Update from Hackage at 2021-06-22T14:06:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f4ee4a6d7cf17064642c68b9ef795157739dc013 | appveyor.yml | appveyor.yml | version: '2.3.7.{build}'
skip_tags: true
install:
- ps: |
$full_build = Test-Path env:GHFVS_KEY
git submodule init
git submodule sync
if ($full_build) {
$fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
$fileContent += $env:GHFVS_KEY.Replace(' ', "`n")
$fileContent += "`n-----END RSA... | version: '2.3.7.{build}'
skip_tags: true
install:
- ps: |
$full_build = Test-Path env:GHFVS_KEY
git submodule init
git submodule sync
if ($full_build) {
$fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
$fileContent += $env:GHFVS_KEY.Replace(' ', "`n")
$fileContent += "`n-----END RSA... | Test out running test automatically in Appveyor | Test out running test automatically in Appveyor
| YAML | mit | github/VisualStudio,github/VisualStudio,github/VisualStudio |
b5553665e49c48b9f3ec3ccb1b92570d5461f5ae | appveyor.yml | appveyor.yml | version: b{build}
platform:
- x64
cache:
- node_modules
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node 7 x64
- yarn install
- yarn add electron-builder@next --dev # force install next version to test electron-bu... | version: b{build}
platform:
- x64
cache:
- node_modules
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node 7 x64
- yarn install
- yarn add electron-builder@next --dev # force install next version to test electron-bu... | Add artifact to AppVeyor conf | Add artifact to AppVeyor conf | YAML | apache-2.0 | codarchlab/idai-field-client,codarchlab/idai-field-client,codarchlab/idai-field-client,codarchlab/idai-field-client |
cfd01e2eb55616f5dd9e314871043df782c21d5e | appveyor.yml | appveyor.yml | build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off | init:
- git config --global core.autocrlf true
build_script:
- build.cmd verify
clone_depth: 1
test: off
deploy: off | Fix AppVeyor git line ending config | Fix AppVeyor git line ending config
| YAML | apache-2.0 | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore |
44c03647bd7adf94361342100dee9875851da08d | packages/vu/vulkan-api.yaml | packages/vu/vulkan-api.yaml | homepage: https://github.com/achirkin/vulkan#readme
changelog-type: ''
hash: 02c967ff2adcf5247ea0ee8498e0c4a710705e78a57a75dae199e11a4a8f1664
test-bench-deps: {}
maintainer: chirkin@arch.ethz.ch
synopsis: Low-level low-overhead vulkan api bindings
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '0.1.0... | homepage: https://github.com/achirkin/vulkan#readme
changelog-type: ''
hash: 83040b6c0613921786d8a62da8d0713f873529fbf7f748869b39160f306f2bff
test-bench-deps: {}
maintainer: chirkin@arch.ethz.ch
synopsis: Low-level low-overhead vulkan api bindings
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
all-versions:
- '0.1.0... | Update from Hackage at 2018-04-24T08:41:00Z | Update from Hackage at 2018-04-24T08:41:00Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
24abf5759883beff7e6c101eb06d1a4d076695c7 | appveyor.yml | appveyor.yml | init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
skip_tags: true
platform:
- x86
- x64
version: "{build}"
build: off
install:
- ps: Install-Product node $env:nod... | init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
skip_tags: true
version: "{build}"
build: off
install:
- ps: Install-Product node $env:nodejs_version
- set PATH=%A... | Drop platform in Appveyor, really too long to test | Drop platform in Appveyor, really too long to test
| YAML | mit | srod/node-minify |
5003273d3126ba34c0adda23b62fe61a2a7433c0 | appveyor.yml | appveyor.yml | version: 1.0.{build}
os: Visual Studio 2015
before_build:
- nuget restore -verbosity detailed
- nuget install NUnit.Console -version 3.0.0
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
test_script:
- NUnit.Console.3.0.0\tools\nunit3-console.exe ".\MaxMind.MinFraud.UnitTest\bin\Debug\MaxMin... | ---
version: '1.0.{build}'
os: Visual Studio 2015
before_build:
- nuget restore -verbosity detailed
- nuget install NUnit.Console -version 3.0.0
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
build:
- verbosity: minimal
test_script:
- NUnit.Console.3.0.0\tools\nunit3-console.exe ".\MaxMind... | Update AppVeyor to send notifiations via Slack & email | Update AppVeyor to send notifiations via Slack & email
| YAML | apache-2.0 | maxmind/minfraud-api-dotnet |
fc62bd26d28662d9de25fc319aad5b83010c155b | .gitlab-ci.yml | .gitlab-ci.yml | image: "hub.ricebook.net/base/centos:onbuild-eru-core-2016.11.28"
before_script:
- "ln -s $CI_PROJECT_DIR $GOPATH/src/gitlab.ricebook.net/platform/core"
stages:
- test
- build
- rpm
test:
stage: test
script:
- "make test"
build:
stage: build
script:
- make build
artifacts:
paths:
- "... | image: "hub.ricebook.net/base/centos:onbuild-eru-core-2016.09.02"
before_script:
- "ln -s $CI_PROJECT_DIR $GOPATH/src/gitlab.ricebook.net/platform/core"
stages:
- test
- build
- rpm
test:
stage: test
script:
- "make test"
build:
stage: build
script:
- make build
artifacts:
paths:
- "... | Revert "use new build image" | Revert "use new build image"
This reverts commit 44ec673b8dcc3cf8d0b8c14c3cec14789427ece3.
| YAML | mit | CMGS/core,projecteru2/core,CMGS/core,projecteru2/core,projecteru2/core,CMGS/core |
e2221f1b03eaa485f2139d0d5683929011b900cc | 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
name: production
api_key:
secure: Wnw70OCnYNtI3S46M... | 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
name: production
api_key:
secure: O2aKtP6hbwJ7WLPp9... | Update secure variable with nuget api key | Update secure variable with nuget api key
| YAML | mit | rapidcore/rapidcore,rapidcore/rapidcore |
4ece0fe1ff0d1ddb8744ecf2c6259ad3aab23f27 | config/plugins.yml | config/plugins.yml | loomio_webhooks:
repo: loomio/loomio_webhooks
loomio_org_plugin:
repo: loomio/loomio_org_plugin
loomio_tags:
repo: loomio/loomio_tags
experimental: true
loomio_truncate_comment:
repo: loomio/loomio_truncate_comment
experimental: true
loomio_group_progress_card:
repo: ... | loomio_webhooks:
repo: loomio/loomio_webhooks
loomio_org_plugin:
repo: loomio/loomio_org_plugin
loomio_tags:
repo: loomio/loomio_tags
experimental: true
loomio_truncate_comment:
repo: loomio/loomio_truncate_comment
experimental: true
loomio_group_progress_card:
repo: ... | Remove experimental label from content preview | Remove experimental label from content preview
| YAML | agpl-3.0 | piratas-ar/loomio,loomio/loomio,loomio/loomio,piratas-ar/loomio,piratas-ar/loomio,piratas-ar/loomio,loomio/loomio,loomio/loomio |
2704c5440942f21dbc54ec03d9e14956043172de | appveyor.yml | appveyor.yml | version: 4.1.0.{build}
configuration: Release
nuget:
disable_publish_on_pr: true
clone_depth: 1
test: off
build_script:
- ps: .\build.ps1
artifacts:
- path: artifacts\packages\**\*.nupkg
name: MyGet
deploy:
- provider: NuGet
server: https://www.myget.org/F/autofac/api/v2/package
api_key:
secure: rCUE... | version: 4.1.0.{build}
configuration: Release
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_XMLDOC_MODE: skip
nuget:
disable_publish_on_pr: true
clone_depth: 1
test: off
build_script:
- ps: .\build.ps1
artifacts:
- path: artifacts\packages\**\*.nupkg
name: MyGet
deploy:
- provider: NuGet
... | Set DOTNET_SKIP_FIRST_TIME_EXPERIENCE and NUGET_XMLDOC_MODE environment variables for CI build. | Set DOTNET_SKIP_FIRST_TIME_EXPERIENCE and NUGET_XMLDOC_MODE environment variables for CI build.
| YAML | mit | autofac/Autofac.Extras.Moq |
a1bad078ad81b8a7cb9014c2d52fa552fde271b1 | appveyor.yml | appveyor.yml | os: Visual Studio 2015
platform: x64
install:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
- choco install strawberryperl
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- appveyor DownloadFile http://www.imagemagick.org/download/binaries/Imag... | os: Visual Studio 2015
platform: x64
install:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'
- choco install strawberryperl
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- appveyor DownloadFile http://www.imagemagick.org/download/binaries/Imag... | Fix newly uploaded imagegick DLL installer location | Fix newly uploaded imagegick DLL installer location
| YAML | mit | azawawi/perl6-magickwand |
32422d3df76c2b7768f7d3672483b1db899ee0a4 | appveyor.yml | appveyor.yml | version: '{build}'
image:
- Ubuntu
- Visual Studio 2017
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
nuget:
disable_publish_on_pr: true
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
build_script:
- ps: .\build.ps1
- sh: ./build.sh
test: off
artifacts:
- path: .\artifacts... | version: '{build}'
image:
- Ubuntu
- Visual Studio 2019
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
nuget:
disable_publish_on_pr: true
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
build_script:
- ps: .\build.ps1
- sh: ./build.sh
test: off
artifacts:
- path: .\artifacts... | Update to VS 2019 build images | Update to VS 2019 build images
| YAML | mit | andrewlock/NetEscapades.Configuration,andrewlock/NetEscapades.Configuration |
66e950a52b26c2e3c16344c64f8556f2798200b4 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
clone_depth: 10
# 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: "3"
# Install scripts. (runs after repo cloning)
install:
#... | # http://www.appveyor.com/docs/appveyor-yml
clone_depth: 10
# 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: "4"
# Install scripts. (runs after repo cloning)
install:
#... | Drop io.js, test on Node.js 4 | AppVeyor: Drop io.js, test on Node.js 4
| YAML | mit | EE/grunt-defs |
ebfae2fd4f6e91d10a1f319b40c05d8baa4249f1 | appveyor.yml | appveyor.yml | version: 0.0.{build}
image: Visual Studio 2017 Preview
build_script:
- ps: >-
./build/install-dotnet.ps1
dotnet --version
./build.ps1 -Configuration Release
test: off | version: 0.0.{build}
image: Visual Studio 2019
build_script:
- ps: >-
./build/install-dotnet.ps1
dotnet --version
./build.ps1 -Configuration Release
test: off
| Update image for AppVeyor build | Update image for AppVeyor build | YAML | mit | joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer |
dfcf481d2d15893239b1c73f2493135345f749d0 | appveyor.yml | appveyor.yml | version: 3.7.0-ci{build}
branches:
only:
- appveyor
os:
- Windows Server 2012 R2
environment:
matrix:
- PlatformToolset: v90
- PlatformToolset: v100
build_script:
- ps: scripts\appveyor_ci_build.ps1
# Other configuration options
platform: Win32
configuration: Debug
| version: 3.7.0-ci{build}
os:
- Windows Server 2012 R2
environment:
matrix:
- PlatformToolset: v90
- PlatformToolset: v100
build_script:
- ps: scripts\appveyor_ci_build.ps1
# Other configuration options
platform: Win32
configuration: Debug
| Quit calling out branch, rely on file existing | Quit calling out branch, rely on file existing
| YAML | bsd-3-clause | arstrube/cpputest,chenlianbing/cpputest,Mindtribe/cpputest,maxilai/cpputest,Andne/cpputest,basvodde/cpputest,arstrube/cpputest,jaeguly/cpputest,arstrube/cpputest,basvodde/cpputest,chenlianbing/cpputest,KisImre/cpputest,jaeguly/cpputest,asgeroverby/cpputest,bithium/cpputest,PaulBussmann/cpputest,Andne/cpputest,cpputest/... |
121bde1ebe45c0f3409d27a5e6105b11016b1f98 | appveyor.yml | appveyor.yml | nuget:
account_feed: true
before_build:
- nuget restore
configuration: Release
build:
project: LazyStorage.sln
verbosity: minimal
after_build:
- cmd: nuget pack LazyStorage\LazyStorage.csproj -version "%GitVersion_NuGetVersion%" -prop "target=Release"
- cmd: appveyor PushArtifact "LazyStorage.%GitVersio... | nuget:
account_feed: true
before_build:
- nuget restore
configuration: Release
build:
project: LazyStorage.sln
verbosity: minimal
after_build:
- cmd: nuget pack LazyStorage\LazyStorage.csproj -version "%GitVersion_NuGetVersion%" -prop "target=Release"
- cmd: appveyor PushArtifact "LazyStorage.%GitVersio... | Add deploy step to build server | Add deploy step to build server
| YAML | mit | TheEadie/LazyStorage,TheEadie/LazyStorage,TheEadie/LazyLibrary |
aa8d4740498ef0c9d8ecfd158ded514c6fcbc5ea | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
previ... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
previ... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | fkalkhalidi/fkalkhalidi.github.io |
f7ab68911078e531d6a0ac8a0c493d5debd3c476 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: JTemporal
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
- type: heading
label: Tema
- type: directory
path: _layouts
label: Layouts
create: document... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: JTemporal
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
- type: heading
label: Tema
- type: directory
path: _layouts
label: Layouts
create: document... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
c17331640a769198d6e5951ff0bc7fb993d462e6 | .github/dependabot.yml | .github/dependabot.yml | # Config for Dependabot updates. See Documentation here:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Update Github actions in workflows
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
... | # Config for Dependabot updates. See Documentation here:
# https://docs.github.com/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
# Update GitHub actions in workflows
- package-ecosystem: "github-actions"
dire... | Update comments in Dependabot file | Update comments in Dependabot file
| YAML | bsd-3-clause | ryankanno/cookiecutter-django,trungdong/cookiecutter-django,trungdong/cookiecutter-django,ryankanno/cookiecutter-django,ryankanno/cookiecutter-django,trungdong/cookiecutter-django,trungdong/cookiecutter-django,ryankanno/cookiecutter-django |
663c78637db2363bc999629bb1782e03fbe93a51 | .tmuxinator/enamel.yml | .tmuxinator/enamel.yml | # ~/.tmuxinator/enamel.yml
name: enamel
root: ~/work/chrome/src
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_w... | # ~/.tmuxinator/enamel.yml
name: enamel
root: ~/work/chrome/src
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_w... | Add a space between two commands. | Add a space between two commands.
| YAML | mit | aawc/dotfiles,aawc/dotfiles |
77da437c44a419fa8ff9c1a801b3f19654cc67a3 | packages/la/layout-rules.yaml | packages/la/layout-rules.yaml | homepage: https://github.com/elliottt/layout-rules
changelog-type: markdown
hash: 37909fcd9b8015de7031d555aefd1de7706d9d7894c9db0b3d751192e213ccc5
test-bench-deps: {}
maintainer: awesomelyawesome@gmail.com
synopsis: A collection of different layout implementations
changelog: ! '# Revision history for layout-rules
#... | homepage: https://github.com/elliottt/layout-rules
changelog-type: markdown
hash: 60c7a9bc9b70cdb34b1a0a41f6909b163eee6c6480780cc324a3f8fe6f6406d2
test-bench-deps: {}
maintainer: awesomelyawesome@gmail.com
synopsis: A collection of different layout implementations
changelog: ! '# Revision history for layout-rules
#... | Update from Hackage at 2017-03-21T23:30:27Z | Update from Hackage at 2017-03-21T23:30:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4eda911d2d2e84efa8da572382f883f7b6128021 | packages/ra/rank-product.yaml | packages/ra/rank-product.yaml | homepage: http://github.com/GregorySchwartz/rank-product#readme
changelog-type: ''
hash: 93d8f1535b2fc8100614964e3876a613beb2aca155ccbc6ab2a4f2028c7a42fa
test-bench-deps: {}
maintainer: gsch@mail.med.upenn.edu
synopsis: Find the rank product of a data set.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
random-fu: ... | homepage: http://github.com/GregorySchwartz/rank-product#readme
changelog-type: ''
hash: 1d1e72ea8ab8d56a6ea0ce23cb942ba9e1f76484dc63f790b5de390818d265ae
test-bench-deps: {}
maintainer: gsch@mail.med.upenn.edu
synopsis: Find the rank product of a data set.
changelog: ''
basic-deps:
bytestring: -any
optparse-generic... | Update from Hackage at 2018-09-12T15:19:13Z | Update from Hackage at 2018-09-12T15:19:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
dcc21b9fb5c2f4103fad564f7eb40277aa7b6b77 | data/jjb/init.yaml | data/jjb/init.yaml | - job:
name: config
builders:
- gerrit-git-prep
- shell: |
mkdir build
jenkins-jobs test jobs/ -o build/
jenkins-jobs update --delete-old jobs/
triggers:
- gerrit:
trigger-on-change-merged-event: true
projects:
- project-compare... | - job:
name: config-update
builders:
- gerrit-git-prep
- shell: |
mkdir build
jenkins-jobs test jobs/ -o build/
jenkins-jobs update --delete-old jobs/
triggers:
- gerrit:
trigger-on-change-merged-event: true
projects:
- project-... | Add a 'gate' for config repository | Add a 'gate' for config repository
Change-Id: I115f575d9f896fa1b5f3caa29a4674fb88dccceb
| YAML | apache-2.0 | enovance/software-factory,enovance/software-factory,enovance/software-factory,enovance/software-factory,invenfantasy/software-factory,invenfantasy/software-factory,enovance/software-factory,invenfantasy/software-factory,invenfantasy/software-factory,invenfantasy/software-factory |
ad27b57a17b6a1f8c54fc3052ded64893892fa0c | metadata/com.evilinsult.yml | metadata/com.evilinsult.yml | Categories:
- Science & Education
License: Unlicense
AuthorName: Evil Insult Generator & Contributors
AuthorEmail: marvin@evilinsult.com
WebSite: https://evilinsult.com/
SourceCode: https://github.com/EvilInsultGenerator/android-app
IssueTracker: https://github.com/EvilInsultGenerator/android-app/issues
Translation: ... | Categories:
- Science & Education
License: Unlicense
AuthorName: Evil Insult Generator & Contributors
AuthorEmail: marvin@evilinsult.com
WebSite: https://evilinsult.com/
SourceCode: https://github.com/EvilInsultGenerator/android-app
IssueTracker: https://github.com/EvilInsultGenerator/android-app/issues
Translation: ... | Update Evil Insult Generator to 3.0 (30) | Update Evil Insult Generator to 3.0 (30)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
39b74e631a7873f75b4c26a2588f3bc9648d27c7 | deploy/memcache-dep.yaml | deploy/memcache-dep.yaml | ---
# memcached deployment used by Flux to cache
# container image metadata.
apiVersion: apps/v1
kind: Deployment
metadata:
name: memcached
spec:
replicas: 1
selector:
matchLabels:
name: memcached
template:
metadata:
labels:
name: memcached
spec:
containers:
- name: m... | ---
# memcached deployment used by Flux to cache
# container image metadata.
apiVersion: apps/v1
kind: Deployment
metadata:
name: memcached
spec:
replicas: 1
selector:
matchLabels:
name: memcached
template:
metadata:
labels:
name: memcached
spec:
containers:
- name: m... | Configure security context memcached pod | Configure security context memcached pod
To keep our example manifests in line with the recent changes in the
chart (#2107), and to ensure (minikube) users do not experience issues
with memcached failing to start, due to CVE-2019-11245.
Ref: https://github.com/kubernetes/kubernetes/issues/78308
| YAML | apache-2.0 | weaveworks/flux,weaveworks/flux |
2699f05590f189d925f7051385e06bd5f5767098 | metadata/ru.ikkui.achie.yml | metadata/ru.ikkui.achie.yml | Categories:
- Time
License: GPL-2.0-only
AuthorName: Igor Kruchinin
SourceCode: https://github.com/IgorKruchinin/AchieApp
IssueTracker: https://github.com/IgorKruchinin/AchieApp/issues
AutoName: Achie
RepoType: git
Repo: https://github.com/IgorKruchinin/AchieApp
Binaries: https://github.com/IgorKruchinin/AchieApp/r... | Categories:
- Time
License: GPL-2.0-only
AuthorName: Igor Kruchinin
SourceCode: https://github.com/IgorKruchinin/AchieApp
IssueTracker: https://github.com/IgorKruchinin/AchieApp/issues
AutoName: Achie
RepoType: git
Repo: https://github.com/IgorKruchinin/AchieApp
Binaries: https://github.com/IgorKruchinin/AchieApp/r... | Update Achie to 1.1.1a (4) | Update Achie to 1.1.1a (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
64d9cff04709f859bc79ee822617e0ba5f863a8c | azure-pipelines.yml | azure-pipelines.yml | # Docker image
# Build a Docker image to deploy, run, or push to a container registry.
# Add steps that use Docker Compose, tag images, push to a registry, run an image, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker
pool:
vmImage: 'ubuntu-latest'
variables:
tagName: '$(Build.Buil... | # Docker image
# Build a Docker image to deploy, run, or push to a container registry.
# Add steps that use Docker Compose, tag images, push to a registry, run an image, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker
pool:
vmImage: 'ubuntu-latest'
variables:
tagName: '$(Build.Buil... | Remove record flag from kubectl command | Remove record flag from kubectl command
| YAML | mit | WeihanLi/SparkTodo,WeihanLi/SparkTodo,WeihanLi/SparkTodo,WeihanLi/SparkTodo |
141a1537c1818cf5994beb4848bdd8549bec4db5 | azure-pipelines.yml | azure-pipelines.yml | pool:
name: Azure Pipelines
vmImage: windows-latest
demands:
- msbuild
- visualstudio
- vstest
jobs:
- job: Build
variables:
BuildSolution: StyleCopAnalyzers.sln
BuildPlatform: AnyCPU
strategy:
matrix:
Debug:
BuildConfiguration: Debug
Release:
BuildConfiguration:... | pool:
name: Azure Pipelines
vmImage: windows-latest
demands:
- msbuild
- visualstudio
- vstest
jobs:
- job: Build
variables:
BuildSolution: StyleCopAnalyzers.sln
BuildPlatform: AnyCPU
strategy:
matrix:
Debug:
BuildConfiguration: Debug
Release:
BuildConfiguration:... | Update to NuGet 5.3.1 and configure feeds | Update to NuGet 5.3.1 and configure feeds
The default tool was even older than 4.4.1. For some reason, Azure
Pipelines defaulted to changing the NuGet packages configuration even
though the repository contains a NuGet.config. Update the NuGetCommand
task to not use the invalid defaults it provided.
| YAML | mit | DotNetAnalyzers/StyleCopAnalyzers |
3ab30c9b3f49ca18ae33c852e872cef7a36f4580 | _data/menu.yml | _data/menu.yml | # Holds the menu items
- name: navbar-left
pages:
- title: Home
- title: Tickets
- title: Venue
- name: navbar-right
pages:
- title: Schedule
- title: Sponsors
- title: Contact
- name: footer
pages:
- title: Tickets
- title: Venue
- title: Schedule
- title: Sponsors
... | # Holds the menu items
- name: navbar-left
pages:
- title: Home
- title: Tickets
- title: Venue
- name: navbar-right
pages:
- title: Schedule
- title: Sponsors
- title: Contact
- name: footer
pages:
- title: Tickets
- title: Venue
- title: Schedule
- title: Sponsors
... | Add sitemap link in footer. | Add sitemap link in footer.
| YAML | mit | sustainers/website,sustainers/website,sustainers/website |
215b44ade86bb6df3d04861592fd4eafecd70bda | roles/common/tasks/main.yml | roles/common/tasks/main.yml | ---
- name: Validate Ansible version
assert:
that:
- "{{ ansible_version is defined }}"
- "{{ ansible_version.full | version_compare(minimum_ansible_version, '>=') }}"
msg: "Your Ansible version is too old. Trellis require at least {{ minimum_ansible_version }}. Your version is {{ ansible_version.fu... | ---
- name: Validate Ansible version
assert:
that:
- "{{ ansible_version is defined }}"
- "{{ ansible_version.full | version_compare(minimum_ansible_version, '>=') }}"
msg: "Your Ansible version is too old. Trellis require at least {{ minimum_ansible_version }}. Your version is {{ ansible_version.fu... | Revert "Added gunzip as common utility." | Revert "Added gunzip as common utility."
This reverts commit 3f12d61c39499b8f55d31314e2e83a9277f52264.
| YAML | mit | proteusthemes/pt-ops,proteusthemes/pt-ops,proteusthemes/pt-ops |
865b0a59c6b672c5a12c976f17eee27da308bd71 | roles/common/tasks/main.yml | roles/common/tasks/main.yml | ---
- name: Ensure the system can use the HTTPS transport for APT
stat: path=/usr/lib/apt/methods/https
register: apt_https_transport
- name: Install HTTPS transport for APT
apt: pkg=apt-transport-https state=installed
when: not apt_https_transport.stat.exists
- name: Enable all repositories in sources.list
... | ---
- name: Ensure the system can use the HTTPS transport for APT
stat: path=/usr/lib/apt/methods/https
register: apt_https_transport
- name: Install HTTPS transport for APT
apt: pkg=apt-transport-https state=installed
when: not apt_https_transport.stat.exists
- name: Enable all repositories in sources.list
... | Add gawk to common role | Add gawk to common role
| YAML | mit | ivannieto/ansible-ubuntu,ivannieto/ansible-ubuntu,Benoth/ansible-ubuntu,Benoth/ansible-ubuntu |
35579a44e85f1f29640b337964c7668972143ef4 | tasks/unit-test/task.yml | tasks/unit-test/task.yml | ---
platform: linux
image: docker:///cloudfoundry/lattice-ci
inputs:
- name: lattice-ci
- name: lattice-release
run:
path: lattice-ci/tasks/unit-test-ltc/run.sh
params:
PACKAGE: some-package
| ---
platform: linux
image: docker:///cloudfoundry/lattice-ci
inputs:
- name: lattice-ci
- name: lattice-release
run:
path: lattice-ci/tasks/unit-test/run.sh
params:
PACKAGE: some-package
| Use correct path to unit-test's run script | Use correct path to unit-test's run script
[#104919732]
| YAML | apache-2.0 | cloudfoundry-incubator/lattice-ci,cloudfoundry-incubator/lattice-ci,cloudfoundry-incubator/lattice-ci |
d1b19a98f00b6c43ba4d1f175f4162472bc5c17f | blueprints/lcow.yml | blueprints/lcow.yml | kernel:
image: linuxkit/kernel:4.11.11
cmdline: "console=ttyS0"
tar: none
init:
- linuxkit/init-lcow:5375fa62bada3faec048b22d41033dcf1e9ba727
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
trust:
org:
- linuxkit
| kernel:
image: linuxkit/kernel:4.11.11
cmdline: "console=ttyS0"
tar: none
init:
- linuxkit/init-lcow:e846df6e745e0db2e90ec06a1a3509cb9bfd77da
- linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630
trust:
org:
- linuxkit
| Update LCOW to latest hash | blueprints: Update LCOW to latest hash
Signed-off-by: Rolf Neugebauer <6fdd1d8677ab4fbcb4df3eff6e190c3298f7f742@docker.com>
| YAML | apache-2.0 | furious-luke/linuxkit,t-koulouris/linuxkit,zx2c4/linuxkit,yankcrime/linuxkit,eyz/linuxkit,justincormack/linuxkit,yankcrime/linuxkit,thebsdbox/linuxkit,konstruktoid/linuxkit,konstruktoid/linuxkit,linuxkit/linuxkit,eyz/linuxkit,davefreitag/linuxkit,deitch/linuxkit,furious-luke/linuxkit,ndauten/linuxkit,furious-luke/linux... |
76896d2543e4e9e5d93cb1d82eadd80fadbc66cc | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: _events
label: Events
create: all
match: "**/*"
- type: directory
path: _programs
label: Programs
create: all
match: "**/*"
- type: directory
path: _team
label: Team
create: all
match: "**/... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: _events
label: Events
create: all
match: "**/*"
- type: directory
path: _programs
label: Programs
create: all
match: "**/*"
- type: directory
path: _team
label: Team
create: all
match: "**/... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | siggraph-s3/s3-website,siggraph-s3/s3-website,siggraph-s3/s3-website |
6cd981b0b0f8c8b3d1d24860f36dc59c44a87306 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: assets
public_path: "/assets"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: assets
public_path: "/assets"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
previ... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | Carleslc/blog,Carleslc/blog,Carleslc/blog,Carleslc/blog |
ee29b58ead43aea1aa63bd353e1dfcdacc9fa3f3 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: document
path: index.html
label: Home Page
read_only: true
- type: jekyll-pages
label: Pages
create: all
- type: directory
path: _events
label: Events
create: all
match: "**/*"
- type: directory
path: _progr... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: document
path: index.html
label: Home Page
read_only: false
- type: jekyll-pages
label: Pages
create: all
- type: directory
path: _events
label: Events
create: all
match: "**/*"
- type: directory
path: _prog... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | siggraph-s3/s3-website,siggraph-s3/s3-website,siggraph-s3/s3-website |
e910fc68ea9fe31cfb316820e1952de595b2f26e | ci/.travis.yml | ci/.travis.yml | # In order to install old Rubies, we need to use old Ubuntu distibution.
dist: trusty
language: ruby
email: false
cache:
directories:
- ../bundle
before_install:
- "script/update_rubygems_and_install_bundler"
- unset _JAVA_OPTIONS
- "script/clone_all_rspec_repos"
bundler_args: "--binstubs --standalone --wit... | # In order to install old Rubies, we need to use old Ubuntu distibution.
dist: trusty
language: ruby
email: false
cache:
directories:
- ../bundle
before_install:
- "script/update_rubygems_and_install_bundler"
- unset _JAVA_OPTIONS
- "script/clone_all_rspec_repos"
bundler_args: "--binstubs --standalone --wit... | Remove old allow failures builds, not needed | Remove old allow failures builds, not needed
| YAML | mit | rspec/rspec-dev,rspec/rspec-dev,rspec/rspec-dev |
f07816b3dff1cd44522e335ae62bff973d3e06e4 | appveyor.yml | appveyor.yml | version: 0.1.1.{build}
configuration: Release
before_build:
- nuget restore src/
after_build:
- nuget pack src\Amazon.SQS.ExtendedClient\Amazon.SQS.ExtendedClient.nuspec -Version %appveyor_build_version%
- appveyor PushArtifact '*.nupkg' | version: 0.1.1.{build}
configuration: Release
before_build:
- nuget restore src/
after_build:
- nuget pack src\Amazon.SQS.ExtendedClient\Amazon.SQS.ExtendedClient.nuspec -Version %appveyor_build_version%
- appveyor PushArtifact *.nupkg | Remove redundant quotes in PushArtifact argument | Remove redundant quotes in PushArtifact argument
| YAML | apache-2.0 | raol/amazon-sqs-net-extended-client-lib |
e5a41a3f42700bd3a554df777a940fe87dd66a93 | appveyor.yml | appveyor.yml | branches:
except:
- /travis-.*/
install:
ps: |
Import-Module '.\appveyor-tool.ps1'
Bootstrap
build_script:
- ps: .\build.ps1 -Target "Appveyor"
artifacts:
- path: package\*.nupkg
# - path: package\*.msi
# AppVeyor defaults to just its build number
version: '{build}'
# disable bui... | branches:
except:
- /travis-.*/
install:
ps: |
Import-Module '.\appveyor-tool.ps1'
Bootstrap
build_script:
- ps: .\build.ps1 -Target "Appveyor"
# disable built-in tests.
test: off
artifacts:
- path: package\*.nupkg
# - path: package\*.msi
deploy:
- provider: NuGet
server: ... | Deploy builds of master to MyGet | Deploy builds of master to MyGet
| YAML | mit | nunit/nunit-console,nunit/nunit-console,nunit/nunit-console |
7c83c53febaeaeb3837a04d5364b349eaf89536e | appveyor.yml | appveyor.yml | version: 3.0.{build}
os: Visual Studio 2015
configuration: Release
assembly_info:
patch: true
file: '**\SolutionInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
environment:
DNX_FEED: https://www.nuget.org/api/v2
nuget:
account_feed: true... | version: 3.0.{build}
os: Visual Studio 2015
configuration: Release
assembly_info:
patch: true
file: '**\SolutionInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
environment:
DNX_FEED: https://www.nuget.org/api/v2
nuget:
account_feed: true... | Revise publish command for dotnet command. | Revise publish command for dotnet command.
| YAML | bsd-3-clause | rnwood/smtp4dev,rnwood/smtp4dev,rnwood/smtp4dev,rnwood/smtp4dev |
b5b2611475e387c4eda6d22ac6d8802ac75968f1 | appveyor.yml | appveyor.yml | environment:
ELECTRON_RUN_AS_NODE: 1
VSCODE_BUILD_VERBOSE: true
platform:
- x86
- x64
install:
- ps: Install-Product node 8
cache:
- node_modules
- "%APPDATA%\\npm-cache"
test_script:
- node --version
- npm --version
- npm run lint
- npm run vscode:prepublish
- npm run test --silent
# - .\scr... | environment:
ELECTRON_RUN_AS_NODE: 1
VSCODE_BUILD_VERBOSE: true
platform:
- x86
- x64
install:
- ps: Install-Product node 8
- npm install
cache:
- node_modules
- "%APPDATA%\\npm-cache"
test_script:
- node --version
- npm --version
- npm run lint
- npm run vscode:prepublish
- npm run test --s... | Add missing npm install task | Add missing npm install task
| YAML | apache-2.0 | KamiKillertO/vscode-colorize,KamiKillertO/vscode-colorize |
8cccada01f7db625e355f11219c74b37d0ce737f | appveyor.yml | appveyor.yml | # Absolutely essential: we must build using VS 2019.
os: Visual Studio 2019
branches:
only:
- master
build_script:
- cmd: date /t
- cmd: time /t
- cmd: tzutil /g
- cmd: set
- cmd: MSBuild.exe /t:restore /p:Configuration=Debug /v:quiet AntlrVSIX.sln
- cmd: MSBuild.exe /p:Configuration=Debug /v:normal ... | # Absolutely essential: we must build using VS 2019.
os: Visual Studio 2019
branches:
only:
- master
build_script:
- cmd: date /t
- cmd: time /t
- cmd: tzutil /g
- cmd: set
- cmd: MSBuild.exe /t:restore /p:Configuration=Debug /v:quiet AntlrVSIX.sln
- cmd: MSBuild.exe /p:Configuration=Debug /v:normal ... | Fix "The system cannot find the path specified" for build. | Fix "The system cannot find the path specified" for build.
| YAML | mit | kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX,kaby76/AntlrVSIX |
6a32cb913b5b3e326f15524b4fae28a8f49c8168 | appveyor.yml | appveyor.yml | build_script:
msbuild nunit.sln /p:Configuration=Release /t:Rebuild
test_script:
- cd bin\Release
- nunit-console.exe nunit.agent.tests.dll
- nunit-console.exe nunit-console.tests.dll
| build_script:
msbuild nunit.sln /p:Configuration=Release /t:Rebuild
test_script:
- cd bin\Release
- nunit-console.exe net-4.5\nunit.framework.tests.dll -result:NUnitFrameworkTestResult-4.5.xml;format=nunit2
- net-4.5\nunitlite.tests.exe -result:NUnitLiteTestResult-4.5.xml;format=nunit2
- nunit-console.exe... | Add in all framework tests and save results in nunit2 format | Add in all framework tests and save results in nunit2 format
| YAML | mit | nunit/nunit-console,nunit/nunit-console,nunit/nunit-console |
8bca0d74e47e187d74cc395b1a7b22727bc8b26c | metadata/hu.vmiklos.plees_tracker.yml | metadata/hu.vmiklos.plees_tracker.yml | Categories:
- Sports & Health
- Time
License: MIT
AuthorName: Miklos Vajna
AuthorEmail: plees-tracker@vmiklos.hu
SourceCode: https://github.com/vmiklos/plees-tracker
IssueTracker: https://github.com/vmiklos/plees-tracker/issues
AutoName: Plees Tracker
RepoType: git
Repo: https://github.com/vmiklos/plees-tracker
... | Categories:
- Sports & Health
- Time
License: MIT
AuthorName: Miklos Vajna
AuthorEmail: plees-tracker@vmiklos.hu
SourceCode: https://github.com/vmiklos/plees-tracker
IssueTracker: https://github.com/vmiklos/plees-tracker/issues
AutoName: Plees Tracker
RepoType: git
Repo: https://github.com/vmiklos/plees-tracker
... | Update Plees Tracker to 6.1 (7) | Update Plees Tracker to 6.1 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
14d6462c624f994450ecf724d96c80bc378388af | appveyor.yml | appveyor.yml | image: Visual Studio 2017
build_script:
- cmd: msbuild build/build.proj /verbosity:minimal
test:
assemblies: test\SshNet.Security.Cryptography.NET40.Tests\bin\Debug\SshNet.Security.Cryptography.Tests.dll
| image: Visual Studio 2017
before_build:
- nuget restore src\SshNet.Security.Cryptography.VS2017.sln
build:
project: src\SshNet.Security.Cryptography.VS2017.sln
verbosity: minimal
test:
assemblies: test\SshNet.Security.Cryptography.NET40.Tests\bin\Debug\SshNet.Security.Cryptography.Tests.dll
| Revert "Attempt to build using our regular MSBuild script." | Revert "Attempt to build using our regular MSBuild script."
This reverts commit 98ca4c06c8477439b05b394f3bca9b74538b158a.
| YAML | mit | sshnet/Cryptography |
ef4cf0a4daa747724fd012ef5d548de1241f3e7e | appveyor.yml | appveyor.yml | configuration:
- Debug
- Release
before_build:
- ps: nuget restore
| configuration:
- Debug
- Release
before_build:
ps: nuget restore
build:
project: Suave.EvReact.sln
| Use explicit solution name in AppVeyor configuration | Use explicit solution name in AppVeyor configuration
| YAML | apache-2.0 | unipi-itc/Suave.EvReact,unipi-itc/Suave.EvReact,unipi-itc/Suave.EvReact |
d4f54496c4fc26a18221b074ed1c0548f9be9317 | appveyor.yml | appveyor.yml | #---------------------------------#
# environment configuration #
#---------------------------------#
version: 2.16.{build}.0
install:
- git clone https://github.com/PowerShell/DscResource.Tests
- ps: |
Add-WindowsFeature RSAT-AD-PowerShell
Import-Module "$env:APPVEYOR_BUILD_FOLDER\DscReso... | #---------------------------------#
# environment configuration #
#---------------------------------#
version: 2.16.{build}.0
install:
- git clone https://github.com/PowerShell/DscResource.Tests
- ps: |
Add-WindowsFeature RSAT-AD-PowerShell
Import-Module "$env:APPVEYOR_BUILD_FOLDER\DscReso... | Fix AppVeyor to actually generate CodeCov files | Fix AppVeyor to actually generate CodeCov files
| YAML | mit | PowerShell/xActiveDirectory,iainbrighton/xActiveDirectory |
129f3d51bfe070ff2c2290a744752f4fc646c659 | appveyor.yml | appveyor.yml | version: 1.0.{build}
image: Windows Server 2016
environment:
DOCKER_USER:
secure: LjNiW/ZWrfVIJn3Mc9foeg==
DOCKER_PASS:
secure: 4gsl5WiqIztEWhL5fuhp9X0qT/mKg9fYzKYUUPf5WStIuNddv0fvIKGmvvyuFzzd
install:
- docker version
build_script:
- ps: .\build.ps1
test_script:
- ps: .\test.ps1
deploy_script:
... | version: 1.0.{build}
image: Visual Studio 2017
environment:
DOCKER_USER:
secure: LjNiW/ZWrfVIJn3Mc9foeg==
DOCKER_PASS:
secure: 4gsl5WiqIztEWhL5fuhp9X0qT/mKg9fYzKYUUPf5WStIuNddv0fvIKGmvvyuFzzd
install:
- docker version
build_script:
- ps: .\build.ps1
test_script:
- ps: .\test.ps1
deploy_script:
-... | Use official AppVeyor builder w/ Docker | Use official AppVeyor builder w/ Docker
| YAML | mit | StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows,StefanScherer/dockerfiles-windows |
0ca34608580db5ac77e5aea783dd05f3b9cade8b | appveyor.yml | appveyor.yml | environment:
build_version: '1.0.0.{build}'
######## RELEASE CONFIGURATION ########
-
branches:
only:
- feature/support-release-in-build-script
version: 1.0.0.{build}
configuration: Release
platform: Any CPU
before_build:
- nuget restore
build:
project: AlexPovar.ResharperTweaks.sln
... | ######## RELEASE CONFIGURATION ########
-
branches:
only:
- master
version: 1.0.0.{build}
configuration: Release
platform: Any CPU
before_build:
- nuget restore
build:
project: AlexPovar.ResharperTweaks.sln
verbosity: minimal
after_build:
- nuget pack AlexPovar.ResharperTwe... | Add config for any branch | Add config for any branch
| YAML | mit | Zvirja/ReSharperHelpers |
212c4ba9f677a97a6f7e0bc995739e62d133a413 | appveyor.yml | appveyor.yml | version: "{build}"
os: Windows Server 2012 R2
clone_folder: c:\projects\src\github.com\rjeczalik\bin
environment:
GOPATH: c:\projects
install:
- set PATH=%GOPATH%\bin;%PATH%
- cd %APPVEYOR_BUILD_FOLDER%
- go version
- go get code.google.com/p/go.tools/cmd/vet
- go get -v -t ./...
- go install -a -race std
... | version: "{build}"
os: Windows Server 2012 R2
clone_folder: c:\projects\src\github.com\rjeczalik\bin
environment:
GOPATH: c:\projects
install:
- set PATH=%GOPATH%\bin;%PATH%
- cd %APPVEYOR_BUILD_FOLDER%
- go version
- go get code.google.com/p/go.tools/cmd/vet
- go get -v -t ./...
build_script:
- go tool vet... | Update AppVeyor CI configuration file | Update AppVeyor CI configuration file
| YAML | mit | rjeczalik/bin |
81903fd98259f33914e6d790c4de9cb5b62d8d33 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
clone_depth: 10
# 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: "3"
# Install scripts. (runs after repo cloning)
install:
#... | # http://www.appveyor.com/docs/appveyor-yml
clone_depth: 10
# 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: "4"
# Install scripts. (runs after repo cloning)
install:
#... | Drop io.js, test on Node.js 4 | AppVeyor: Drop io.js, test on Node.js 4
| YAML | mit | EE/grunt-inline-images |
c89e8d42e5b2da69b86872faca23b865cabe09f7 | appveyor.yml | appveyor.yml | environment:
matrix:
- RUST_VERSION: 1.6.0
BITS: 32
- RUST_VERSION: 1.6.0
BITS: 64
install:
- IF "%BITS%" == "32" SET ARCH=i686
- IF "%BITS%" == "64" SET ARCH=x86_64
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:RUST_VERSION}-${env:ARCH}-pc-windows-gnu.exe" -FileNam... | environment:
matrix:
- RUST_VERSION: 1.6.0
BITS: 32
- RUST_VERSION: 1.6.0
BITS: 64
install:
- IF "%BITS%" == "32" SET ARCH=i686
- IF "%BITS%" == "64" SET ARCH=x86_64
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:RUST_VERSION}-${env:ARCH}-pc-windows-gnu.exe" -FileNam... | Test without GTK_LIB_DIR on Windows | Test without GTK_LIB_DIR on Windows
| YAML | mit | EPashkin/gir,gtk-rs/gir,GuillaumeGomez/gir,EPashkin/gir,gtk-rs/gir,GuillaumeGomez/gir,gtk-rs/gir,gkoz/gir,GuillaumeGomez/gir,gkoz/gir |
5565e1a6f0858fa7e96eed4ef06bc30b90c3a4c4 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.11"
# Install scripts. (runs after repo clonin... | # http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.11"
# Install scripts. (runs after repo clonin... | Break an exceptionally long line into smaller ones | AppVeyor: Break an exceptionally long line into smaller ones
| YAML | mit | mgol/grunt-ng-annotate,mzgol/grunt-ng-annotate |
be02177c10b2dbcc18ab75fe9c2793520c378bac | appveyor.yml | appveyor.yml | environment:
matrix:
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "64"
install:
- ps: if (-not(Test-Path($env:PYTHON))) { & _appveyor\install-python.ps1 }
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;C:\\Program Files (x86)\\NSIS\\Bin;%PATH%"
- "python --version"
- "python -c \... | environment:
matrix:
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "64"
install:
- ps: if (-not(Test-Path($env:PYTHON))) { & _appveyor\install-python.ps1 }
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;C:\\Program Files (x86)\\NSIS\\Bin;%PATH%"
- "python --version"
- "python -c \... | Upgrade Appveyor test groud to Python 3.6 | Upgrade Appveyor test groud to Python 3.6
| YAML | isc | uranusjr/snafu,uranusjr/snafu |
3d4c12ef35487b99737f85d65f6a1132c7ec3103 | conda_pkg/meta.yaml | conda_pkg/meta.yaml | {% set version = "0.6.10" %}
package:
name: riip
version: "{{ version }}"
source:
path: ../
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python
- numpy
- scipy
- cython
- setuptools
run:
- gitpython
- matplotlib
- numpy
... | {% set version = "0.6.10" %}
package:
name: riip
version: "{{ version }}"
source:
path: ../
build:
number: 0
script: "{{ PYTHON }} -m pip install --use-feature=in-tree-build . -vv"
requirements:
host:
- pip
- python
- numpy
- scipy
- cython
- setuptools
run:
- gitpython
... | Add --use-feature=in-tree-build to pip install. | Add --use-feature=in-tree-build to pip install.
| YAML | mit | mnishida/RII_Pandas |
87a5f96ac8849beac6b153665e6075540479eea1 | docker-compose.yml | docker-compose.yml | version: "2"
services:
db:
image: mysql:5.6.45
container_name: db
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
environment:
- MYSQL_ROOT_PASSWORD=password
- MYSQL_USER=credentials001
- MYSQL_PASSWORD=password
- MYSQL_DATABASE=credentials
me... | version: "2"
services:
db:
image: mysql:5.7
container_name: db
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
environment:
- MYSQL_ROOT_PASSWORD=password
- MYSQL_USER=credentials001
- MYSQL_PASSWORD=password
- MYSQL_DATABASE=credentials
memca... | Move testing mysql container to 5.7 | Move testing mysql container to 5.7
| YAML | agpl-3.0 | edx/credentials,edx/credentials,edx/credentials,edx/credentials |
f684c01834887cd64f24d275cf064acf55237b7c | docker-compose.yml | docker-compose.yml | data:
image: debian:jessie
user: www-data
volumes:
- .:/var/www/
web:
image: nginx:1.7
ports:
- "8016:80"
- "44312:443"
links:
- php
volumes:
- docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
volumes_from:
- data
php:
image: louisbl/php:5.6-fpm
links:
- db
vo... | data:
image: debian:jessie
user: www-data
volumes:
- .:/var/www/
web:
image: nginx:1.7
ports:
- "8016:80"
- "44312:443"
links:
- php
volumes:
- docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
volumes_from:
- data
php:
image: louisbl/php:5.6-fpm
links:
- db
vo... | Modify links for drush container | Modify links for drush container
| YAML | mit | louisbl/drupal8-starter,louisbl/drupal8-starter |
5ddbcbf21118ce88f6f5bf6dd3d9ab2ed002ba49 | docker-compose.yml | docker-compose.yml | version: '2'
services:
db:
volumes:
- pgdata:/var/lib/postgresql/data
image: postgres
environment:
- POSTGRES_USER=olgart
- POSTGRES_DB=olgart
app:
build: ./app/
volumes:
- static:/www/static/:ro
- media:/www/media/
- ./olgart.json:/olgart.json:r... | version: '2'
services:
db:
volumes:
- pgdata:/var/lib/postgresql/data
image: postgres
environment:
- POSTGRES_USER=olgart
- POSTGRES_DB=olgart
app:
build: ./app/
volumes:
- static:/www/static/:ro
- media:/www/media/
- ./olgart.json:/olgart.json:r... | Remove debug features from compose file | Remove debug features from compose file
| YAML | mit | hombit/olgart,hombit/olgart,hombit/olgart,hombit/olgart |
ed62f72ff9a1f36e7f070e8e6919c26d87138a49 | docker-compose.yml | docker-compose.yml | processor:
build: .
links:
- queue
environment:
VIP_DP_AWS_ACCESS_KEY:
VIP_DP_AWS_SECRET_KEY:
VIP_DP_S3_BUCKET:
VIP_DP_SQS_REGION:
VIP_DP_SQS_QUEUE:
VIP_DP_SQS_FAIL_QUEUE:
queue:
image: rabbitmq
environment:
RABBITMQ_NODENAME: vip_data_processor
| processor:
build: .
links:
- queue
environment:
VIP_DP_AWS_ACCESS_KEY:
VIP_DP_AWS_SECRET_KEY:
VIP_DP_S3_BUCKET:
VIP_DP_SQS_REGION:
VIP_DP_SQS_QUEUE:
VIP_DP_SQS_FAIL_QUEUE:
queue:
image: rabbitmq:3.4.3-management
ports:
- "15672"
environment:
RABBITMQ_NODENAME: vip_data_pr... | Use RabbitMQ image with management plugin | [CS] Use RabbitMQ image with management plugin
Also, expose the management port so one can view RabbitMQ activity.
| YAML | bsd-3-clause | votinginfoproject/data-processor |
e73830619030a07a3054e3593c707644883cc720 | docker-compose.yml | docker-compose.yml | version: '2'
services:
nanopub:
build: .
depends_on:
- db
environment:
- NPS_MONGODB_HOST=db
ports:
- 8080:8080
db:
image: mongo
| version: '2'
services:
nanopub:
build: .
depends_on:
- db
environment:
- NPS_MONGODB_HOST=db
ports:
- 8080:8080
db:
image: mongo
volumes:
- /data/nanopubs/db:/data/db
| Make MongoDB data persistent for Docker compose | Make MongoDB data persistent for Docker compose
| YAML | mit | tkuhn/nanopub-server,tkuhn/nanopub-server |
49709f6f2fd2cc73c0ddfba7364348d69e6fb347 | docker-compose.yml | docker-compose.yml | version: '2'
services:
server:
build: .
entrypoint: /entrypoint.sh
environment:
- POSTGRES_PASSWORD=postgres
command: postgres
ports:
- "5432:5432"
volumes:
- ./data:/data
- /mnt/solexa:/mnt/solexa
| version: '2'
services:
server:
build: .
entrypoint: /entrypoint.sh
environment:
- POSTGRES_PASSWORD=postgres
command: postgres
ports:
- "5432:5432"
volumes:
- ./data:/data
- /net/bioaps01/srv/nfs4/solexa:/mnt/solexa:ro
| Make /mnt/solexa work for an actual automounted dir | Make /mnt/solexa work for an actual automounted dir
- Also, make the mount in the container read-only
| YAML | mit | wjv/mypg |
d58db07ba27241109d35a147575ab404b86ceb9a | .github/workflows/Vienna.yml | .github/workflows/Vienna.yml | name: Vienna
on: pull_request
jobs:
test:
name: Test
runs-on: macOS-latest
steps:
- name: Install SwiftLint
run: brew install swiftlint
- name: Set up Git repository
uses: actions/checkout@v1
- name: Build Xcode project
run: xcodebuild -project Vienna.xcodeproj -scheme Vie... | name: Vienna
on: pull_request
jobs:
test:
name: Test
runs-on: macos-11.0
steps:
- name: Install SwiftLint
run: brew install swiftlint
- name: Set up Git repository
uses: actions/checkout@v1
- name: Build Xcode project
run: xcodebuild -project Vienna.xcodeproj -scheme Vienn... | Update GitHub action for 11.0 Big Sur | Update GitHub action for 11.0 Big Sur
| YAML | apache-2.0 | barijaona/vienna-rss,barijaona/vienna-rss,barijaona/vienna-rss,ViennaRSS/vienna-rss,josh64x2/vienna-rss,josh64x2/vienna-rss,Eitot/vienna-rss,josh64x2/vienna-rss,Eitot/vienna-rss,barijaona/vienna-rss,ViennaRSS/vienna-rss,ViennaRSS/vienna-rss,josh64x2/vienna-rss,Eitot/vienna-rss,barijaona/vienna-rss,josh64x2/vienna-rss,V... |
eefaaba839944f1a790c1d0b2e1af8f29ad5c950 | .github/workflows/build.yaml | .github/workflows/build.yaml | name: publish-to-pypi
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run:... | name: publish-to-pypi
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run:... | Remove false condition on publish step | Remove false condition on publish step
| YAML | mit | dgnorth/drift,dgnorth/drift,dgnorth/drift |
30c0710e425b43a519a71ea3e0d21404fa3c46db | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Deploy to NPM & Tag
on:
workflow_dispatch:
inputs:
versionUpdateType:
description: 'For example 1.0.1, or patch -> <newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease'
required: true
default: patch
env:
NODE_AUTH_TOKEN: secrets.NPM_AUTH_TOKEN
... | name: Deploy to NPM & Tag
on:
workflow_dispatch:
inputs:
versionUpdateType:
description: 'For example 1.0.1, or patch -> <newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease'
required: true
default: patch
env:
NPM_TOKEN: secrets.NPM_AUTH_TOKEN
jobs:
... | Fix typo + correct auth | chore: Fix typo + correct auth
| YAML | bsd-2-clause | excaliburjs/excalibur-tiled,excaliburjs/excalibur-tiled,excaliburjs/excalibur-tiled |
88c61e70dfb0bc3473c75d037b18d940804445d6 | .github/workflows/python.yml | .github/workflows/python.yml | name: Python CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-ver... | name: Python CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version ... | Drop tests of Python 3.5 | Drop tests of Python 3.5
Python 3.5 is no longer suppported in GitHub Actions
| YAML | apache-2.0 | BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC |
5957cbd6a4be30927adba750500b803f244f5b07 | .github/workflows/tests.yaml | .github/workflows/tests.yaml | name: Tests
on:
pull_request: null
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
name: PHP ${{ matrix.php }} tests
steps:
# checkout git
... | name: Tests
on:
pull_request: null
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
name: PHP ${{ matrix.php }} tests
steps:
# checkout git
... | Fix coverage reporting; make CI fail if it doesn't work | Fix coverage reporting; make CI fail if it doesn't work
| YAML | mit | Jean85/pretty-package-versions |
76695262bb78e0e62b302b06b8f4380ed72c1fc1 | packages/le/lean-peano.yaml | packages/le/lean-peano.yaml | homepage: https://github.com/oisdk/lean-peano#readme
changelog-type: markdown
hash: 8ca0ffb805c579aad16193e483ff2a52495858a502cd666e157ce37b000cf73d
test-bench-deps:
base: -any
hedgehog: -any
doctest: -any
base-compat: -any
deepseq: -any
QuickCheck: -any
lean-peano: -any
template-haskell: -any
maintaine... | homepage: https://github.com/oisdk/lean-peano#readme
changelog-type: markdown
hash: 25083084da1f6d5d102018062e5bd513a90f13021f25fceaf7a6ee5fb4548901
test-bench-deps:
base: ! '>=4.10.0.0 && <5'
hedgehog: -any
doctest: -any
base-compat: -any
deepseq: -any
QuickCheck: -any
lean-peano: -any
template-haskell... | Update from Hackage at 2020-03-02T22:32:48Z | Update from Hackage at 2020-03-02T22:32:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ecc3c9954aa532a9e50c9eff5ec794944a5f9be7 | packages/li/libroman.yaml | packages/li/libroman.yaml | homepage: https://ahakki.xyz
changelog-type: ''
hash: c7113dfabfb0f60f89f191340fa685b044ef9e5b0750173ab3af7edd3646b362
test-bench-deps:
base: -any
hspec: -any
libroman: -any
QuickCheck: -any
maintainer: ahk@ahakki.xyz
synopsis: Roman Numerals for YOU
changelog: ''
basic-deps:
split: -any
base: ! '>=4.7 && <... | homepage: https://ahakki.xyz
changelog-type: ''
hash: 78c8584e82e6c310f8310224674ef3ca1b73ae710e6709e6bad0546c49a66dfb
test-bench-deps:
base: -any
hspec: -any
libroman: -any
QuickCheck: -any
maintainer: ahk@ahakki.xyz
synopsis: Roman Numerals for YOU
changelog: ''
basic-deps:
split: -any
base: ! '>=4.7 && <... | Update from Hackage at 2016-06-01T19:22:26+0000 | Update from Hackage at 2016-06-01T19:22:26+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
cd0f61852176e6506a26f8de40beadd6ffe767e1 | packages/wi/witherable.yaml | packages/wi/witherable.yaml | homepage: https://github.com/fumieval/witherable
changelog-type: ''
hash: 4466b830d62a9e35c279f1d84d373dd07981e2cc9689bc27ff0e01d97bad9ac6
test-bench-deps: {}
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
synopsis: Generalization of filter and catMaybes
changelog: ''
basic-deps:
base: ==4.*
unordered-containe... | homepage: https://github.com/fumieval/witherable
changelog-type: ''
hash: e678ea8e7b097ef219b908eb35c6e96b2082fb8a270313478adccf0bc5a952ea
test-bench-deps: {}
maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com>
synopsis: filterable traversable
changelog: ''
basic-deps:
base: ==4.*
unordered-containers: -any
base-... | Update from Hackage at 2017-03-15T08:05:27Z | Update from Hackage at 2017-03-15T08:05:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
29792f8148888e0c35893e1f0b5d373b7e2968af | spec/fixtures/agent_types.yml | spec/fixtures/agent_types.yml | ---
agent_type_00001:
id: 1
name: Person
display_name: Person
note:
position: 1
agent_type_00002:
id: 2
name: CorporateBody
display_name: CorporateBody
note:
position: 2
agent_type_00003:
id: 3
name: Conference
display_name: Conference
note:
position: 3
# == Schema Information
#
# T... | ---
agent_type_00001:
id: 1
name: person
display_name: Person
note:
position: 1
agent_type_00002:
id: 2
name: corporate_body
display_name: CorporateBody
note:
position: 2
agent_type_00003:
id: 3
name: conference
display_name: Conference
note:
position: 3
# == Schema Information
#
# ... | Update fixture to avoid validation error. | Update fixture to avoid validation error.
| YAML | mit | next-l/enju_nii,next-l/enju_nii,next-l/enju_nii |
46e3269abe306bf841f51f5e46e38f55091bc4b2 | provisioning/roles/mysql/tasks/main.yml | provisioning/roles/mysql/tasks/main.yml | ---
- name: Install the packages
apt: name="{{ item }}" state=present update_cache=yes
with_items: "{{ mysql_packages }}"
when: ansible_os_family == "Debian"
tags: [mysql,packages]
- name: ensure mysql service is up
action: service name=mysql state=started
tags: [mysql,services]
- name: Create the dev da... | ---
- name: Install the packages
apt: name="{{ item }}" state=present update_cache=yes
with_items: "{{ mysql_packages }}"
when: ansible_os_family == "Debian"
tags: [mysql,packages]
- name: ensure mysql service is up
action: service name=mysql state=started
tags: [mysql,services]
- name: Create the dev da... | Add the tweaks for mysql. | Add the tweaks for mysql.
| YAML | mit | urukalo/unfinished,phpsrbija/unfinished,phpsrbija/unfinished,urukalo/unfinished,phpsrbija/unfinished,urukalo/unfinished,tasmaniski/unfinished,phpsrbija/unfinished,tasmaniski/unfinished,tasmaniski/unfinished,urukalo/unfinished,tasmaniski/unfinished |
7973710ab73a9d02d32344f0892d0b5211eebb4e | ansible/roles/ripgrep/tasks/main.yml | ansible/roles/ripgrep/tasks/main.yml | ---
- name: Install cargo (Rust package manager)
become: yes
apt: name=cargo state=present
- name: Install ripgrep
command: cargo install ripgrep
args:
creates: "{{ home_dir }}/.cargo/bin/rg"
| ---
- name: Install rust and cargo
shell: curl https://sh.rustup.rs -sSf | sh -s -- -y
args:
creates: "{{ home_dir }}/.cargo/bin/cargo"
warn: False
- name: Install ripgrep
command: "{{ home_dir }}/.cargo/bin/cargo install ripgrep"
args:
creates: "{{ home_dir }}/.cargo/bin/rg"
| Install latest rust for ripgrep | Install latest rust for ripgrep
| YAML | mit | fernandoacorreia/homefiles,fernandoacorreia/homefiles |
848d080c1aed90e8de81ab418ecff3e91c5cad5b | playbooks/proposal/pre.yaml | playbooks/proposal/pre.yaml | - hosts: all
pre_tasks:
- name: Ensure pip
include_role:
name: ensure-pip
- name: Install git-review
pip:
name: git-review
virtualenv: /opt/git-review
virtualenv_command: '{{ ensure_pip_virtualenv_command }}'
become: yes
- name: Link git-review
fil... | - hosts: all
pre_tasks:
- name: Ensure pip
include_role:
name: ensure-pip
vars:
ensure_pip_from_packages: True
ensure_pip_from_upstream_interpreters:
- python3.6
- python3.7
- python3.8
- name: Install git-review
pip:
name: git-r... | Install pip for all versions | update-constraints: Install pip for all versions
Depends-on: https://review.opendev.org/739272
Change-Id: Ic6444e6c186c82a21e7fe2868c27fda3378c187a
Signed-off-by: Sean McGinnis <961eeb09b6d45516665e15b82e013282c4faf575@gmail.com>
| YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
6b89336d91733a501d9f5a279da3dc78b3bfd364 | appveyor.yml | appveyor.yml | version: 1.0.0.{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}-$(APPVEYOR_REPO_COMMIT)'
before_build:
- ps: nuget restore
build:
... | version: 1.0.0.{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}-$(APPVEYOR_REPO_COMMIT)'
before_build:
- ps: nuget restore
build:
... | Replace regex with artifact name | Replace regex with artifact name
| YAML | apache-2.0 | GetTabster/Tabster.Printing |
ff7032ce08714caf9f13d2af83c96d90a682713c | appveyor.yml | appveyor.yml | version: '1.0.{build}'
platform:
- x86
- x64
- ARM
configuration:
- Debug
- Release
matrix:
fast_finish: true | version: '1.0.{build}'
platform:
- x86
- x64
- ARM
configuration:
- Release
matrix:
fast_finish: true
before_build:
- nuget restore | Add NuGet Restore to CI config | Add NuGet Restore to CI config
| YAML | mit | pingzing/digi-transit-10 |
b5cf6678708a93b162d92575790b9038a6646c5c | appveyor.yml | appveyor.yml | version: 1.0.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
init:
- ps: git config --global core.autocrlf true
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
before_build:
- nuget restore
build:
verbosity: minimal
artifacts:
- path: 'Tvl.VisualStudio.InheritanceMargin\bin\... | version: 1.0.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
init:
- ps: git config --global core.autocrlf true
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
before_build:
- nuget restore
build:
verbosity: minimal
artifacts:
- path: 'Tvl.VisualStudio.InheritanceMargin\bin\... | Enable AppVeyor cache for NuGet packages | Enable AppVeyor cache for NuGet packages
| YAML | mit | tunnelvisionlabs/InheritanceMargin |
a3bae1b1936ccbc30f5a91a0a6d57de68d5094ea | appveyor.yml | appveyor.yml | version: 1.1.1.{build}-pre
branches:
only:
- master
- develop
image: Visual Studio 2017
configuration: Publish
platform: Any CPU
environment:
nuget_api_key:
secure: L7CA8R31O28Mlv6Bw82r9nwZWnnRJzuHvdOLrNckp47kfsipZBiCYlF0fiwb3jXr
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '... | version: 1.1.1.{build}-pre
branches:
only:
- master
- develop
image: Visual Studio 2017
configuration: Publish
platform: Any CPU
environment:
nuget_api_key:
secure: L7CA8R31O28Mlv6Bw82r9nwZWnnRJzuHvdOLrNckp47kfsipZBiCYlF0fiwb3jXr
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '... | Use the old artifacts system | refact(Appveyor): Use the old artifacts system
| YAML | mit | rotorgames/Rg.Plugins.Popup,rotorgames/Rg.Plugins.Popup |
bdca5ab410a593ce37efd1666cb2fe5cfb097b77 | appveyor.yml | appveyor.yml | version: '1.0.{build}'
configuration:
- Debug
- Release
platform: Any CPU
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
bu... | version: '1.0.{build}'
configuration:
- Debug
- Release
platform: Any CPU
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
bu... | Fix - Incorrect reference to tests project.json. | Fix - Incorrect reference to tests project.json.
| YAML | apache-2.0 | jdevillard/JmesPath.Net |
12e85828f0031c896afe8dbb95e95bbd7ff8df3f | appveyor.yml | appveyor.yml | build: false
environment:
matrix:
- PYTHON: "C:/Python27"
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy mingw-w64-x86_64-ca-certificates ca-certificate... | build: false
environment:
matrix:
- PYTHON: "C:/Python27"
install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pip.exe install tox"
test_script:
- "... | Clone test repo before testing | Clone test repo before testing
| YAML | mit | rtfd/sphinx-autoapi,rtfd/sphinx-autoapi,rtfd/sphinx-autoapi,rtfd/sphinx-autoapi |
0ebfcf8e315763778ba4aa4eaa91677d1a329a68 | appveyor.yml | appveyor.yml | version: {build}
build: false
environment:
matrix:
- PYTHON: "C:\\Python26"
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- "%PYTHON%/Scripts/pip.exe install -e ."
- "%PYTHON%/S... | version: "#{build}"
build: false
environment:
matrix:
- PYTHON: "C:\\Python26"
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- "%PYTHON%/Scripts/pip.exe install -e ."
- "%PYTHON... | Fix Appveyor build string format | Fix Appveyor build string format
| YAML | mit | Yegorov/http-prompt,eliangcs/http-prompt |
53b79fbefe6d118f88e5ab67fd99cdf91db8aae8 | appveyor.yml | appveyor.yml | environment:
matrix:
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "Python 3.4 x86"
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "Python 3.5 x86"
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "Python 3.4 x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "Py... | environment:
matrix:
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "Python 3.4 x86"
IMAGEMAGICK_PLATFORM: "--x86"
- PYTHON: "C:\\Python35"
PYTHON_VERSION: "Python 3.5 x86"
IMAGEMAGICK_PLATFORM: "--x86"
- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "Python 3.4 x64"
DISTUTILS... | Install x86 ImageMagick version for x86 python versions | Install x86 ImageMagick version for x86 python versions
| YAML | mit | gpailler/AtlassianBot |
ea642f6e1dc7930ecc8f44fd310ae85c0639dbee | appveyor.yml | appveyor.yml | version: "{build}"
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\github.com\mholt\caddy
environment:
GOPATH: c:\gopath
install:
- go get golang.org/x/tools/cmd/vet
- echo %PATH%
- echo %GOPATH%
- go version
- go env
- go get -d ./...
build_script:
- go vet ./...
- go test ./... | version: "{build}"
os: Windows Server 2012 R2
clone_folder: c:\gopath\src\github.com\mholt\caddy
environment:
GOPATH: c:\gopath
install:
- go get golang.org/x/tools/cmd/vet
- echo %GOPATH%
- go version
- go env
- go get -d ./...
build_script:
- go vet ./...
- go test ./... | Remove PATH from build output | Remove PATH from build output
| YAML | apache-2.0 | yukimochi/caddy,mem/caddy,tpng/caddy,hackintoshrao/caddy,pedronasser/caddy,elcore/caddy,hackintoshrao/caddy,DenBeke/caddy,ollie314/caddy,mem/caddy,tw4452852/caddy,buddhamagnet/caddy,dusty/caddy,DenBeke/caddy,pedronasser/caddy,buddhamagnet/caddy,devangels/caddy,tgulacsi/caddy,buddhamagnet/caddy,tpng/caddy,Karthic-Hackin... |
d75da185a4ba69665a29658283daaaf01e855f50 | appveyor.yml | appveyor.yml | build: false
environment:
global:
BINSTAR_USER: menpo
BINSTAR_KEY:
secure: fyETJrtllCxpbmu5FLz5KVnRW1qLEfSmZa5GVSIzoWEPejhD/a2kWdhbhRYj1rTj
matrix:
- PYTHON_VERSION: 2.7
- PYTHON_VERSION: 3.5
platform:
- x86
- x64
init:
- ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo... | build: false
environment:
global:
BINSTAR_USER: menpo
BINSTAR_KEY:
secure: fyETJrtllCxpbmu5FLz5KVnRW1qLEfSmZa5GVSIzoWEPejhD/a2kWdhbhRYj1rTj
matrix:
- PYTHON_VERSION: 2.7
- PYTHON_VERSION: 3.5
platform:
- x86
- x64
init:
- ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo... | Remove test reporting in Appveyor | Remove test reporting in Appveyor
| YAML | bsd-3-clause | nontas/menpowidgets,nontas/menpowidgets,nontas/menpowidgets |
f7dbea975efcfb294be7e59b8af8b15a187da695 | appveyor.yml | appveyor.yml | version: '{build}'
clone_folder: c:\projects\cactusjump
# Build worker image (VM template)
image: Visual Studio 2015
configuration:
- Release
- Debug
platform:
- x86
cache:
- build/googletest-source
- build/googletest-download
environment:
matrix:
- arch: Win32
before_build:
- cmd: mkdir build && cd bu... | version: '{build}'
clone_folder: c:\projects\cactusjump
# Build worker image (VM template)
image: Visual Studio 2015
configuration:
- Release
- Debug
cache:
- build/googletest-source
- build/googletest-download
before_build:
- cmd: mkdir build && cd build && cmake --version && cmake ..
build:
project: c:\... | Remove more optional things to try to get it to work | Remove more optional things to try to get it to work
| YAML | unlicense | Mindavi/CactusJump,Mindavi/CactusJump,Mindavi/CactusJump |
253d8bed6b51002b755b2670aacdb783fb114347 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- PHANTOM_SRC: "npm"
- PHANTOM_SRC: "chocolatey"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of io.js
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 2)
- npm version
- npm install
# Insta... | # http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- PHANTOM_SRC: "npm"
- PHANTOM_SRC: "chocolatey"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of nodejs
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild 4)
- npm version
- npm install
# Inst... | Use nodejs 4 on Windows | Use nodejs 4 on Windows
| YAML | mit | paulot/testem,bradleylandis/testem,paulot/testem,bradleylandis/testem,fotinakis/testem,Addepar/testem,testem/testem,Addepar/testem,johanneswuerbach/testem,fotinakis/testem,paulot/testem,johanneswuerbach/testem,Addepar/testem,testem/testem,Addepar/testem,johanneswuerbach/testem,bradleylandis/testem,fotinakis/testem,test... |
491814ab1d520e3a53806e3286db29cbe3a228b7 | appveyor.yml | appveyor.yml | # http://www.appveyor.com/docs/appveyor-yml
clone_depth: 10
# 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: "4"
- nodejs_version: "8"
# Install scripts. (runs after ... | # http://www.appveyor.com/docs/appveyor-yml
clone_depth: 10
# 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: "6"
- nodejs_version: "8"
# Install scripts. (runs after ... | Switch AppVeyor to test on Node 6 & 8 instead of 4 | Switch AppVeyor to test on Node 6 & 8 instead of 4
npm 2 included with Node 4 causes problems in tests.
| YAML | mit | mgol/check-dependencies,mzgol/check-dependencies |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.