commit
stringlengths 40
40
| old_file
stringlengths 4
237
| new_file
stringlengths 4
237
| old_contents
stringlengths 1
4.24k
| new_contents
stringlengths 1
4.87k
| subject
stringlengths 15
778
| message
stringlengths 15
8.75k
| lang
stringclasses 266
values | license
stringclasses 13
values | repos
stringlengths 5
127k
|
---|---|---|---|---|---|---|---|---|---|
00a6c05f4d7fc2a79093a47496a76a59d2fc6624
|
roles/keitaro.db_restore/tasks/main.yml
|
roles/keitaro.db_restore/tasks/main.yml
|
- name: Restore DB from sql dump
shell:
mysql --user={{ db_user }} --password={{ db_password }} {{ db_name }} < '{{ db_restore_path }}'
|
- name: Restore DB from sql dump
shell: mysql --user={{ db_user }} --password={{ db_password }} {{ db_name }} < '{{ db_restore_path }}'
args:
chdir: ../
|
Fix issue with specifying related path to dump
|
Fix issue with specifying related path to dump
|
YAML
|
mit
|
keitarocorp/centos_provision,keitarocorp/centos_provision
|
12f8a50735de3a504ae33d13037091c9e4ff1034
|
config/search.yml
|
config/search.yml
|
site_name: Mapzen Search
docs_dir: src/search
site_dir: dist/search
pages:
- Home: index.md
- 'Get started': 'get-started.md'
- 'Add search to a map': 'add-search-to-a-map.md'
- 'API keys and rate limits': 'api-keys-rate-limits.md'
- 'Search': 'search.md'
- 'Reverse geocoding': 'reverse.md'
- 'Autocomplete': 'autocomplete.md'
- 'Place': 'place.md'
- 'API responses': 'response.md'
- 'Data sources': 'data-sources.md'
- 'Load data from the browser': 'use-cors.md'
- 'Terminology': 'glossary.md'
- 'HTTP status codes': 'http-status-codes.md'
- 'Transition from Pelias beta': 'transition-from-beta.md'
extra:
site_subtitle: 'Find places and addresses with this geographic search service built on open tools and open data.'
#'High-performance geocoding and place search service'
project_repo_url: https://github.com/pelias/
docs_base_url: https://github.com/mapzen/mapzen-docs/tree/master/search
|
site_name: Mapzen Search
docs_dir: src/search
site_dir: dist/search
pages:
- Home: index.md
- 'Get started': 'get-started.md'
- 'Add search to a map': 'add-search-to-a-map.md'
- 'API keys and rate limits': 'api-keys-rate-limits.md'
- 'Search': 'search.md'
- 'Reverse geocoding': 'reverse.md'
- 'Autocomplete': 'autocomplete.md'
- 'Place': 'place.md'
- 'API responses': 'response.md'
- 'Data sources': 'data-sources.md'
- 'Load data from the browser': 'use-cors.md'
- 'Terminology': 'glossary.md'
- 'HTTP status codes': 'http-status-codes.md'
- 'Transition from Pelias beta': 'transition-from-beta.md'
extra:
site_subtitle: 'Find places and addresses with this geographic search service built on open tools and open data.'
#'High-performance geocoding and place search service'
project_repo_url: https://github.com/pelias/
docs_base_url: https://github.com/pelias/pelias-doc
|
Change repo to pelias org
|
Change repo to pelias org
|
YAML
|
mit
|
mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/documentation
|
5e9dcde5b9554001880ce1637cec61460d0d3c1b
|
.github/workflows/main-openjdk_lts-linux.yml
|
.github/workflows/main-openjdk_lts-linux.yml
|
name: main-openjdk_lts-linux
on:
push:
branches: [ develop, feature/*, release/* ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build
run: mvn --errors clean verify site
- name: Coverage
uses: codecov/codecov-action@v1
with:
file: com.io7m.jwhere.tests/target/site/jacoco/jacoco.xml
|
name: main-openjdk_lts-linux
on:
push:
branches: [ develop, feature/*, release/* ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build
run: mvn --errors clean verify site
- name: Coverage
uses: codecov/codecov-action@v1
with:
file: com.io7m.jwhere.tests/target/site/jacoco/jacoco.xml
|
Use correct JDK version in GH Actions
|
Use correct JDK version in GH Actions
|
YAML
|
isc
|
io7m/jwhere
|
ab5d935aaf029c57f6d6f8369d4c88062100fcb9
|
conda-recipe/meta.yaml
|
conda-recipe/meta.yaml
|
package:
name: bcbio-nextgen
version: '0.7.7a'
build:
number: 1
source:
git_url: https://github.com/chapmanb/bcbio-nextgen.git
requirements:
build:
- python
- setuptools
run:
- python
- setuptools
- argparse [py26]
- biopython
- ipython
- ipython-cluster-helper
- logbook
- lxml
- pysam
- pyyaml
- pyzmq
- requests
- tornado
test:
imports:
- bcbio.distributed.ipython
- bcbio.distributed.messaging
- bcbio.pipeline.main
- bcbio.provenance.do
about:
home: https://github.com/chapmanb/bcbio-nextgen
license: MIT
|
package:
name: bcbio-nextgen
version: '0.7.7a'
build:
number: 1
source:
git_url: https://github.com/chapmanb/bcbio-nextgen.git
requirements:
build:
- python
- setuptools
run:
- python
- setuptools
- argparse [py26]
- biopython
- ipython
- ipython-cluster-helper
- logbook
- lxml
- pysam
- pyyaml
- pyzmq
- requests
- tornado
test:
imports:
- bcbio.distributed.ipython
- bcbio.distributed.multi
- bcbio.pipeline.main
- bcbio.provenance.do
about:
home: https://github.com/chapmanb/bcbio-nextgen
license: MIT
|
Update import tests for conda package with new parallel structure
|
Update import tests for conda package with new parallel structure
|
YAML
|
mit
|
lbeltrame/bcbio-nextgen,fw1121/bcbio-nextgen,biocyberman/bcbio-nextgen,elkingtonmcb/bcbio-nextgen,vladsaveliev/bcbio-nextgen,vladsaveliev/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen,brainstorm/bcbio-nextgen,fw1121/bcbio-nextgen,mjafin/bcbio-nextgen,verdurin/bcbio-nextgen,SciLifeLab/bcbio-nextgen,biocyberman/bcbio-nextgen,vladsaveliev/bcbio-nextgen,chapmanb/bcbio-nextgen,brainstorm/bcbio-nextgen,mjafin/bcbio-nextgen,verdurin/bcbio-nextgen,SciLifeLab/bcbio-nextgen,chapmanb/bcbio-nextgen,guillermo-carrasco/bcbio-nextgen,verdurin/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen,lpantano/bcbio-nextgen,a113n/bcbio-nextgen,guillermo-carrasco/bcbio-nextgen,hjanime/bcbio-nextgen,gifford-lab/bcbio-nextgen,brainstorm/bcbio-nextgen,biocyberman/bcbio-nextgen,gifford-lab/bcbio-nextgen,lpantano/bcbio-nextgen,elkingtonmcb/bcbio-nextgen,lbeltrame/bcbio-nextgen,gifford-lab/bcbio-nextgen,hjanime/bcbio-nextgen,lpantano/bcbio-nextgen,elkingtonmcb/bcbio-nextgen,hjanime/bcbio-nextgen,fw1121/bcbio-nextgen,a113n/bcbio-nextgen,a113n/bcbio-nextgen,guillermo-carrasco/bcbio-nextgen,lbeltrame/bcbio-nextgen,chapmanb/bcbio-nextgen,SciLifeLab/bcbio-nextgen,mjafin/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen
|
b4026944926c8b580399ba8fb47e405d10543879
|
conf/vagrant_local.yml
|
conf/vagrant_local.yml
|
name: wundertools
hostname: local.wundertools.com
mem: 2000
cpus: 2
ip: 192.168.10.177
box: "geerlingguy/centos7"
#Check for newer box versions here: https://atlas.hashicorp.com/geerlingguy/boxes/centos7
#Box version is used for Virtualboxes only. VMWare does not have problems with the latest versions at this time
box_version: 1.2.0
# optional host aliases
aliases: local.alias.wundertools.com local.alias2.wundertools.com docs.local.wundertools.com
# Uncomment to enable ssh-agent forwarding to vagrant box
# Enables you to use your host keys from inside the box to access remotes
#ssh_forward_agent: true
|
name: wundertools
hostname: local.wundertools.com
mem: 2000
cpus: 2
ip: 192.168.10.178
box: "geerlingguy/centos7"
#Check for newer box versions here: https://atlas.hashicorp.com/geerlingguy/boxes/centos7
#Box version is used for Virtualboxes only. VMWare does not have problems with the latest versions at this time
box_version: 1.2.0
# optional host aliases
aliases: local.alias.wundertools.com local.alias2.wundertools.com docs.local.wundertools.com
# Uncomment to enable ssh-agent forwarding to vagrant box
# Enables you to use your host keys from inside the box to access remotes
#ssh_forward_agent: true
|
Increment IP for local FSA setup
|
Increment IP for local FSA setup
|
YAML
|
mit
|
wunderkraut/WunderTools,wunderkraut/WunderTools,wunderkraut/WunderTools
|
ca43f1e8036180cc666872c8734a952725421737
|
.github/workflows/CI.yml
|
.github/workflows/CI.yml
|
name: CI
on:
push:
branches: [ master, development ]
pull_request:
branches: [ master, development ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
|
name: "GRDB CI"
on:
push:
branches:
- master
- development
paths:
- 'GRDB/**'
- 'Tests/**'
- '.github/workflows/**'
- 'Package.swift'
pull_request:
paths:
- 'GRDB/**'
- 'Tests/**'
- '.github/workflows/**'
- 'Package.swift'
concurrency:
group: ${{ github.ref_name }}
cancel-in-progress: true
jobs:
macOS:
name: Test macOS, All Xcodes and Swifts
runs-on: ${{ matrix.runsOn }}
env:
DEVELOPER_DIR: "/Applications/${{ matrix.xcode }}/Contents/Developer"
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
include:
- xcode: "Xcode_13.3.1.app"
runsOn: macOS-12
name: "macOS 12, Xcode 13.3.1, Swift 5.6"
shell: "/bin/zsh {0}"
- xcode: "Xcode_13.2.1.app"
runsOn: macOS-11
name: "macOS 11, Xcode 13.2.1, Swift 5.5.2"
shell: "/bin/zsh {0}"
- xcode: "Xcode_13.1.app"
runsOn: macOS-11
name: "macOS 11, Xcode 13.1, Swift 5.5.1"
shell: "/bin/zsh {0}"
- xcode: "Xcode_13.0.app"
runsOn: macOS-11
name: "macOS 11, Xcode 13.0, Swift 5.5.0"
shell: "/bin/zsh {0}"
- xcode: "Xcode_12.5.1.app"
runsOn: macOS-11
name: "macOS 11, Xcode 12.5.1, Swift 5.4"
shell: "/bin/zsh {0}"
- xcode: "Xcode_12.4.app"
runsOn: macOS-10.15
name: "macOS 10.15, Xcode 12.4, Swift 5.3"
shell: "/bin/zsh {0}"
steps:
- uses: actions/checkout@v2
- name: ${{ matrix.name }}
run: make test_framework_GRDBOSX_maxSwift
|
Test macOS, All Xcodes and Swifts
|
Test macOS, All Xcodes and Swifts
|
YAML
|
mit
|
groue/GRDB.swift,groue/GRDB.swift,groue/GRDB.swift,groue/GRDB.swift
|
54f2bda17cb565c3c5541a5925f371c2cd45dd3c
|
.github/workflows/cd.yml
|
.github/workflows/cd.yml
|
name: Upload PyPI Package
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
pip install -e .
- name: Verify tag and version match
run: |
python setup.py verify
- name: Create source distribution
run: |
python setup.py sdist
- name: Create wheel
run: |
python setup.py bdist_wheel
- name: Upload built artifacts to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{secrets.PYPI_API_TOKEN}}
run: |
twine upload dist/*
|
name: Upload PyPI Package
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev-requirements.txt
pip install -e .
- name: Verify tag and version match
run: |
python setup.py verify
- name: Create source distribution
run: |
python setup.py sdist
- name: Create wheel
run: |
python setup.py bdist_wheel
- name: Upload built artifacts to PyPI
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{secrets.PYPI_API_TOKEN}}
run: |
twine upload dist/*
|
Update deploy workflow to use Python 3.9
|
Update deploy workflow to use Python 3.9
|
YAML
|
mit
|
sedders123/phial
|
323986ccafb63183245dc86ac53dce1a55077eb8
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18-ea ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Configure JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
- name: Build
run: ./gradlew build
|
name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18-ea ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Configure JDK ${{ matrix.java-version }}
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
cache: gradle
- name: Build
run: ./gradlew build --no-daemon
|
BUILD remove Java 6/7 from GitHub Actions build matrix: they require older versions of Gradle
|
BUILD remove Java 6/7 from GitHub Actions build matrix: they require older versions of Gradle
|
YAML
|
apache-2.0
|
remkop/picocli,remkop/picocli,remkop/picocli,remkop/picocli
|
4eea74802634ca2ee82b51126e23a38c8c86bd7c
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: Python package
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get -y install plantuml
python -m pip install --upgrade pip
pip install pytest
pip install --upgrade setuptools
pip install pytest pre-commit
pip install -c requirements.txt -e .[tests,sphinx,svgsupport,aafiguresupport,mathsupport,rawhtmlsupport]
- name: Lint
run: |
pre-commit run --all-files --show-diff-on-failure
if: matrix.python-version == '3.8'
- name: Test with pytest
run: |
pytest -v
|
name: Python package
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get -y install plantuml
python -m pip install --upgrade pip
pip install pytest
pip install --upgrade setuptools
pip install pytest pre-commit
pip install -c requirements.txt -e .[tests,sphinx,svgsupport,aafiguresupport,mathsupport,rawhtmlsupport]
- name: Lint
run: |
pre-commit run --all-files --show-diff-on-failure
if: matrix.python-version == '3.8'
- name: Test with pytest
continue-on-error: true
run: |
pytest -v
- name: Archive test output
uses: actions/upload-artifact@v2
with:
name: failed-tests
path: rst2pdf/tests/output
retention-days: 8
|
Store test outputs, even if the test job fails, for a few days
|
Store test outputs, even if the test job fails, for a few days
|
YAML
|
mit
|
rst2pdf/rst2pdf,rst2pdf/rst2pdf
|
b0a7f87d9c0727c36ef265fb6c48a904d6f8ace6
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
steps:
- uses: actions/checkout@v2
- name: Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Python dependencies
run: |
python -mpip install -r requirements.txt
python -mpip install tox
python -mpip install .
- name: tox
run: |
python -mtox
if: ${{ matrix.python-version != '3.5' }}
- name: tox (Python 3.5)
run: |
python -mtox
env:
TOX_SKIP_ENV: black
if: ${{ matrix.python-version == '3.5' }}
|
name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
steps:
- uses: actions/checkout@v2
- name: Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Python dependencies
run: |
python -mpip install -r requirements.txt
python -mpip install tox
python -mpip install .
- name: tox
run: |
python -mtox
if: ${{ matrix.python-version != '3.5' }}
- name: tox (Python 3.5)
run: |
python -mtox
env:
TOX_SKIP_ENV: black
if: ${{ matrix.python-version == '3.5' }}
|
Rename master branch to main
|
Rename master branch to main
|
YAML
|
mpl-2.0
|
rfinnie/2ping,rfinnie/2ping
|
d6798e770a1faeea13fb59cfce6527523c0839b2
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
on:
- pull_request
- push
name: CI
jobs:
run:
name: Tests
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: json, dom
- name: Install dependencies with composer
run: composer install
- name: Run tests
run: make test
|
on:
- pull_request
- push
name: CI
jobs:
run:
name: Tests
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: json, dom
- name: Install dependencies with composer
run: composer install
- name: Run tests
run: make test
|
Test in 7.1 -> 8.0
|
Test in 7.1 -> 8.0
|
YAML
|
mit
|
donatj/mddoc
|
c9002b05d6169580e7ed9bb028cf4e5c3e0f4300
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: lovelace-website CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Build Docker container
run: |
cd src/
docker-compose build
- name: Run Docker container
run: |
cd src/
docker-compose up
|
name: lovelace-website CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: |
cd src/
pip install --upgrade pip
pip install -r requirements.txt
- name: Build Docker container
run: |
cd src/
docker-compose build
- name: Run Docker container
run: |
cd src/
docker-compose up
|
Change dir to find requirements.txt
|
Change dir to find requirements.txt
|
YAML
|
mit
|
project-lovelace/lovelace-website,project-lovelace/lovelace-website,project-lovelace/lovelace-website
|
60746d7ee78e1958c1910709c8d409d27246c35b
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 2.5
- 2.6
- 2.7
- '3.0'
- 3.1
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
|
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 2.7
- '3.0'
- 3.1
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
|
Drop Ruby 2.5, 2.6. EOL.
|
CI: Drop Ruby 2.5, 2.6. EOL.
Also update the checkout Action.
|
YAML
|
mit
|
barsoom/banktools-dk,barsoom/banktools-dk
|
495a41ddab20853a6cb91b9b55288b9cc52e82ae
|
src/glide.yaml
|
src/glide.yaml
|
package: github.com/NAExpire/API
import:
- package: github.com/gorilla/mux
version: ~1.3.0
|
package: github.com/NAExpire/API
import:
- package: github.com/gorilla/mux
version: ~1.3.0
- package: github.com/go-sql-driver/mysql
version: ^1.3.0
|
Add SQL driver to dependencies
|
Add SQL driver to dependencies
|
YAML
|
mit
|
NaExpire/API
|
556042ef5c650367b89cab8e9ead01806789cff2
|
deployment_scripts/detach-keystone/tasks/keystone-hiera-override-tasks.yaml
|
deployment_scripts/detach-keystone/tasks/keystone-hiera-override-tasks.yaml
|
- id: keystone-hiera-override
type: puppet
groups: [primary-controller, controller, primary-keystone, keystone]
requires: [globals]
required_for: [logging]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/detach-keystone/hiera-override.pp
puppet_modules: /etc/puppet/modules
timeout: 120
|
- id: keystone-hiera-override
type: puppet
groups: [primary-controller, controller, primary-keystone, keystone, cinder,
cinder-vmware, compute, ceph-osd, primary-mongo, mongo]
requires: [globals]
required_for: [logging]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/detach-keystone/hiera-override.pp
puppet_modules: /etc/puppet/modules
timeout: 120
|
Add hiera override task to all roles
|
Add hiera override task to all roles
|
YAML
|
apache-2.0
|
mattymo/detach-keystone,Barthalion/detach-keystone
|
c503c7ac219f5d08d16b8c9bd88950285eb71101
|
tasks/main.yml
|
tasks/main.yml
|
---
# tasks file for tmux
- name: tmux Debug
debug: >
msg="{{ item }}"
with_items:
# - "{{ tmux }}"
- "{{ ansible_pkg_mgr }}"
- "{{ ansible_os_family }}"
- include: apt_package.yml
when: ansible_pkg_mgr == 'apt'
- include: yum_package.yml
when: ansible_pkg_mgr == 'yum'
- include: homebrew_package.yml
when: ansible_os_family == 'Darwin'
- name: tmux - Ensure permissions on /usr/bin/tmux
file: >
path=/usr/bin/tmux
owner=root
group=root
mode=0755
|
---
# tasks file for tmux
- include: apt_package.yml
when: ansible_pkg_mgr == 'apt'
- include: yum_package.yml
when: ansible_pkg_mgr == 'yum'
- include: homebrew_package.yml
when: ansible_os_family == 'Darwin'
- name: tmux - Ensure permissions on /usr/bin/tmux
file: >
path=/usr/bin/tmux
owner=root
group=root
mode=0755
- name: "install tmux config for user: {{ item }}"
template: src=tmux.conf.j2 dest=~{{ item }}/.tmux.conf
with_items:
- tmux_users
tags:
- tmux_conf
|
Install default .tmux.conf for all tmux_users
|
Install default .tmux.conf for all tmux_users
|
YAML
|
mit
|
trinitronx/ansible-role-tmux,trinitronx/ansible-role-tmux
|
d6364128859bc7973125d1d2be9fa4d16419ef8a
|
packages/fx/fx.yaml
|
packages/fx/fx.yaml
|
homepage: https://github.com/nikita-volkov/fx
changelog-type: ''
hash: 658698461a6ccc856418e917910dbca06ec6860d523f306fdf7c6aaba624d95c
test-bench-deps: {}
maintainer: Nikita Volkov <[email protected]>
synopsis: Horizontally composable effects
changelog: ''
basic-deps:
base-prelude: ! '>=1 && <2'
base: ! '>=4.6 && <5'
transformers: ! '>=0.3 && <0.6'
all-versions:
- '0.7'
author: Nikita Volkov <[email protected]>
latest: '0.7'
description-type: haddock
description: ! 'This library provides for the horizontal composition of effects,
serving as an alternative
to the monad transformers stacking composition.
It is expected to be faster, but no comparison has been performed yet.'
license-name: MIT
|
homepage: https://github.com/nikita-volkov/fx
changelog-type: ''
hash: f5a7698bd1f541408f103fa33d795e666b260073818c1289383ea94956179038
test-bench-deps: {}
maintainer: Nikita Volkov <[email protected]>
synopsis: Horizontally composable effects
changelog: ''
basic-deps:
base: ! '>=4.10 && <5'
all-versions:
- '0.7'
- '0.10'
author: Nikita Volkov <[email protected]>
latest: '0.10'
description-type: haddock
description: ! 'This library provides for the horizontal composition of effects,
serving as an alternative
to the monad transformers stacking composition.
It is expected to be faster, but no comparison has been performed yet.'
license-name: MIT
|
Update from Hackage at 2018-01-05T15:40:58Z
|
Update from Hackage at 2018-01-05T15:40:58Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
d1d2c75b0e4841618d385186816e6c09a4fe8815
|
defaults/main.yml
|
defaults/main.yml
|
---
# You can override vars by using host or group vars
# ACTIVATE MONITOR_SECRET VARIABLE FOR NON-VAGRANT DEPLOYMENT
# monitor_secret:
cephx: true
# Rados Gateway options
# referenced in common role too.
radosgw: false
|
---
# You can override vars by using host or group vars
# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT
fsid: "{{ cluster_uuid.stdout }}"
# monitor_secret:
cephx: true
# Rados Gateway options
# referenced in common role too.
radosgw: false
|
Revert "Remove the fsid vars from mon and osd roles"
|
Revert "Remove the fsid vars from mon and osd roles"
This reverts commit 216c8e24c83a865a49798a7383fdda7e53b331cf.
|
YAML
|
apache-2.0
|
ceph/ansible-ceph-mon,staticfork/ansible-ceph-mon
|
92bc7603a2126a78f4341696a88cf569a03ffa04
|
defaults/main.yml
|
defaults/main.yml
|
---
apache:
ServerTokens: Prod
ServerSignature: "Off"
php:
modules:
20: mysql
expose_php: 'Off'
max_execution_time: '120'
memory_limit: '256M'
variables_order: 'EGPCS'
|
---
apache:
ServerTokens: Prod
ServerSignature: "Off"
php:
modules:
20: mysql
core:
expose_php: 'Off'
max_execution_time: '120'
memory_limit: '256M'
variables_order: 'EGPCS'
|
MOve PHP core settings to support dynamic override
|
MOve PHP core settings to support dynamic override
|
YAML
|
mit
|
Aplyca/ansible-role-lamp
|
d33bff95b44da05b426da8a6973212a550164ecf
|
test/fixtures/addresses.yml
|
test/fixtures/addresses.yml
|
chicago:
address1: '123 Main St.'
address2: 'Apt. 109'
city: 'Chicago'
state: 'IL'
zip: '60606'
home_phone: '312-555-1234'
alsip:
address1: '456 Maple Ave.'
city: 'Alsip'
state: 'IL'
zip: '60803'
home_phone: '708-111-2222'
tinley_park:
address1: '789 Oakland Pl.'
city: 'Tinley Park'
state: 'IL'
zip: '60477'
phone_only:
home_phone: '708-111-3333'
|
chicago:
address1: '123 Main St.'
address2: 'Apt. 109'
city: 'Chicago'
state: 'IL'
zip: '60606'
address_type: individual
home_phone: '312-555-1234'
alsip:
address1: '456 Maple Ave.'
city: 'Alsip'
state: 'IL'
zip: '60803'
address_type: individual
home_phone: '708-111-2222'
tinley_park:
address1: '789 Oakland Pl.'
city: 'Tinley Park'
state: 'IL'
address_type: individual
zip: '60477'
phone_only:
address_type: individual
home_phone: '708-111-3333'
|
Update the fixtures with address type information
|
Update the fixtures with address type information
|
YAML
|
mit
|
jwood/addressbook,jwood/addressbook,jwood/addressbook
|
fe9a7d5870687a979e1a9d5ebe714f03f3c84590
|
packages/di/ditto-lucid.yaml
|
packages/di/ditto-lucid.yaml
|
homepage: ''
changelog-type: ''
hash: 9e290d0c2d3da4045c85fb5974df5fa481c339571998679b99efbaa517b1a20d
test-bench-deps: {}
maintainer: [email protected]
synopsis: Add support for using lucid with Ditto
changelog: ''
basic-deps:
lucid: <3.0.0
ditto: ! '>=0.1.1.0 && <=0.2'
base: ! '>4.5 && <5'
text: ! '>=0.11 && <1.3'
path-pieces: -any
all-versions:
- 0.1.0.3
- 0.1.0.4
- 0.1.1.0
author: Jeremy Shaw, Zachary Churchill
latest: 0.1.1.0
description-type: haddock
description: Ditto is a library for building and validating forms using applicative
functors. This package add support for using ditto with lucid.
license-name: BSD-3-Clause
|
homepage: ''
changelog-type: ''
hash: db73ca552737e4e39f40db6d76e715df6808e4e70df8d0b35c677037df227527
test-bench-deps: {}
maintainer: [email protected]
synopsis: Add support for using lucid with Ditto
changelog: ''
basic-deps:
lucid: <3.0.0
ditto: ! '>=0.1.1.0 && <=0.2'
base: ! '>4.5 && <5'
text: ! '>=0.11 && <1.3'
path-pieces: -any
all-versions:
- 0.1.0.3
- 0.1.0.4
- 0.1.1.0
- 0.1.1.1
author: Jeremy Shaw, Zachary Churchill
latest: 0.1.1.1
description-type: haddock
description: Ditto is a library for building and validating forms using applicative
functors. This package add support for using ditto with lucid.
license-name: BSD-3-Clause
|
Update from Hackage at 2019-07-22T18:15:43Z
|
Update from Hackage at 2019-07-22T18:15:43Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
db6bbc428d87d207241c43dba434946e9fe2b709
|
packages/ne/network-run.yaml
|
packages/ne/network-run.yaml
|
homepage: ''
changelog-type: markdown
hash: e625dfb65dfefaae30309cc8e9761213cb246b38b2d8d17d20b44a5acdcc05df
test-bench-deps: {}
maintainer: [email protected]
synopsis: Simple network runner library
changelog: |
# Revision history for network-run
## 0.0.0
* First version.
basic-deps:
bytestring: -any
base: '>=4 && <5'
network: '>=3.1.0'
all-versions:
- 0.0.0
- 0.0.1
- 0.1.0
- 0.2.0
- 0.2.1
- 0.2.2
- 0.2.3
author: Kazu Yamamoto
latest: 0.2.3
description-type: haddock
description: Simple functions to run network clients and servers.
license-name: BSD-3-Clause
|
homepage: ''
changelog-type: markdown
hash: 7dbb06def522dab413bce4a46af476820bffdff2071974736b06f52f4ab57c96
test-bench-deps: {}
maintainer: [email protected]
synopsis: Simple network runner library
changelog: |
# Revision history for network-run
## 0.0.0
* First version.
basic-deps:
bytestring: -any
base: '>=4 && <5'
network: '>=3.1.0'
all-versions:
- 0.0.0
- 0.0.1
- 0.1.0
- 0.2.0
- 0.2.1
- 0.2.2
- 0.2.3
- 0.2.4
author: Kazu Yamamoto
latest: 0.2.4
description-type: haddock
description: Simple functions to run network clients and servers.
license-name: BSD-3-Clause
|
Update from Hackage at 2020-08-18T02:32:19Z
|
Update from Hackage at 2020-08-18T02:32:19Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
21691dd6ad031d5a20c8ad51bae7e226c7de5dd3
|
packages/ne/network-run.yaml
|
packages/ne/network-run.yaml
|
homepage: ''
changelog-type: markdown
hash: a564d38794de13c3f3c7a193776f6723eb1c9587eefc625a64e1660d1d8d5b48
test-bench-deps: {}
maintainer: [email protected]
synopsis: Simple network runner library
changelog: |
# Revision history for network-run
## 0.0.0
* First version.
basic-deps:
base: ! '>=4 && <5'
network: ! '>=3.1.1'
all-versions:
- 0.0.0
author: Kazu Yamamoto
latest: 0.0.0
description-type: haddock
description: Simple functions to run network clients and servers.
license-name: BSD-3-Clause
|
homepage: ''
changelog-type: markdown
hash: 328987ff93c78bf820e3f88d51edce74869f89b87aae6c4cf5f698caa20d5e40
test-bench-deps: {}
maintainer: [email protected]
synopsis: Simple network runner library
changelog: |
# Revision history for network-run
## 0.0.0
* First version.
basic-deps:
base: ! '>=4 && <5'
network: ! '>=3.1.0'
all-versions:
- 0.0.0
- 0.0.1
author: Kazu Yamamoto
latest: 0.0.1
description-type: haddock
description: Simple functions to run network clients and servers.
license-name: BSD-3-Clause
|
Update from Hackage at 2019-08-01T04:00:01Z
|
Update from Hackage at 2019-08-01T04:00:01Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
c55e44c157a092752b4ce588ca403b6d880739d8
|
packages/ye/yesod-table.yaml
|
packages/ye/yesod-table.yaml
|
homepage: https://github.com/andrewthad/yesod-table
changelog-type: ''
hash: 725768abd426045f48565cd681a293c73673b6ac6285a6240ef604ad00ecb378
test-bench-deps: {}
maintainer: [email protected]
synopsis: HTML tables for Yesod
changelog: ''
basic-deps:
yesod-core: ! '>=1.2'
base: ==4.7.*
text: ! '>=1.0'
containers: ! '>=0.3.0.0'
contravariant: ! '>=1.0'
all-versions:
- '0.1.0.0'
- '0.1.1'
author: Andrew Martin
latest: '0.1.1'
description-type: haddock
description: HTML tables for Yesod
license-name: MIT
|
homepage: https://github.com/andrewthad/yesod-table
changelog-type: ''
hash: f0e975d57fd7bdf260f707521a19f47fbb48924e7b41fca31d4d32e6e7b93cd4
test-bench-deps: {}
maintainer: [email protected]
synopsis: HTML tables for Yesod
changelog: ''
basic-deps:
yesod-core: ! '>=1.2'
base: ! '>=4.3 && <=5.0'
text: ! '>=1.0'
containers: ! '>=0.3.0.0'
contravariant: ! '>=1.0'
all-versions:
- '0.1.0.0'
- '0.1.1'
- '0.1.2'
author: Andrew Martin
latest: '0.1.2'
description-type: haddock
description: HTML tables for Yesod
license-name: MIT
|
Update from Hackage at 2015-06-15T18:31:43+0000
|
Update from Hackage at 2015-06-15T18:31:43+0000
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
f62a9aeaba6a0d3559d0f061b6c9daf0e1266768
|
.github/workflows/main.yml
|
.github/workflows/main.yml
|
name: CIFuzz
on: [pull_request]
jobs:
Fuzzing:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'jsonschema'
dry-run: false
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'jsonschema'
fuzz-seconds: 30
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v1
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts
|
name: CIFuzz
on: [pull_request]
jobs:
Fuzzing:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'jsonschema'
dry-run: false
continue-on-error: true
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'jsonschema'
fuzz-seconds: 30
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v1
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts
|
Move continue-on-error to build step.
|
Move continue-on-error to build step.
|
YAML
|
mit
|
Julian/jsonschema,python-jsonschema/jsonschema,Julian/jsonschema
|
383fb7e6e65c100345fb2cadcab693c52ac6fa4b
|
.github/workflows/main.yml
|
.github/workflows/main.yml
|
# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Run makefile for test, linting and security evaluation
- name: Linting
run: |
make auto_format
make lint_test
- name: Unit Tests
run: make unit_test
- name: Security Scan
run: make security_scan
|
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install requirements
run: make setup
- name: Linting
run: |
make auto_format
make lint_test
- name: Unit Tests
run: make unit_test
- name: Security Scan
run: make security_scan
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install requirements
run: make setup
- name: Build
run: echo TO DO - make pypi package.
|
Add setup to CI workflow
|
Add setup to CI workflow
|
YAML
|
apache-2.0
|
nzlosh/err-stackstorm,nzlosh/err-stackstorm,nzlosh/err-stackstorm
|
ebc98cf436b8fa95fbac641c17a393c2bef859f5
|
.github/workflows/main.yml
|
.github/workflows/main.yml
|
name: Continuous Integration
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [i686, x86_64]
fail-fast: false
env:
ARCH: ${{ matrix.arch }}
steps:
- uses: actions/checkout@v2
- name: Install toolchain dependencies
run: sudo apt-get -qy install bison flex libgmp-dev libmpfr-dev libmpc-dev texinfo grub-pc-bin xorriso
- name: Set PATH
run: echo ~/dennix-toolchain/bin >> $GITHUB_PATH
- name: Check for toolchain versions
run: echo "$(git ls-remote https://github.com/dennis95/dennix-binutils.git HEAD | cut -c 1-40)-$(git ls-remote https://github.com/dennis95/dennix-gcc.git HEAD | cut -c 1-40)" > toolchain-commit
- name: Cache cross toolchain
uses: actions/cache@v2
id: cache
with:
path: ~/dennix-toolchain
key: toolchain-${{ matrix.arch }}-${{ hashFiles('toolchain-commit') }}
- name: Install cross toolchain
if: steps.cache.outputs.cache-hit != 'true'
run: make install-toolchain
- name: Build
run: make
|
name: Continuous Integration
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [i686, x86_64]
fail-fast: false
env:
ARCH: ${{ matrix.arch }}
steps:
- uses: actions/checkout@v2
- name: Install toolchain dependencies
run: sudo apt-get -qy install bison flex libgmp-dev libmpfr-dev libmpc-dev texinfo grub-pc-bin xorriso mtools
- name: Set PATH
run: echo ~/dennix-toolchain/bin >> $GITHUB_PATH
- name: Check for toolchain versions
run: echo "$(git ls-remote https://github.com/dennis95/dennix-binutils.git HEAD | cut -c 1-40)-$(git ls-remote https://github.com/dennis95/dennix-gcc.git HEAD | cut -c 1-40)" > toolchain-commit
- name: Cache cross toolchain
uses: actions/cache@v2
id: cache
with:
path: ~/dennix-toolchain
key: toolchain-${{ matrix.arch }}-${{ hashFiles('toolchain-commit') }}
- name: Install cross toolchain
if: steps.cache.outputs.cache-hit != 'true'
run: make install-toolchain
- name: Build
run: make
|
Install mtools in Github Actions.
|
Install mtools in Github Actions.
|
YAML
|
isc
|
dennis95/dennix,dennis95/dennix,dennis95/dennix
|
5726884d5f14585aa3ff99afa3b65dcc179317bf
|
.github/workflows/ruby.yml
|
.github/workflows/ruby.yml
|
name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 1 * * SUN'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head' ]
steps:
- uses: actions/checkout@v2
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Lint files
run: bundle exec rubocop
- name: Run tests
run: bundle exec rake
|
name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 1 * * SUN'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: [ '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head' ]
steps:
- uses: actions/checkout@v2
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Lint files
run: bundle exec rubocop
- name: Run tests
run: bundle exec rake
|
Disable fail-fast with github CI
|
Disable fail-fast with github CI
Doesn't cancel all jobs when one failed
|
YAML
|
mit
|
johnf/pvoutput,johnf/pvoutput
|
49beb4f53458262ebdfec8e7bb10b96ff45874c6
|
.github/workflows/ruby.yml
|
.github/workflows/ruby.yml
|
name: Ruby
on:
push:
schedule:
- cron: '0 0 1 * *' # at 00:00 on the 1st of every month
jobs:
test:
name: '${{ matrix.os }}: ${{ matrix.ruby }}'
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
ruby: [ 2.4, 2.5, 2.6, 2.7, ruby-head, jruby, truffleruby ]
exclude:
- os: windows-latest
ruby: truffleruby
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: ruby -v
- run: bundle install --jobs 4 --retry 3
- run: bundle exec rake spec
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- run: ruby -v
- run: bundle install --jobs 4 --retry 3
- run: bundle exec rake rubocop
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- run: ruby -v
- run: gem build dyno_metadata
- run: gem install *.gem
|
name: Ruby
on:
push:
schedule:
- cron: '0 0 1 * *' # at 00:00 on the 1st of every month
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
ruby: [ 2.4, 2.5, 2.6, 2.7, '3.0', ruby-head, jruby, truffleruby ]
exclude:
- os: windows-latest
ruby: truffleruby
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: ruby -v
- run: bundle install --jobs 4 --retry 3
- run: bundle exec rake spec
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- run: ruby -v
- run: bundle install --jobs 4 --retry 3
- run: bundle exec rake rubocop
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- run: ruby -v
- run: gem build dyno_metadata
- run: gem install *.gem
|
Add Ruby 3.0 to test matrix
|
Add Ruby 3.0 to test matrix
Let Actions name the jobs automatically using the test matrix.
|
YAML
|
mit
|
dentarg/dyno_metadata
|
7f94c5dab6e0b8221985b2de927ca3b37c337221
|
.github/workflows/rust.yml
|
.github/workflows/rust.yml
|
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Aqua Security Trivy
uses: aquasecurity/[email protected]
|
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
feature: ["", "gcpkms", "awskms"]
steps:
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose --features ${{ matrix.feature }}
- name: Run tests
run: cargo test --verbose --features ${{ matrix.feature }}
- name: Aqua Security Trivy
uses: aquasecurity/[email protected]
|
Build kms features in Github Actions
|
Build kms features in Github Actions
|
YAML
|
apache-2.0
|
int08h/roughenough
|
5b0eb70055bbbba2c6b7d657f5ffde026ba2cafd
|
.github/workflows/test.yml
|
.github/workflows/test.yml
|
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# Checkout pull request HEAD commit instead of merge commit
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Test with pytest
run: |
pytest
|
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# Checkout pull request HEAD commit instead of merge commit
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: actions/setup-python@v2
- name: Install Python deps
run: |
pip install -r requirements-dev.txt
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Test with pytest
run: |
pytest
|
Add Python deps so that pyright can type check in pre-commit
|
Add Python deps so that pyright can type check in pre-commit
|
YAML
|
bsd-3-clause
|
joerick/pyinstrument,joerick/pyinstrument,joerick/pyinstrument,joerick/pyinstrument,joerick/pyinstrument,joerick/pyinstrument
|
606d1fdd9db1ea215514d63551a0d37535d41b6e
|
playbooks/base-test/pre.yaml
|
playbooks/base-test/pre.yaml
|
- hosts: all
roles:
- add-build-sshkey
- start-zuul-console
- use-cached-repos
- mirror-workspace-git-repos
- role: validate-host
# TODO(mordred) When we have site-local variables, these should go there
zuul_traceroute_host: git.openstack.org
zuul_image_manifest: /etc/dib-builddate.txt
- role: configure-mirrors
mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
- hosts: all
roles:
- add-build-sshkey
- start-zuul-console
- use-cached-repos
- mirror-workspace-git-repos
- role: validate-host
# TODO(mordred) When we have site-local variables, these should go there
zuul_traceroute_host: git.openstack.org
zuul_image_manifest: /etc/dib-builddate.txt
- role: configure-mirrors
mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
- role: fetch-zuul-cloner
destination: "/usr/zuul-env/bin/zuul-cloner"
repo_src_dir: "~/src/git.openstack.org"
|
Add fetch-zuul-cloner role to base-test job
|
Add fetch-zuul-cloner role to base-test job
Change-Id: I79f7cba77d2df9fd4019ff9f47c2f960bf34e544
Depends-On: Id1609ce069cce6018b53025b1bd148ad0c36ae13
|
YAML
|
apache-2.0
|
openstack-infra/project-config,openstack-infra/project-config
|
e935e5799dc208c10dedeabe54b2ee43bce4c538
|
.circleci/runner-values.yaml
|
.circleci/runner-values.yaml
|
fullnameOverride: "runner"
daemonSet: true
volumes:
- name: runner-tmp-dir
emptyDir:
medium: Memory
sizeLimit: "64Mi"
- name: docker-socket
hostPath:
path: /var/run/docker.sock
type: File
service:
port: 4597
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "4597"
containers:
- name: runner
image: cyberdojo/runner
securityContext:
readOnlyRootFilesystem: true
volumeMounts:
- name: runner-tmp-dir
mountPath: /tmp
readOnly: false
- mountPath: /var/run/docker.sock
name: docker-socket
resources:
requests:
cpu: 100m
memory: 64Mi
limits:
cpu: 250m
memory: 128Mi
livenessProbe:
path: /alive?
port: 4597
readinessProbe:
path: /ready?
port: 4597
initContainers: {}
envFromSecret: {}
nodeSelector: {}
affinity: {}
tolerations: []
|
fullnameOverride: "runner"
daemonSet: true
volumes:
- name: runner-tmp-dir
emptyDir:
medium: Memory
sizeLimit: "64Mi"
- name: docker-socket
hostPath:
path: /var/run/docker.sock
type: File
service:
port: 4597
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "4597"
containers:
- name: runner
image: cyberdojo/runner
securityContext:
readOnlyRootFilesystem: true
volumeMounts:
- name: runner-tmp-dir
mountPath: /tmp
readOnly: false
- mountPath: /var/run/docker.sock
name: docker-socket
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 100m
memory: 128Mi
livenessProbe:
path: /alive?
port: 4597
readinessProbe:
path: /ready?
port: 4597
initContainers: {}
envFromSecret: {}
nodeSelector: {}
affinity: {}
tolerations: []
|
Reduce k8s cpu limit so 3 replicas can be allocated on the nodes
|
Reduce k8s cpu limit so 3 replicas can be allocated on the nodes
|
YAML
|
bsd-2-clause
|
cyber-dojo/runner,cyber-dojo/runner
|
454b81df64ae4b01b5c524fad82c56f2b6fd7183
|
.github/workflows/nodejs.yml
|
.github/workflows/nodejs.yml
|
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,15.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install --no-package-lock
- name: npm ls
run: npm ls
- name: npm install nyc, prove, codecov
run: npm install -g nyc prove codecov
- name: npm test
run: nyc npm test
env:
CI: true
- name: generate codecov report
run: nyc report --reporter=text-lcov > coverage.lcov
- name: ship coverage to codecov
run: codecov --branch=${GITHUB_REF##*/}
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
|
name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install --no-package-lock
- name: npm ls
run: npm ls
- name: npm install nyc, prove, codecov
run: npm install -g nyc prove codecov
- name: npm test
run: nyc npm test
env:
CI: true
- name: generate codecov report
run: nyc report --reporter=text-lcov > coverage.lcov
- name: ship coverage to codecov
run: codecov --branch=${GITHUB_REF##*/}
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
|
Build with Node.js 16 on GitHub Actions.
|
Build with Node.js 16 on GitHub Actions.
|
YAML
|
mit
|
bigeasy/perhaps,bigeasy/perhaps
|
1d0d3e95fa65042cdfe0f53363a1a66704a04420
|
metadata/com.github.muellerma.coffee.yml
|
metadata/com.github.muellerma.coffee.yml
|
Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/mueller-ma/Coffee
IssueTracker: https://github.com/mueller-ma/Coffee/issues
Changelog: https://github.com/mueller-ma/Coffee/releases
AutoName: Coffee
RepoType: git
Repo: https://github.com/mueller-ma/Coffee.git
Builds:
- versionName: '1.2'
versionCode: 3
commit: '1.2'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.2'
CurrentVersionCode: 3
|
Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/mueller-ma/Coffee
IssueTracker: https://github.com/mueller-ma/Coffee/issues
Changelog: https://github.com/mueller-ma/Coffee/releases
AutoName: Coffee
RepoType: git
Repo: https://github.com/mueller-ma/Coffee.git
Builds:
- versionName: '1.2'
versionCode: 3
commit: '1.2'
subdir: app
gradle:
- yes
- versionName: '1.3'
versionCode: 4
commit: '1.3'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 4
|
Update Coffee to 1.3 (4)
|
Update Coffee to 1.3 (4)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
9d17f2b78c64388709117c2123d479ff427cb1b1
|
schemas/stsci.edu/asdf/core/integer-1.0.0.yaml
|
schemas/stsci.edu/asdf/core/integer-1.0.0.yaml
|
%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/asdf/core/integer-1.0.0"
title: Arbitrary precision integer value.
description: |
Represents an arbitrarily large integer value.
tag: "tag:stsci.edu:asdf/core/integer-1.0.0"
type: object
properties:
words:
$ref: "ndarray-1.0.0"
description: |
An array of unsigned 32-bit words representing the integer value, stored
as little endian (i.e. the first word of the array represents the least
significant bits of the integer value).
sign:
type: string
pattern: "^[+-]$"
description: |
String indicating whether the integer value is positive or negative.
required: [words, sign]
|
%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/asdf/core/integer-1.0.0"
title: Arbitrary precision integer value.
description: |
Represents an arbitrarily large integer value.
tag: "tag:stsci.edu:asdf/core/integer-1.0.0"
type: object
properties:
words:
$ref: "ndarray-1.0.0"
description: |
An array of unsigned 32-bit words representing the integer value, stored
as little endian (i.e. the first word of the array represents the least
significant bits of the integer value).
sign:
type: string
pattern: "^[+-]$"
description: |
String indicating whether the integer value is positive or negative.
string:
type: string
description: |
Optional string representation of the integer value. This field is only
intended to improve readability for humans, and therefore no assumptions
about format should be made by ASDF readers.
required: [words, sign]
|
Add optional string representation of integer for readability
|
Add optional string representation of integer for readability
|
YAML
|
bsd-3-clause
|
spacetelescope/asdf-standard
|
a2f7e019b98098ce3a0994f80d06040f6b3f5cc2
|
codeship-services.yml
|
codeship-services.yml
|
version: '2'
services:
db:
image: postgres
web:
build:
dockerfile: Dockerfile
image: registry.heroku.com/arxiv-vanity-ass/web
command: python -Wd manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "8000:8000"
links:
- db
environment:
DEBUG: "true"
SECRET_KEY: "not secure only use for development"
cached: true
dockercfg_generator:
image: codeship/heroku-dockercfg-generator
add_docker: true
encrypted_env_file: .codeship-heroku.env
|
version: '2'
services:
db:
image: postgres
web:
build:
dockerfile: Dockerfile
image: registry.heroku.com/arxiv-vanity-ass/web
links:
- db
environment:
SECRET_KEY: "not secure only use for development"
cached: true
dockercfg_generator:
image: codeship/heroku-dockercfg-generator
add_docker: true
encrypted_env_file: .codeship-heroku.env
|
Remove some settings from CI build
|
Remove some settings from CI build
|
YAML
|
apache-2.0
|
arxiv-vanity/arxiv-vanity,arxiv-vanity/arxiv-vanity,arxiv-vanity/arxiv-vanity,arxiv-vanity/arxiv-vanity
|
fad0b7eef2cf265aebdf5321c8203996145952d3
|
docker-compose.production.yml
|
docker-compose.production.yml
|
web:
container_name: {CONTAINER_NAME_WEB}
build: .
dockerfile: ./bin/docker/php5-6/Dockerfile
ports:
- "{PORT_WEB}:80"
env_file:
- ./bin/conf/production/hipay.env.sample
- ./bin/conf/production/mage.env.sample
- ./bin/conf/production/mysql.env.sample
mysql:
container_name: {CONTAINER_NAME_MYSQL}
image: mysql:5.6.23
ports:
- "{PORT_MYSQL}:3306"
env_file:
- ./bin/conf/production/mysql.env.sample
smtp:
container_name: {CONTAINER_NAME_SMTP}
ports:
- "{PORT_SMTP}:1080"
|
web:
container_name: {CONTAINER_NAME_WEB}
build: .
dockerfile: ./bin/docker/php5-6/Dockerfile
ports:
- "{PORT_WEB}:80"
env_file:
- ./bin/conf/production/hipay.env.sample
- ./bin/conf/production/mage.env.sample
- ./bin/conf/production/mysql.env.sample
labels:
- "com.hipay.github={label}"
mysql:
container_name: {CONTAINER_NAME_MYSQL}
image: mysql:5.6.23
ports:
- "{PORT_MYSQL}:3306"
env_file:
- ./bin/conf/production/mysql.env.sample
smtp:
container_name: {CONTAINER_NAME_SMTP}
ports:
- "{PORT_SMTP}:1080"
|
Install SSH PASS for deploying
|
Install SSH PASS for deploying
|
YAML
|
apache-2.0
|
hipay/hipay-fullservice-sdk-magento1,hipay/hipay-fullservice-sdk-magento1,hipay/hipay-fullservice-sdk-magento1,hipay/hipay-fullservice-sdk-magento1
|
99a98bc3cedcb0fac298085cc1e4ac7df4d2c863
|
manifest.yml
|
manifest.yml
|
---
language: staticfile
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx.tgz
name: nginx
version: 1.11.4
dependencies:
- name: nginx
version: 1.11.4
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/nginx/nginx-1.11.4-linux-x64.tgz
md5: 5a62aad3f1d7baf8e47c8a61d710848e
cf_stacks:
- cflinuxfs2
|
---
language: staticfile
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx.tgz
name: nginx
version: 1.11.5
dependencies:
- name: nginx
version: 1.11.5
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/nginx/nginx-1.11.5-linux-x64.tgz
md5: 48811c404ce20f7dbe1b731e780c62a8
cf_stacks:
- cflinuxfs2
|
Add nginx 1.11.5, remove nginx 1.11.4
|
Add nginx 1.11.5, remove nginx 1.11.4
source url: http://nginx.org/download/nginx-1.11.5.tar.gz, source gpg-signature:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAABCAAGBQJX/P9pAAoJEFIKmZOhwFL4CZwH/jsxeNwEfdnMpYzyJePS+OpC
FTIFzMIKa1giJBjC2Em7JNOI0o8dzHziVF97bKJl35v15hLDaBYGIgZ2Ggv+7bqV
hJ0+EeJpeYG42a+76GS/Ioj9jOgzAflCoFTKRbxowGMezINnFWaCWSMjcWsei+Fo
ILGjUAE48wXZCvJk3oVW0Pi1tItehRRzeDJhTip6Ru74JnZqaufHbtPtT73qAF1h
vMGS717ShcAX1BXh8aUeg9MYnBHtmB9NOgjkJW2LRjFwwrTgkD8xQoUrK7USs3g+
55uQWWJU7yuy7UJoiJl6sCP0MG5ZU2si9MRlU0KIoNR8SJWIgKZCWpVFB2ippVE=
=3/BP
-----END PGP SIGNATURE-----
|
YAML
|
mit
|
jockhip12/mybuildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-buildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,cloudfoundry/staticfile-buildpack,jockhip12/mybuildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,SaberZaabouti/myBuildpack,SaberZaabouti/myBuildpack,cloudfoundry/staticfile-buildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-buildpack,SaberZaabouti/myBuildpack
|
7dd2a0d6f96f308b26ca0e022fecdc92cfa53150
|
appveyor.yml
|
appveyor.yml
|
build: false
clone_depth: 5
environment:
PHP_CHOCO_VERSION: 7.2.0
PHP_CACHE_DIR: C:\tools\php
cache:
- '%PHP_CACHE_DIR% -> appveyor.yml'
init:
- SET PATH=%PHP_CACHE_DIR%;%PATH%
- SET COMPOSER_CACHE_DIR=%PHP_CACHE_DIR%
- SET COMPOSER_NO_INTERACTION=1
- SET PHP=0
- SET ANSICON=121x90 (121x90)
install:
- IF EXIST %PHP_CACHE_DIR% (SET PHP=1)
- IF %PHP%==0 cinst php -y --version %PHP_CHOCO_VERSION% --params "/InstallDir:%PHP_CACHE_DIR%"
- IF %PHP%==0 cinst composer -y --ia "/DEV=%PHP_CACHE_DIR%"
- php -v
- IF %PHP%==0 (composer --version) ELSE (composer self-update)
- cd %APPVEYOR_BUILD_FOLDER%
- composer install --prefer-dist --no-progress
test_script:
- cd %APPVEYOR_BUILD_FOLDER%
- vendor\bin\phpunit --colors=always
|
build: false
clone_depth: 5
environment:
# This sets the PHP version (from Chocolatey)
PHPCI_CHOCO_VERSION: 7.2.9
PHPCI_CACHE: C:\tools\phpci
PHPCI_PHP: C:\tools\phpci\php
PHPCI_COMPOSER: C:\tools\phpci\composer
cache:
- '%PHPCI_CACHE% -> appveyor.yml'
init:
- SET PATH=%PHPCI_PHP%;%PHPCI_COMPOSER%;%PATH%
- SET COMPOSER_HOME=%PHPCI_COMPOSER%\home
- SET COMPOSER_CACHE_DIR=%PHPCI_COMPOSER%\cache
- SET COMPOSER_NO_INTERACTION=1
- SET PHP=0
- SET ANSICON=121x90 (121x90)
install:
- IF EXIST %PHPCI_CACHE% (SET PHP=1)
- IF %PHP%==0 cinst php -i -y --version %PHPCI_CHOCO_VERSION% --params "/InstallDir:%PHPCI_PHP%"
- IF %PHP%==0 cinst composer -i -y --ia "/DEV=%PHPCI_COMPOSER%"
- php -v
- IF %PHP%==0 (composer --version) ELSE (composer self-update)
- cd %APPVEYOR_BUILD_FOLDER%
- composer install --prefer-dist --no-progress
test_script:
- cd %APPVEYOR_BUILD_FOLDER%
- vendor\bin\phpunit --colors=always
|
Improve Appveyor caching and update PHP
|
Improve Appveyor caching and update PHP
|
YAML
|
mit
|
stefangr/composer,slbmeh/composer,johnstevenson/composer,floverdevel/composer,nicolas-grekas/composer,alcohol/composer,milleruk/composer,naderman/composer,localheinz/composer,stof/composer,fabpot/composer,pierredup/composer,staabm/composer,composer/composer,andrerom/composer
|
6f72f2d23a53ab39d1299e19303463fbe8febb32
|
.github/workflows/erlang.yml
|
.github/workflows/erlang.yml
|
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: erlang:${{matrix.otp}}
name: OTP ${{matrix.otp}}
strategy:
matrix:
otp:
- 24
- 23
- 22
- 21
- 20
- 19
steps:
- uses: actions/checkout@v2
- run: rebar3 compile
name: Compile
- run: rebar3 do xref, dialyzer
name: Check
- run: rebar3 do eunit, ct
name: Test
|
name: Continuous Integration
on:
- push
- pull_request
- workflow_dispatch
jobs:
ci:
runs-on: ubuntu-latest
name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}}
strategy:
matrix:
otp:
- '24'
- '23'
- '22'
- '21'
- '20'
- '19'
rebar3:
- '3'
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
rebar3-version: ${{matrix.rebar3}}
- uses: actions/cache@v2
env:
cache-name: rebar3
with:
path: |
~/.cache/rebar3
_build
key: ci-${{runner.os}}-${{env.cache-name}}-otp_${{matrix.otp}}-rebar_${{matrix.rebar3}}-${{hashFiles('rebar.lock')}}
restore-keys: |
ci-${{runner.os}}-${{env.cache-name}}-otp_${{matrix.otp}}-rebar_${{matrix.rebar3}}
ci-${{runner.os}}-${{env.cache-name}}-otp_${{matrix.otp}}
- name: Compile
run: rebar3 do clean, compile
- name: Analyze
run: rebar3 do xref, dialyzer
- name: Test
run: rebar3 do eunit, ct
|
Update workflow to use setup-beam
|
Update workflow to use setup-beam
|
YAML
|
apache-2.0
|
kivra/meck,apache/couchdb-meck,eproxus/meck
|
2a7f92f63ee15705c0ec2cd7154cbe9e8906b869
|
appveyor.yml
|
appveyor.yml
|
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- mkdir C:\Cbc
- ps: Start-FileDownload "https://bintray.com/coin-or/download/download_file?file_path=Cbc-2.9-win32-msvc14.zip" -FileName "C:\Cbc\Cbc-2.9.zip"
- 7z x C:\Cbc\Cbc-2.9.zip -o"C:\Cbc\"
- SET PATH=%PATH%;C:\Cbc\bin
- SET PATH=%PATH%;C:\Cbc\lib
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
- SET PATH=%PATH%;C:\MinGW\bin
- rustc -V
- cargo -V
build: off
test_script:
- cargo build
- cargo test --verbose
|
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- mkdir C:\Cbc
- ps: Start-FileDownload "https://bintray.com/coin-or/download/download_file?file_path=Cbc-2.9-win32-msvc14.zip" -FileName "C:\Cbc\Cbc-2.9.zip"
- 7z x C:\Cbc\Cbc-2.9.zip -o"C:\Cbc\"
- SET PATH=%PATH%;C:\Cbc\bin
- SET LIB=%LIB%;C:\Cbc\lib
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
- SET PATH=%PATH%;C:\MinGW\bin
- rustc -V
- cargo -V
build: off
test_script:
- cargo build
- cargo test --verbose
|
Use LIB instead of PATH for Cbc lib
|
Use LIB instead of PATH for Cbc lib
|
YAML
|
mit
|
jcavat/rust-lp-modeler
|
fb078c94635d807ee4890fe69a051fc1105fe126
|
packages/hs/hspkcs11.yaml
|
packages/hs/hspkcs11.yaml
|
homepage: https://github.com/denisenkom/hspkcs11
changelog-type: ''
hash: 7aefc4833b77ed50154daa8d6cf6692bf739d6ac92c17689f428146a36600be1
test-bench-deps: {}
maintainer: [email protected]
synopsis: ! 'Wrapper for PKCS #11 interface'
changelog: ''
basic-deps:
bytestring: -any
unix: -any
base: <4.10
crypto-api: -any
utf8-string: -any
cipher-aes: -any
testpack: -any
cprng-aes: -any
RSA: -any
all-versions:
- '0.1'
author: Mikhail Denisenko
latest: '0.1'
description-type: haddock
description: This package allows to call PKCS#11 provider libraries. PKCS#11 is a
C interface specification for cryptography providers, such as crypto tokens and
HSMs
license-name: MIT
|
homepage: https://github.com/denisenkom/hspkcs11
changelog-type: ''
hash: 5887047a0e4e8c99f34eb072ff4cb299b2b840f5c39e22dc8c09fc8ed2c4671a
test-bench-deps: {}
maintainer: [email protected]
synopsis: ! 'Wrapper for PKCS #11 interface'
changelog: ''
basic-deps:
bytestring: -any
unix: -any
base: <4.10
crypto-api: -any
utf8-string: -any
cipher-aes: -any
testpack: -any
cprng-aes: -any
RSA: -any
all-versions:
- '0.1'
- '0.2'
author: Mikhail Denisenko
latest: '0.2'
description-type: haddock
description: This package allows to call PKCS#11 provider libraries. PKCS#11 is a
C interface specification for cryptography providers, such as crypto tokens and
HSMs
license-name: MIT
|
Update from Hackage at 2017-01-15T05:34:48Z
|
Update from Hackage at 2017-01-15T05:34:48Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
3942d7f725feaa22329fd791bef839b6398b5ed8
|
manifest.yml
|
manifest.yml
|
---
language: staticfile
default_versions:
- name: nginx
version: 1.11.9
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx-(\d+\.\d+\.\d+)
name: nginx
version: "$1"
dependencies:
- name: nginx
version: 1.11.9
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.11.9-linux-x64-64e70e6d.tgz
md5: 64e70e6dca6b5883d309f0708d98e1be
cf_stacks:
- cflinuxfs2
|
---
language: staticfile
default_versions:
- name: nginx
version: 1.11.10
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx-(\d+\.\d+\.\d+)
name: nginx
version: "$1"
dependencies:
- name: nginx
version: 1.11.10
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.11.10-linux-x64-4e34e08b.tgz
md5: 4e34e08b0ec58e107c59a752af12aa43
cf_stacks:
- cflinuxfs2
|
Add nginx 1.11.10, remove nginx 1.11.9
|
Add nginx 1.11.10, remove nginx 1.11.9
source url: http://nginx.org/download/nginx-1.11.10.tar.gz
source gpg-signature:
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEsPQlM3P49vUQ1CF4UgqZk6HAUvgFAlijJQUACgkQUgqZk6HA
UvhVbQf/ZaaR9xVhFuJczdIFtUaRwLAnDWKw4A6KlC0bm0hgX55deOEiB9CQ852+
YcFxVVobVJEpm9DvOC0DIG7p0MjPk8HZ5bBSWADCgPS+LmTSoFlV4egATXmSMluK
AJkjr8M1jJZqnwlQcc8A8lY80EIfKNuUXr/DkeR0ymuzL/XSpWRGN8aKPdtBb3Kl
INOauPf2aFZi5hsrUoBzIOpfiTXnhrraaSAbKWlK2W+XL9LGz6MM6FystsVA2xaJ
zZrsL4qCEU5g1eqzZ1F9j7BzBXG6JexosojOVSTItmkxNWJs9xubhh//2ZU727tl
qdp9Xhl2jdD2Hl+9cyr+GOpcL/qzPg==
=m8p8
-----END PGP SIGNATURE-----
[#139833155]
|
YAML
|
mit
|
SaberZaabouti/myBuildpack,cloudfoundry/staticfile-buildpack,SaberZaabouti/myBuildpack,cloudfoundry/staticfile-buildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,dhaywael/static-buildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,jockhip12/mybuildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,jockhip12/mybuildpack
|
e17b5d3413b3505ef02aa436df5b620beaf47c5f
|
BackofficeBundle/Resources/config/group.yml
|
BackofficeBundle/Resources/config/group.yml
|
parameters:
open_orchestra_user.repository.group.class: OpenOrchestra\UserBundle\Repository\GroupRepository
services:
open_orchestra_user.repository.group:
class: %open_orchestra_user.repository.group.class%
factory_service: doctrine.odm.mongodb.document_manager
factory_method: getRepository
arguments:
- %open_orchestra_user.document.group.class%
|
parameters:
open_orchestra_user.repository.group.class: OpenOrchestra\UserBundle\Repository\GroupRepository
services:
open_orchestra_user.repository.group:
class: %open_orchestra_user.repository.group.class%
factory:
- @doctrine.odm.mongodb.document_manager
- getRepository
arguments:
- %open_orchestra_user.document.group.class%
|
Replace factory service in yaml
|
Replace factory service in yaml
|
YAML
|
apache-2.0
|
open-orchestra/open-orchestra-media-admin-bundle,open-orchestra/open-orchestra-media-admin-bundle,open-orchestra/open-orchestra-media-admin-bundle,open-orchestra/open-orchestra-cms-bundle,open-orchestra/open-orchestra-cms-bundle,open-orchestra/open-orchestra-cms-bundle
|
e1968a33cebc8b0b1636383a0c9f91df329c98c8
|
.github/workflows/conda-release.yaml
|
.github/workflows/conda-release.yaml
|
name: Pyconll Release to Conda
on:
push
jobs:
release:
name: Release pyconll
runs-on: ubuntu-18.04
steps:
- uses: actions/[email protected]
- name: Setup Python 3.8.5
uses: actions/setup-python@v1
with:
python-version: 3.8.5
- name: Setup conda
uses: s-weigand/setup-conda@v1
with:
activate-conda: true
- name: Build and upload conda package
run: |
conda build --token ${{ secrets.CONDA_API_TOKEN}} -u matgrioni meta.yaml
|
name: Pyconll Release to Conda
on:
push
jobs:
release:
name: Release pyconll
runs-on: ubuntu-18.04
steps:
- uses: actions/[email protected]
- name: Setup Python 3.8.5
uses: actions/setup-python@v1
with:
python-version: 3.8.5
- name: Setup conda
uses: s-weigand/setup-conda@v1
with:
activate-conda: true
- name: Install conda-build
run: |
conda install conda-build
- name: Build and upload conda package
run: |
conda build --token ${{ secrets.CONDA_API_TOKEN}} -u matgrioni meta.yaml
|
Make sure to install conda-build.
|
Make sure to install conda-build.
|
YAML
|
mit
|
pyconll/pyconll,pyconll/pyconll
|
1b45f60caaced21c7cf40a966e79861c5a187c14
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: false
admin_path: redac
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: config.yaml
label: Configuration
upload_dir: ''
public_path: ''
front_matter_path: https://res.cloudinary.com/jamstatic/image/upload/c_scale,f_auto,q_auto,w_1200
use_front_matter_path: true
file_template: 'https://res.cloudinary.com/jamstatic/image/upload/c_scale,f_auto,q_auto,w_1028/:filename:'
build:
preview_command: hugo -E -F -D -b $DEPLOY_URL -d public
publish_command: hugo -d public
preview_env:
- HUGO_ENV=staging
- HUGO_VERSION=0.55.6
publish_env:
- HUGO_ENV=production
- HUGO_VERSION=0.55.6
preview_output_directory: public
output_directory: public
instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
-d public
preview_docker_image: forestryio/hugo:latest
mount_path: "/srv"
version: 0.55.6
|
---
new_page_extension: md
auto_deploy: false
admin_path: redac
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: config.yaml
label: Configuration
upload_dir: ''
public_path: ''
front_matter_path: https://res.cloudinary.com/jamstatic/image/upload/c_scale,f_auto,q_auto,w_1200
use_front_matter_path: true
file_template: 'https://res.cloudinary.com/jamstatic/image/upload/c_scale,f_auto,q_auto,w_1028/:filename:'
instant_preview: true
build:
preview_command: hugo -E -F -D -b $DEPLOY_URL -d public
publish_command: hugo -d public
preview_env:
- HUGO_ENV=staging
- HUGO_VERSION=0.55.6
publish_env:
- HUGO_ENV=production
- HUGO_VERSION=0.55.6
preview_output_directory: public
output_directory: public
instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
-d public
preview_docker_image: forestryio/hugo:latest
mount_path: "/srv"
version: 0.55.6
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io
|
4227f8406b0ef11600a802871c379f122dbdbc31
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-posts
label: Posts
create: all
upload_dir: assets
public_path: "/assets"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_preview: true
build:
preview_env:
- JEKYLL_ENV=staging
preview_output_directory: "/srv/jekyll/_site"
preview_docker_image: jekyll/builder
mount_path: "/srv/jekyll"
instant_preview_command: jekyll serve --drafts --unpublished --future --port 8080
--host 0.0.0.0 -d _site
preview_command: jekyll build --drafts --unpublished --future -d _site
|
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
match: "**/*"
- type: jekyll-posts
label: Posts
create: all
upload_dir: assets
public_path: "/assets"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_preview: true
build:
preview_env:
- JEKYLL_ENV=staging
preview_output_directory: "/srv/jekyll/_site"
preview_docker_image: jekyll/builder
mount_path: "/srv/jekyll"
instant_preview_command: jekyll serve --drafts --unpublished --future --port 8080
--host 0.0.0.0 -d _site
preview_command: jekyll build --drafts --unpublished --future -d _site
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
StartupShell/web-2017,StartupShell/web-2017,StartupShell/web-2017
|
1f7312a5fcd0ea791cf11248a6c00a8ea0eb2e24
|
.github/workflows/github-actions.yml
|
.github/workflows/github-actions.yml
|
name: Build RCAMP and run unit tests
on: [push, pull_request]
jobs:
run_rcamp_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: export UWSGI_UID=$(id -u)
run: export UWSGI_GID=$(id -g)
run: docker-compose build
run: docker-compose up -d
run: docker-compose exec rcamp-uwsgi bash -c 'sleep 30s && python manage.py migrate'
- name: Run Tests
run: docker-compose exec rcamp-uwsgi python3 manage.py test
- name: Stop Containers
run: docker-compose down --remove-orphans
|
name: Build RCAMP and run unit tests
on: [push, pull_request]
jobs:
run_rcamp_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
- run: export UWSGI_UID=$(id -u)
- run: export UWSGI_GID=$(id -g)
- run: docker-compose build
- run: docker-compose up -d
- run: docker-compose exec rcamp-uwsgi bash -c 'sleep 30s && python manage.py migrate'
- name: Run Tests
- run: docker-compose exec rcamp-uwsgi python3 manage.py test
- name: Stop Containers
- run: docker-compose down --remove-orphans
|
Add - for invalid file fix
|
Add - for invalid file fix
|
YAML
|
mit
|
ResearchComputing/RCAMP,ResearchComputing/RCAMP,ResearchComputing/RCAMP,ResearchComputing/RCAMP
|
59c3ffa850c5eab2467a102e49e47d41aee59059
|
.github/dependabot.yml
|
.github/dependabot.yml
|
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
allow:
- dependency-type: production
|
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
allow:
- dependency-type: production
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
time: "03:00"
|
Add Docker to Dependabot configuration
|
Add Docker to Dependabot configuration
We want to make sure we are using the latest version of our Docker base
images, let's use Dependabot to help us with that.
|
YAML
|
mit
|
alphagov/digitalmarketplace-api,alphagov/digitalmarketplace-api,alphagov/digitalmarketplace-api
|
e2e0647009a75f8454539a3eabfe6ef7bfb82641
|
.github/workflows/release-please.yml
|
.github/workflows/release-please.yml
|
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{secrets.GOOGLEWORKSPACE_BOT_TOKEN}}
release-type: node
package-name: release-please-action
- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v1
if: ${{ steps.release.outputs.release_created }}
with:
node-version: 16
- name: Write test credentials
if: ${{ steps.release.outputs.release_created }}
run: |
echo "${CLASP_CREDENTIALS}" > "${HOME}/.clasprc.json"
env:
CLASP_CREDENTIALS: ${{secrets.LIBRARIES_OWNER_CLASP_TOKEN}}
- name: Depoy scripts
if: ${{ steps.release.outputs.release_created }}
run: |
cd src
npx @google/clasp push
MESSAGE=$(git log -1 --pretty=%B) npx @google/clasp version ${MESSAGE}
|
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{secrets.GOOGLEWORKSPACE_BOT_TOKEN}}
release-type: node
package-name: release-please-action
- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}
- uses: actions/setup-node@v1
if: ${{ steps.release.outputs.release_created }}
with:
node-version: 16
- name: Write test credentials
if: ${{ steps.release.outputs.release_created }}
run: |
echo "${CLASP_CREDENTIALS}" > "${HOME}/.clasprc.json"
env:
CLASP_CREDENTIALS: ${{secrets.LIBRARIES_OWNER_CLASP_TOKEN}}
- name: Depoy scripts
if: ${{ steps.release.outputs.release_created }}
run: |
cd src
npx @google/clasp push
MESSAGE=$(git log -1 --pretty=%B) npx @google/clasp version ${MESSAGE}
|
Add id to workflow step to ref output correctly
|
chore: Add id to workflow step to ref output correctly
|
YAML
|
apache-2.0
|
googleworkspace/apps-script-oauth2,gsuitedevs/apps-script-oauth2
|
e728907beddf7742bd031409dde0ac0e7f97784c
|
.github/dependabot.yml
|
.github/dependabot.yml
|
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
|
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
|
Update dependatbot config, also notify us about Python dependency updates.
|
Update dependatbot config, also notify us about Python dependency
updates.
|
YAML
|
apache-2.0
|
apache/libcloud,apache/libcloud,apache/libcloud
|
198c72c479b16c6876ce713ac1bcbc61bff43029
|
appveyor.yml
|
appveyor.yml
|
clone_folder: c:\projects\go\src\github.com\tus\tusd
environment:
GOPATH: c:\projects\go
GO15VENDOREXPERIMENT: 1
install:
- git submodule update --init --recursive
build_script:
- go env
- go version
- go get ./s3store
- go get ./consullocker
test_script:
- go test .
- go test ./filestore
- go test ./limitedstore
- go test ./memorylocker
- go test ./consullocker
- go test ./s3store
|
clone_folder: c:\projects\go\src\github.com\tus\tusd
environment:
GOPATH: c:\projects\go
GO15VENDOREXPERIMENT: 1
install:
- git submodule update --init --recursive
build_script:
- go env
- go version
- go get ./s3store
- go get ./consullocker
- go get github.com/hashicorp/consul
test_script:
- go test .
- go test ./filestore
- go test ./limitedstore
- go test ./memorylocker
- go test ./consullocker
- go test ./s3store
|
Install consul(1) before running tests on AppVeyor
|
Install consul(1) before running tests on AppVeyor
|
YAML
|
mit
|
tus/tusd,tus/tusd
|
6b755c70c0faf347fed0b91ecccbc55fa458f49b
|
appveyor.yml
|
appveyor.yml
|
# Notes:
# - Indent each level of configuration with 2 spaces. Do not use tabs!
# - All section names are case-sensitive.
# - Section names should be unique on each level.
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.0.{build}
#---------------------------------#
# environment configuration #
#---------------------------------#
# Operating system (build VM template)
os: Visual Studio 2015
# scripts that are called at very beginning, before repo cloning
init:
- git config --global core.autocrlf true
#---------------------------------#
# build configuration #
#---------------------------------#
# build Configuration, i.e. Debug, Release, etc.
configuration: Release
build:
project: SharpEssentials.sln
verbosity: minimal # MSBuild verbosity level
# scripts to run before build
before_build:
- nuget restore
#---------------------------------#
# tests configuration #
#---------------------------------#
#test:
# assemblies:
# - Tests.Unit.dll
test_script:
- &"C:\projects\SharpEssentials\packages\xunit.runner.console*\tools\xunit.console.exe" "C:\projects\SharpEssentials\SharpEssentials.Tests.Unit\bin\Debug\SharpEssentials.Tests.Unit.dll"
|
# Notes:
# - Indent each level of configuration with 2 spaces. Do not use tabs!
# - All section names are case-sensitive.
# - Section names should be unique on each level.
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.0.{build}
#---------------------------------#
# environment configuration #
#---------------------------------#
# Operating system (build VM template)
os: Visual Studio 2015
# scripts that are called at very beginning, before repo cloning
init:
- git config --global core.autocrlf true
#---------------------------------#
# build configuration #
#---------------------------------#
# build Configuration, i.e. Debug, Release, etc.
configuration: Release
build:
project: SharpEssentials.sln
verbosity: minimal # MSBuild verbosity level
# scripts to run before build
before_build:
- nuget restore
#---------------------------------#
# tests configuration #
#---------------------------------#
#test:
# assemblies:
# - Tests.Unit.dll
test_script:
- ps: &"C:\projects\SharpEssentials\packages\xunit.runner.console*\tools\xunit.console.exe" "C:\projects\SharpEssentials\SharpEssentials.Tests.Unit\bin\Debug\SharpEssentials.Tests.Unit.dll"
|
Use PowerShell to run tests.
|
Use PowerShell to run tests.
|
YAML
|
apache-2.0
|
mthamil/SharpEssentials
|
77ebf431293d91e04c5eb4abf0c46869ce5670bd
|
appveyor.yml
|
appveyor.yml
|
version: 1.0.{build}
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: nuget restore C:\projects\kairos-net\Kairos.Net.sln
build:
verbosity: minimal
artifacts:
- path: Kairos.Net/bin/Release/*.dll
|
version: 1.0.{build}
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: nuget restore C:\projects\kairos-net\Kairos.Net.sln
build:
verbosity: minimal
artifacts:
- path: Kairos.Net/bin
|
Package all built files as zip file.
|
Package all built files as zip file.
|
YAML
|
mit
|
peterhorsley/Kairos.Net
|
f2b1594554919afbacbe09956712f986a57d22af
|
appveyor.yml
|
appveyor.yml
|
version: '0.1.0.{build}'
clone_folder: c:\GoDev\src\github.com\appplant\alpinepass
environment:
GOPATH: c:\GoDev
install:
- cd src
- go get -v
build_script:
- go version
- go env
- go build -o alpinepass
test_script:
- go test ./...
|
version: '0.1.0.{build}'
clone_folder: c:\GoDev\src\github.com\appplant\alpinepass
environment:
GOPATH: c:\GoDev
install:
- cd src
- go get -v -t
build_script:
- go version
- go env
- go build -o alpinepass
test_script:
- go test ./...
|
Add the -t flag to get test dependencies
|
Add the -t flag to get test dependencies
|
YAML
|
apache-2.0
|
appPlant/alpinepass,appPlant/alpinepass
|
751c21bff1341482ae6fdb59f484072bc1bf08cc
|
appveyor.yml
|
appveyor.yml
|
# http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: 5
version: "{build}"
build: off
deploy: off
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
- cmd: "npm test"
|
# http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- nodejs_version: 5
- nodejs_version: 4
- nodejs_version: 0.12
version: "{build}"
build: off
deploy: off
install:
- ps: Install-Product node $env:nodejs_version
- npm install
test_script:
- node --version
- npm --version
- cmd: "npm test"
|
Add more node versions to AppVeyor config
|
Add more node versions to AppVeyor config
|
YAML
|
mit
|
suitcss/preprocessor,travco/preprocessor
|
e442411b409d5c6c3fe284b06f465cd5f0910666
|
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/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
|
Revert "Give full path to Google test include dir"
|
Revert "Give full path to Google test include dir"
This reverts commit 99a61740a7237a525f7cabd9ca218e7f5c1e5186.
Didn't work as expected, but doesn't really matter...
|
YAML
|
bsd-3-clause
|
laudrup/lz4_stream
|
e0fd590fd29859a229c9e2dfc6a5294d59922f50
|
appveyor.yml
|
appveyor.yml
|
build: false
environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
configuration: Release
platform:
- x86
- x64
#We install nasm in case libjpeg-turbo has to be built from source
install:
- curl -L -o nasminst.exe http://libgd.blob.core.windows.net/nasm/nasm-2.07-installer.exe
- start /wait nasminst.exe /S
- ps: $env:path="C:\Program Files (x86)\nasm;$($env:path)"
- set PATH=%PATH%;%PYTHON%/Scripts/;C:\Program Files (x86)\nasm
- pip.exe install conan
- conan user # It creates the conan data directory
test_script:
- mkdir build
- cd build
- if "%PLATFORM%"=="x86" conan install --file ../conanfile.py -o build_tests=True --build missing -s build_type=Release -s arch=x86
- if "%PLATFORM%"=="x64" conan install --file ../conanfile.py -o build_tests=True --build missing -s build_type=Release -s arch=x86_64
- conan build --file ../conanfile.py && ctest -V -C Release
|
build: false
environment:
PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
configuration: Release
platform:
- x86
- x64
#We install nasm in case libjpeg-turbo has to be built from source
install:
- curl -L -o nasminst.exe http://libgd.blob.core.windows.net/nasm/nasm-2.07-installer.exe
- start /wait nasminst.exe /S
- ps: $env:path="C:\Program Files (x86)\nasm;$($env:path)"
- set PATH=%PATH%;%PYTHON%/Scripts/;C:\Program Files (x86)\nasm
- pip.exe install conan
- conan user # It creates the conan data directory
test_script:
- mkdir build
- cd build
- if "%PLATFORM%"=="x86" conan install -o build_tests=True --build missing -s build_type=Release -s arch=x86 -u ../
- if "%PLATFORM%"=="x64" conan install -o build_tests=True --build missing -s build_type=Release -s arch=x86_64 -u ../
- conan build ../
|
Update AppVeyor to match travis conan invokation
|
Update AppVeyor to match travis conan invokation
|
YAML
|
agpl-3.0
|
imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow,imazen/imageflow
|
42229ad24e0fa8abc40266f8bde591e542d23dda
|
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"
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"
- ruby_version: "24"
- ruby_version: "24-x64"
- ruby_version: "25"
- ruby_version: "25-x64"
|
---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler -v '< 2.0'
- bundle install
before_test:
- ruby -v
- gem -v
- bundle -v
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"
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"
- ruby_version: "24"
- ruby_version: "24-x64"
- ruby_version: "25"
- ruby_version: "25-x64"
- ruby_version: "26"
- ruby_version: "26-x64"
|
Change to limit bundler and add latest ruby
|
Change to limit bundler and add latest ruby
|
YAML
|
mit
|
piotrmurach/tty-tree,piotrmurach/tty-tree
|
c8af214d55b81ec72d4b9148687d03c09379137a
|
appveyor.yml
|
appveyor.yml
|
# https://github.com/sindresorhus/appveyor-node/blob/master/appveyor.yml
environment:
matrix:
- platform: x64
GH_TOKEN:
secure: tEHrAaRFMrUzagNJsnU+6Esvaw/FdUXZKWz7a690VAy6zzEThB0lThHLFVKZrQrP
image: Visual Studio 2015
init:
- npm config set msvs_version 2015 # we need this to build `pty.js`
cache:
- node_modules
install:
- ps: Install-Product node 6 x64
- set CI=true
- npm -g install npm@latest
- npm install
build: off
shallow_clone: true
test_script:
- node --version
- npm --version
- npm run test
on_success:
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }
|
# https://github.com/sindresorhus/appveyor-node/blob/master/appveyor.yml
environment:
matrix:
- platform: x64
GH_TOKEN:
secure: tEHrAaRFMrUzagNJsnU+6Esvaw/FdUXZKWz7a690VAy6zzEThB0lThHLFVKZrQrP
image: Visual Studio 2015
init:
- npm config set msvs_version 2015 # we need this to build `pty.js`
cache:
- node_modules
install:
- ps: Install-Product node 6 x64
- set CI=true
- npm -g install npm@latest
- npm install
build: off
shallow_clone: true
test_script:
- node --version
- npm --version
- npm run test
on_success:
- npm run dist
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }
|
Make AppVeyor run the `dist` script again
|
Make AppVeyor run the `dist` script again
|
YAML
|
mit
|
chabou/hyper,chabou/hyper,whitelynx/hyperterm,stefanivic/hyper,martinvd/hyper,ppot/hyper,chabou/hyper,reslaurentii/hyper,rickycodes/hyper,zeit/hyperterm,AlmirKadric/hyperterm,stefanivic/hyper,wilsontayar/hyper,zeit/hyper,martinvd/hyper,wilsontayar/hyper,whitelynx/hyperterm,MartyGentillon/hyper,reslaurentii/hyper,zeit/hyperterm,derrickpelletier/hyper,ppot/hyper,zeit/hyper,ppot/hyper,AlmirKadric/hyperterm,spncrgr/hyper,derrickpelletier/hyper,KunalKene1797/hyper,KunalKene1797/hyper,rickycodes/hyper,zeit/hyper,MartyGentillon/hyper,zeit/hyper,spncrgr/hyper
|
56f7cd085fbd043aa64d1626d4ba3e1377b59cbe
|
appveyor.yml
|
appveyor.yml
|
version: '1.0.0-SNAPSHOT-{build}'
os: Windows Server 2012
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\maven" )) {
(new-object System.Net.WebClient).DownloadFile(
'http://www.us.apache.org/dist/maven/maven-3/3.1.1/binaries/apache-maven-3.1.1-bin.zip',
'C:\maven-bin.zip'
)
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
}
- cmd: SET PATH=C:\maven\apache-maven-3.1.1\bin;%JAVA_HOME%\bin;%PATH%
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
build_script:
- mvn -q clean package --batch-mode -DskipTests
test_script:
- mvn -q clean install --batch-mode -Pcontrib-check
cache:
- C:\maven\
- C:\Users\appveyor\.m2
|
version: '1.0.0-SNAPSHOT-{build}'
os: Windows Server 2012
environment:
JAVA_HOME: C:\Program Files\Java\jdk1.8.0
install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
if (!(Test-Path -Path "C:\maven" )) {
(new-object System.Net.WebClient).DownloadFile(
'http://www.us.apache.org/dist/maven/maven-3/3.1.1/binaries/apache-maven-3.1.1-bin.zip',
'C:\maven-bin.zip'
)
[System.IO.Compression.ZipFile]::ExtractToDirectory("C:\maven-bin.zip", "C:\maven")
}
- cmd: SET M2_HOME=C:\maven\apache-maven-3.1.1
- cmd: SET PATH=%M2_HOME%\bin;%JAVA_HOME%\bin;%PATH%%
- cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
- cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
build_script:
- mvn -q clean package --batch-mode -DskipTests
test_script:
- mvn -q clean install --batch-mode -Pcontrib-check
cache:
- C:\maven\
- C:\Users\appveyor\.m2
|
Fix for invalid M2_HOME directory
|
[NIFI-2813] Fix for invalid M2_HOME directory
This closes #1049
Signed-off-by: Andre F de Miranda <cf4a6674b73e136c04443f34b504d3d606a1c0cb@users.noreply.github.com>
|
YAML
|
apache-2.0
|
patricker/nifi,WilliamNouet/nifi,Wesley-Lawrence/nifi,michalklempa/nifi,tequalsme/nifi,joewitt/incubator-nifi,ijokarumawak/nifi,dlukyanov/nifi,Xsixteen/nifi,thesolson/nifi,zhengsg/nifi,mattyb149/nifi,ijokarumawak/nifi,Wesley-Lawrence/nifi,ShellyLC/nifi,qfdk/nifi,jtstorck/nifi,trixpan/nifi,WilliamNouet/nifi,josephxsxn/nifi,PuspenduBanerjee/nifi,peter-gergely-horvath/nifi,peter-gergely-horvath/nifi,josephxsxn/nifi,jjmeyer0/nifi,joewitt/incubator-nifi,ShellyLC/nifi,jtstorck/nifi,pvillard31/nifi,dlukyanov/nifi,jfrazee/nifi,m-hogue/nifi,qfdk/nifi,WilliamNouet/nifi,joewitt/incubator-nifi,qfdk/nifi,mans2singh/nifi,m-hogue/nifi,YolandaMDavis/nifi,Wesley-Lawrence/nifi,jtstorck/nifi,speddy93/nifi,ShellyLC/nifi,Wesley-Lawrence/nifi,MikeThomsen/nifi,michalklempa/nifi,ijokarumawak/nifi,m-hogue/nifi,mcgilman/nifi,pvillard31/nifi,joetrite/nifi,patricker/nifi,ijokarumawak/nifi,PuspenduBanerjee/nifi,tijoparacka/nifi,InspurUSA/nifi,thesolson/nifi,alopresto/nifi,YolandaMDavis/nifi,joetrite/nifi,PuspenduBanerjee/nifi,michalklempa/nifi,peter-gergely-horvath/nifi,Xsixteen/nifi,qfdk/nifi,alopresto/nifi,josephxsxn/nifi,jjmeyer0/nifi,MikeThomsen/nifi,aperepel/nifi,Xsixteen/nifi,MikeThomsen/nifi,alopresto/nifi,jskora/nifi,MikeThomsen/nifi,joetrite/nifi,alopresto/nifi,joetrite/nifi,aperepel/nifi,tijoparacka/nifi,jfrazee/nifi,jfrazee/nifi,ijokarumawak/nifi,zhengsg/nifi,mcgilman/nifi,aperepel/nifi,zhengsg/nifi,tequalsme/nifi,mcgilman/nifi,speddy93/nifi,tijoparacka/nifi,mcgilman/nifi,Xsixteen/nifi,InspurUSA/nifi,jtstorck/nifi,ShellyLC/nifi,PuspenduBanerjee/nifi,peter-gergely-horvath/nifi,mattyb149/nifi,m-hogue/nifi,aperepel/nifi,mattyb149/nifi,jtstorck/nifi,trixpan/nifi,m-hogue/nifi,aperepel/nifi,patricker/nifi,joewitt/incubator-nifi,mans2singh/nifi,patricker/nifi,alopresto/nifi,dlukyanov/nifi,WilliamNouet/ApacheNiFi,mans2singh/nifi,InspurUSA/nifi,bbende/nifi,Wesley-Lawrence/nifi,zhengsg/nifi,speddy93/nifi,thesolson/nifi,InspurUSA/nifi,jfrazee/nifi,Xsixteen/nifi,WilliamNouet/nifi,joewitt/incubator-nifi,WilliamNouet/nifi,jskora/nifi,Wesley-Lawrence/nifi,jtstorck/nifi,YolandaMDavis/nifi,dlukyanov/nifi,bbende/nifi,PuspenduBanerjee/nifi,jskora/nifi,aperepel/nifi,YolandaMDavis/nifi,ShellyLC/nifi,peter-gergely-horvath/nifi,YolandaMDavis/nifi,WilliamNouet/ApacheNiFi,mattyb149/nifi,jjmeyer0/nifi,mcgilman/nifi,thesolson/nifi,tijoparacka/nifi,speddy93/nifi,mattyb149/nifi,MikeThomsen/nifi,josephxsxn/nifi,jfrazee/nifi,PuspenduBanerjee/nifi,jskora/nifi,michalklempa/nifi,apsaltis/nifi,YolandaMDavis/nifi,trixpan/nifi,zhengsg/nifi,MikeThomsen/nifi,jjmeyer0/nifi,pvillard31/nifi,tequalsme/nifi,alopresto/nifi,thesolson/nifi,josephxsxn/nifi,apsaltis/nifi,m-hogue/nifi,pvillard31/nifi,tijoparacka/nifi,WilliamNouet/ApacheNiFi,jjmeyer0/nifi,InspurUSA/nifi,joewitt/incubator-nifi,pvillard31/nifi,pvillard31/nifi,alopresto/nifi,m-hogue/nifi,apsaltis/nifi,pvillard31/nifi,michalklempa/nifi,mattyb149/nifi,InspurUSA/nifi,ijokarumawak/nifi,patricker/nifi,dlukyanov/nifi,tequalsme/nifi,peter-gergely-horvath/nifi,trixpan/nifi,WilliamNouet/ApacheNiFi,qfdk/nifi,jtstorck/nifi,bbende/nifi,trixpan/nifi,jfrazee/nifi,trixpan/nifi,mcgilman/nifi,mattyb149/nifi,tequalsme/nifi,WilliamNouet/nifi,dlukyanov/nifi,MikeThomsen/nifi,josephxsxn/nifi,YolandaMDavis/nifi,patricker/nifi,joetrite/nifi,Xsixteen/nifi,mans2singh/nifi,WilliamNouet/ApacheNiFi,joetrite/nifi,tijoparacka/nifi,bbende/nifi,speddy93/nifi,jskora/nifi,qfdk/nifi,jjmeyer0/nifi,tequalsme/nifi,apsaltis/nifi,pvillard31/nifi,thesolson/nifi,patricker/nifi,bbende/nifi,apsaltis/nifi,WilliamNouet/ApacheNiFi,ShellyLC/nifi,mcgilman/nifi,jskora/nifi,mans2singh/nifi,bbende/nifi,jfrazee/nifi,michalklempa/nifi,mans2singh/nifi,apsaltis/nifi,speddy93/nifi,jfrazee/nifi,zhengsg/nifi
|
aaba1e761513d466742fe468a937a8c4bc23d13e
|
appveyor.yml
|
appveyor.yml
|
# Build configuration for the FakerOfData project
# https://github.com/derantell/FakerOfData
# Reference appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml
# Appveyor build configuration
# http://www.appveyor.com/docs/build-configuration
# =============================
# Setup
# =============================
# The version
version: 0.1.0.{build}
# Script that is run first, before repo cloning
# init:
# Script run after repo cloning, before build
install:
- ps: ..\build\install.ps1
# Environment variables
# environment:
# =============================
# Build
# =============================
# The target platform
# platform: AnyCPU
# Build configuration
configuration: Release
# Restore nuget packages in solution
before_build:
- nuget restore
build:
publish_nuget: true # Publish nuget artifacts to project feed
# =============================
# Test
# =============================
# Automatic discovery of test assembiles is the default?
|
# Build configuration for the FakerOfData project
# https://github.com/derantell/FakerOfData
# Reference appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml
# Appveyor build configuration
# http://www.appveyor.com/docs/build-configuration
# =============================
# Setup
# =============================
# The version
version: 0.1.0.{build}
# Script that is run first, before repo cloning
# init:
# Script run after repo cloning, before build
install:
- ps: .\build\install.ps1
# Environment variables
# environment:
# =============================
# Build
# =============================
# The target platform
# platform: AnyCPU
# Build configuration
configuration: Release
# Restore nuget packages in solution
before_build:
- nuget restore
build:
publish_nuget: true # Publish nuget artifacts to project feed
# =============================
# Test
# =============================
# Automatic discovery of test assembiles is the default?
|
Fix path of install script
|
Fix path of install script
|
YAML
|
mit
|
derantell/FakerOfData
|
44263d78030148ee87873ad858f08def7ebe77a9
|
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%
- git clone https://github.com/tadzik/rakudobrew %USERPROFILE%\rakudobrew
- SET PATH=%USERPROFILE%\rakudobrew\bin;%PATH%
- rakudobrew build moar 2016.02
- rakudobrew build panda
- cd %APPVEYOR_BUILD_FOLDER%
- panda installdeps .
build: off
test_script:
- prove -v -e "perl6 -Ilib" t/
shallow_clone: true
|
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%
- git clone https://github.com/tadzik/rakudobrew %USERPROFILE%\rakudobrew
- SET PATH=%USERPROFILE%\rakudobrew\bin;%PATH%
- rakudobrew build moar 2016.02
- rakudobrew build zef
- cd %APPVEYOR_BUILD_FOLDER%
- zef --depsonly install .
build: off
test_script:
- prove -v -e "perl6 -Ilib" t/
shallow_clone: true
|
Switch to zef (panda is broken atm on win32) in AppVeyor CI
|
Switch to zef (panda is broken atm on win32) in AppVeyor CI
|
YAML
|
mit
|
azawawi/perl6-memoize
|
9152f996fb423a38dd04afb2e5779577437ab115
|
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"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node 0.STABLE.latest
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- cmd: gem install compass
- cmd: node --version
- cmd: npm --version
- cmd: npm install -g grunt-cli bower
- cmd: bower --version
- cmd: grunt --version
- cmd: npm install
- cmd: bower install
- cmd: grunt build
# 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"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node 0.STABLE.latest
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- cmd: gem install compass
- cmd: node --version
- cmd: npm --version
- cmd: npm install -g grunt-cli bower
- cmd: bower --version
- cmd: grunt --version
- cmd: npm install
- cmd: bower install
- cmd: grunt build
# Don't actually build.
build: off
# Set build version format here instead of in the admin panel.
version: "{build}"
artifacts:
- path: dist
name: Klondike
type: zip
|
Define dist as zip artifact
|
Define dist as zip artifact
|
YAML
|
apache-2.0
|
davidvmckay/Klondike,jochenvangasse/Klondike,Stift/Klondike,davidvmckay/Klondike,fhchina/Klondike,themotleyfool/Klondike,themotleyfool/Klondike,Stift/Klondike,fhchina/Klondike,fhchina/Klondike,Stift/Klondike,jochenvangasse/Klondike,davidvmckay/Klondike,jochenvangasse/Klondike,themotleyfool/Klondike
|
b354a3fba85943cb0448bb524de62ff1d75d03e4
|
appveyor.yml
|
appveyor.yml
|
version: 0.1.{build}
os: Windows Server 2012 R2
platform: x64
branches:
only:
- master
skip_tags: true
install:
- C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-cmake"
- C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-zlib"
- C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-ragel"
build_script:
- set MSYSTEM=MINGW64
- C:\msys64\usr\bin\bash -l -c "cd `cygpath '%CD%'` && ./autogen.sh"
- C:\msys64\usr\bin\bash -l -c "cd `cygpath '%CD%'` && ./configure"
- C:\msys64\usr\bin\bash -l -c "cd `cygpath '%CD%'` && make"
- C:\msys64\usr\bin\bash -l -c "cd `cygpath '%CD%'` && make check"
- C:\msys64\usr\bin\bash -l -c "cd `cygpath '%CD%'` && cat ./test-suite.log"
|
version: 0.1.{build}
os: Windows Server 2012 R2
platform: x64
branches:
only:
- master
skip_tags: true
install:
- C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-cmake"
- C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-zlib"
- C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-ragel"
build_script:
- set MSYSTEM=MINGW64
- C:\msys64\usr\bin\bash -l -c "cd `cygpath '%CD%'` && ./autogen.sh"
- C:\msys64\usr\bin\bash -l -c "cd `cygpath '%CD%'` && ./configure"
- C:\msys64\usr\bin\bash -l -c "cd `cygpath '%CD%'` && make"
test_script:
- C:\msys64\usr\bin\bash -l -c "cd `cygpath '%CD%'` && make check"
after_test:
- C:\msys64\usr\bin\bash -l -c "cd `cygpath '%CD%'` && cat ./test-suite.log"
|
Move tests to separate section
|
Appveyor: Move tests to separate section
|
YAML
|
mit
|
ivarref/ReadStat,ivarref/ReadStat,WizardMac/ReadStat,WizardMac/ReadStat
|
1afbd9e353c2839c0ef448e56a4ca69d2f6c30ff
|
appveyor.yml
|
appveyor.yml
|
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
max_jobs: 2
configuration: Debug
platform: x86
clone_depth: 1
before_build:
- ps: cmake.exe -G "Visual Studio 14 2015" -B"./Build" -H"./" -DCMAKE_INSTALL_PREFIX=%APPVEYOR_BUILD_FOLDER%/Install
build:
project: Build/INSTALL.vcxproj
parallel: true
verbosity: minimal
test_script:
- ps: Build/Test/$Env:CONFIGURATION/Test.exe
before_deploy:
- ps: msbuild Build/Package.vcxproj
deploy:
- provider: GitHub
release: Project
description: Short description.
auth_token:
secure: gomSq79o3pnZMbng5Z7SYa+C5rFDRCYkA3BC/0MTe/Tnup4QMNKFwTzmtN7pxY36
artifact: Package/*.exe
on:
appveyor_repo_tag: true
|
version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
max_jobs: 2
configuration: Debug
platform: x86
clone_depth: 1
before_build:
- ps: cmake.exe -G "Visual Studio 14 2015" -B"./Build" -H"./" -DCMAKE_INSTALL_PREFIX=%APPVEYOR_BUILD_FOLDER%/Install
build:
project: Build/INSTALL.vcxproj
parallel: true
verbosity: minimal
test_script:
- ps: $env:APPVEYOR_BUILD_FOLDER/Build/Test/$env:CONFIGURATION/Test.exe
before_deploy:
- ps: msbuild Build/Package.vcxproj
deploy:
- provider: GitHub
release: Project
description: Short description.
auth_token:
secure: gomSq79o3pnZMbng5Z7SYa+C5rFDRCYkA3BC/0MTe/Tnup4QMNKFwTzmtN7pxY36
artifact: Package/*.exe
on:
appveyor_repo_tag: true
|
Fix env name for powershell cmd.
|
Fix env name for powershell cmd.
|
YAML
|
mit
|
cristian-szabo/cmake-seed
|
9df02e2b9780b08c8c55cda8122e90ef4886fffb
|
appveyor.yml
|
appveyor.yml
|
before_build: cmake .
build_script: where msbuild
|
install:
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
before_build: cmake .
|
Set path to find the correct version of msbuild.
|
Set path to find the correct version of msbuild.
|
YAML
|
bsd-2-clause
|
alabuzhev/fmt,seungrye/cppformat,cppformat/cppformat,lightslife/cppformat,mojoBrendan/fmt,blaquee/cppformat,dean0x7d/cppformat,alabuzhev/fmt,dean0x7d/cppformat,lightslife/cppformat,dean0x7d/cppformat,blaquee/cppformat,lightslife/cppformat,mojoBrendan/fmt,nelson4722/cppformat,nelson4722/cppformat,blaquee/cppformat,cppformat/cppformat,seungrye/cppformat,wangshijin/cppformat,Jopie64/cppformat,nelson4722/cppformat,seungrye/cppformat,Jopie64/cppformat,wangshijin/cppformat,wangshijin/cppformat,mojoBrendan/fmt,alabuzhev/fmt,Jopie64/cppformat,cppformat/cppformat
|
54d79849775c44498dc88059ef7b506fced87d1f
|
appveyor.yml
|
appveyor.yml
|
-
version: 2.2.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- dev
configuration: Debug
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-pre'
build:
publish_nuget: true
verbosity: minimal
deploy:
provider: NuGet
api_key:
secure: odKiOePzrS9/UvtZ91bU0Bo/yacIwsDZiNCZ88TOyepk8AY5JexNOKvnd1WzuODP
skip_symbols: false
artifact: /.*\.nupkg/
-
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
configuration: Release
assembly_info:
patch: false
build:
publish_nuget: true
verbosity: minimal
deploy:
provider: NuGet
api_key:
secure: odKiOePzrS9/UvtZ91bU0Bo/yacIwsDZiNCZ88TOyepk8AY5JexNOKvnd1WzuODP
skip_symbols: false
artifact: /.*\.nupkg/
|
-
version: 2.2.0.{build}
pull_requests:
do_not_increment_build_number: true
branches:
only:
- dev
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-pre'
build:
publish_nuget: true
verbosity: minimal
deploy:
provider: NuGet
api_key:
secure: odKiOePzrS9/UvtZ91bU0Bo/yacIwsDZiNCZ88TOyepk8AY5JexNOKvnd1WzuODP
skip_symbols: false
artifact: /.*\.nupkg/
-
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
configuration: Release
assembly_info:
patch: false
build:
publish_nuget: true
verbosity: minimal
deploy:
provider: NuGet
api_key:
secure: odKiOePzrS9/UvtZ91bU0Bo/yacIwsDZiNCZ88TOyepk8AY5JexNOKvnd1WzuODP
skip_symbols: false
artifact: /.*\.nupkg/
|
Change from Debug to Release
|
Change from Debug to Release
|
YAML
|
mit
|
ON-IT/Visma.Net
|
98df1e230b0167fe67eddb83b37b643b19c30969
|
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
|
c2544c5b3720f62ad9831ff22f67351288a8fd32
|
appveyor.yml
|
appveyor.yml
|
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 5
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:
matrix:
- ATOM_CHANNEL: stable
- ATOM_CHANNEL: beta
install:
# Install Node.js to run any configured linters
- ps: Install-Product node 5
build_script:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/atom/ci/master/build-package.ps1'))
test: off
deploy: off
|
Add comment explaining Node.js install
|
Add comment explaining Node.js install
Since the script hasn't been updated to verify Node.js is installed yet, add a comment explaining it here for now.
|
YAML
|
mit
|
Arcanemagus/ci
|
ee2cf71830c745d2e3e32919872608030fb7fcf4
|
appveyor.yml
|
appveyor.yml
|
build_script:
- ps: .\build.ps1
test: off
|
build_script:
- ps: .\build.ps1
test: off
deploy:
- provider: Environment
name: ValidationPipeline-EUNorth-Sandbox
on:
branch: develop
- provider: Environment
name: ValidationPipeline-EUWest-Sandbox
on:
branch: develop
|
Add deployment environments in AppVeyor
|
Add deployment environments in AppVeyor
|
YAML
|
mit
|
syedhassaanahmed/log-storage-service,syedhassaanahmed/log-storage-service,syedhassaanahmed/log-storage-service
|
d94aead86b341dae238f1b2c87201b763003bde6
|
appveyor.yml
|
appveyor.yml
|
version: 1.0.{build}
skip_tags: true
init:
- git config --global core.autocrlf true
install:
- nuget restore
configuration: Release
platform: Any CPU
build:
project: XmlSchemaClassGenerator.sln
verbosity: minimal
publish_nuget: true
publish_nuget_symbols: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
test_script:
- nuget.exe install OpenCover -ExcludeVersion
- nuget.exe install xunit.runner.console -ExcludeVersion
- OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[*]* -[xunit*]* -[*Tests*]* -[*Sample*]*" -target:"xunit.runner.console\tools\xunit.console.exe" -targetargs:"XmlSchemaClassGenerator.Tests\bin\release\XmlSchemaClassGenerator.Tests.dll -noshadow" -returntargetcode -hideskipped:All -output:coverage.xml
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "coverage.xml"
|
version: 1.0.{build}
skip_tags: true
image: Visual Studio 2017
init:
- git config --global core.autocrlf true
install:
- nuget restore
configuration: Release
platform: Any CPU
build:
project: XmlSchemaClassGenerator.sln
verbosity: minimal
publish_nuget: true
publish_nuget_symbols: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
test_script:
- nuget.exe install OpenCover -ExcludeVersion
- nuget.exe install xunit.runner.console -ExcludeVersion
- OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[*]* -[xunit*]* -[*Tests*]* -[*Sample*]*" -target:"xunit.runner.console\tools\xunit.console.exe" -targetargs:"XmlSchemaClassGenerator.Tests\bin\release\XmlSchemaClassGenerator.Tests.dll -noshadow" -returntargetcode -hideskipped:All -output:coverage.xml
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "coverage.xml"
|
Set AppVeyor image to VS 2017
|
Set AppVeyor image to VS 2017
|
YAML
|
apache-2.0
|
mganss/XmlSchemaClassGenerator,mganss/XmlSchemaClassGenerator
|
d90ec24a8df313fb7620d633dac6f81bfb4e6f66
|
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.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: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
# Typical npm stuff.
- npm install -g grunt-cli bower
- npm install
- bower install
- npm uninstall grunt # https://github.com/npm/npm/issues/3958
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
- bower --version
- gem --version
# Don't actually build.
build: grunt build
# 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"
# Install scripts. (runs after repo cloning)
install:
# Get the latest stable version of Node 0.STABLE.latest
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
# Typical npm stuff.
- npm install -g grunt-cli bower
- npm install
- bower install
- npm uninstall grunt # https://github.com/npm/npm/issues/3958
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- node --version
- npm --version
- bower --version
- gem --version
# Don't actually build.
build: grunt build
# Set build version format here instead of in the admin panel.
version: "{build}"
|
Use Node 0.10 and don't ignore failures.
|
Use Node 0.10 and don't ignore failures.
|
YAML
|
apache-2.0
|
jochenvangasse/Klondike,Stift/Klondike,jochenvangasse/Klondike,fhchina/Klondike,fhchina/Klondike,themotleyfool/Klondike,themotleyfool/Klondike,davidvmckay/Klondike,themotleyfool/Klondike,davidvmckay/Klondike,davidvmckay/Klondike,Stift/Klondike,jochenvangasse/Klondike,fhchina/Klondike,Stift/Klondike
|
384b511395a7c5481b62fa533c9e56f6e27ec37f
|
.github/release-drafter.yml
|
.github/release-drafter.yml
|
# https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
_extends: .github
tag-template: PrioritySorter-$NEXT_MINOR_VERSION
|
# https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc
_extends: .github
tag-template: PrioritySorter-$NEXT_PATCH_VERSION
|
Use patch format x.yy.zz for release drafter
|
Use patch format x.yy.zz for release drafter
Plugin is using 3 component versioning
|
YAML
|
mit
|
jenkinsci/priority-sorter-plugin,jenkinsci/priority-sorter-plugin,jenkinsci/priority-sorter-plugin
|
4b5fdd1d4c98f76044e152f1fe5240f2fe7e8156
|
.github/workflows/build.yml
|
.github/workflows/build.yml
|
name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: "3.0"
gemfile: Gemfile
- ruby: "3.0"
gemfile: gemfiles/actionmailer61.gemfile
- ruby: 2.7
gemfile: gemfiles/actionmailer60.gemfile
- ruby: 2.6
gemfile: gemfiles/actionmailer52.gemfile
- ruby: 2.7
gemfile: gemfiles/mongoid7.gemfile
mongodb: true
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- if: ${{ matrix.mongodb }}
uses: ankane/setup-mongodb@v1
- run: |
sudo apt-get install redis-server
sudo systemctl start redis
- run: bundle exec rake test
|
name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.1
gemfile: Gemfile
- ruby: "3.0"
gemfile: gemfiles/actionmailer61.gemfile
- ruby: 2.7
gemfile: gemfiles/actionmailer60.gemfile
- ruby: 2.6
gemfile: gemfiles/actionmailer52.gemfile
- ruby: 2.7
gemfile: gemfiles/mongoid7.gemfile
mongodb: true
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- if: ${{ matrix.mongodb }}
uses: ankane/setup-mongodb@v1
- run: |
sudo apt-get install redis-server
sudo systemctl start redis
- run: bundle exec rake test
|
Test with Ruby 3.1 on CI
|
Test with Ruby 3.1 on CI
|
YAML
|
mit
|
ankane/ahoy_email
|
69291ba610b0eeb6a947ebef6502e37dde946e7f
|
.github/workflows/build.yml
|
.github/workflows/build.yml
|
# This workflow will install Python dependencies and run tests with several versions of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install libkrb5-dev
run: sudo apt-get install libkrb5-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install aws-adfs['test']
- name: Test with pytest
run: |
pytest
|
# This workflow will install Python dependencies and run tests with several versions of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install libkrb5-dev
run: sudo apt-get install libkrb5-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install aws-adfs['test']
- name: Test with pytest
run: |
pytest
|
Disable Github Actions fail-fast mode
|
Disable Github Actions fail-fast mode
|
YAML
|
mit
|
venth/aws-adfs,venth/aws-adfs
|
49a4c5ea47ecdf8d2720c08cd9f75a8703fade41
|
.github/workflows/build.yml
|
.github/workflows/build.yml
|
on:
push:
branches:
- osagnostic
- gh-actions
tags:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-10.15]
include:
- os: macos-latest
- os: macos-10.15
steps:
- uses: actions/checkout@v2
with:
ref: 'gh-pages'
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
- name: Install screenshot utility
run: pip3 install screenshot
- name: Run
working-directory: /Applications
run: |
pwd
ls
open -a /Applications/WAIL.app
sleep 10
- name: Take screenshot
run: screenshot WAIL --filename wail.png --shadow
- name: Upload screenshot
uses: actions/upload-artifact@v2
with:
name: wail-screenshot
path: wail.png
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: wail-screenshot-${matrix.os}
|
on:
push:
branches:
- osagnostic
- gh-actions
tags:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-10.15]
include:
- os: macos-latest
- os: macos-10.15
steps:
- uses: actions/checkout@v2
with:
ref: 'gh-actions'
- name: Build
run: sh ./bundledApps/MAKEFILE.sh -q
- name: Install screenshot utility
run: pip3 install screenshot
- name: Run
working-directory: /Applications
run: |
pwd
ls
open -a /Applications/WAIL.app
sleep 10
- name: Take screenshot
run: screenshot WAIL --filename wail.png --shadow
- name: Upload screenshot
uses: actions/upload-artifact@v2
with:
name: wail-screenshot
path: wail.png
- name: Download artifact
uses: actions/download-artifact@v2
with:
name: wail-screenshot-${matrix.os}
|
Fix repo and branch basis
|
Fix repo and branch basis
|
YAML
|
mit
|
machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail
|
f558d87ce8b7fbdc74bdd4f512188e97a70ac3e8
|
.github/workflows/maven.yml
|
.github/workflows/maven.yml
|
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
name: Maven build
on: [push, pull_request]
jobs:
build:
name: Java ${{ matrix.java }} (${{ matrix.distribution }}) - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
java: ['8', '11', '17', '18']
distribution: ['temurin']
include:
- java: '19-ea'
distribution: 'zulu'
os: 'ubuntu-latest'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.Java }} (${{ matrix.distribution }})
uses: actions/setup-java@v3
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: mvn install javadoc:javadoc -e -B -V
|
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
name: Maven build
on: [push, pull_request]
jobs:
build:
name: Build it
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
|
Use shared workflow for the Maven build
|
Use shared workflow for the Maven build
Having shared workflow will ease the maintenance
as changes to the build, especially the Java version,
need to be done in single place.
|
YAML
|
apache-2.0
|
codehaus-plexus/plexus-archiver,codehaus-plexus/plexus-archiver,codehaus-plexus/plexus-archiver
|
a3b3623bbd377e2bb7116f451934b97f714921ec
|
.github/workflows/tests.yml
|
.github/workflows/tests.yml
|
name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-16.04
services:
mariadb:
image: mariadb:10.0
env:
MYSQL_DATABASE=opendominion
MYSQL_USERNAME=opendominion
MYSQL_PASSWORD=secret
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v1
- name: Stop running MySQL instance
run: sudo service mysql stop
- name: Setup application
run: |
cp .env.ci .env
composer install --no-interaction --prefer-dist
php artisan key:generate
php artisan migrate
php artisan game:data:sync
php artisan version:update
php artisan self-diagnosis
php artisan db:seed
- name: Run tests
run: vendor/bin/phpunit
|
name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-16.04
services:
mariadb:
image: mariadb:10.0
env:
MYSQL_DATABASE: opendominion
MYSQL_USERNAME: opendominion
MYSQL_PASSWORD: secret
ports:
- 3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: actions/checkout@v1
- name: Stop running MySQL instance
run: sudo service mysql stop
- name: Setup application
run: |
cp .env.ci .env
composer install --no-interaction --prefer-dist
php artisan key:generate
php artisan migrate
php artisan game:data:sync
php artisan version:update
php artisan self-diagnosis
php artisan db:seed
- name: Run tests
run: vendor/bin/phpunit
|
Fix mariadb service env syntax
|
Fix mariadb service env syntax
|
YAML
|
agpl-3.0
|
WaveHack/OpenDominion,WaveHack/OpenDominion,WaveHack/OpenDominion
|
c4a7f778d65f55843f57d69d4ea99ebf3dea65bd
|
ci/meta.yaml
|
ci/meta.yaml
|
package:
name: brightway_projects-dev
version: {{ environ['VERSION'] }}
source:
path: ..
build:
noarch_python: True
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
script_env:
- VERSION
- CONDA_BLD_PATH
requirements:
build:
- python
- setuptools
run:
- python
- appdirs
- peewee
test:
imports:
- brightway_projects
about:
home: "https://github.com/brightway-lca/brightway_projects"
license: BSD License
summary: 'Manager for Brightway LCA libraries and projects'
license_family: BSD
|
package:
name: brightway_projects-dev
version: {{ environ['VERSION'] }}
source:
path: ..
build:
noarch: python
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
script_env:
- VERSION
- CONDA_BLD_PATH
requirements:
build:
- python
- setuptools
run:
- python
- appdirs
- peewee
test:
imports:
- brightway_projects
about:
home: "https://github.com/brightway-lca/brightway_projects"
license: BSD License
summary: 'Manager for Brightway LCA libraries and projects'
license_family: BSD
|
Update recipe to get OS-independent builds
|
Update recipe to get OS-independent builds
|
YAML
|
bsd-3-clause
|
brightway-lca/brightway
|
a0ca8b6e6cc791accd307bd56a8d04c7e7da6313
|
azure-steps/test.yml
|
azure-steps/test.yml
|
steps:
- task: UsePythonVersion@0
displayName: ${{format('Setup Python {0}', parameters.python_version)}}
inputs:
versionSpec: '${{parameters.python_version}}'
- template: install_deps.yml
- script: 'pipenv run make coverage'
displayName: Run Tests with Coverage
- task: PublishTestResults@2
displayName: Publish Test Results
inputs:
testResultsFiles: 'test-results.xml'
mergeTestResults: true
testRunTitle: ${{format('$(agent.os) Python {0}', parameters.python_version)}}
platform: Linux
condition: succeededOrFailed()
- task: PublishCodeCoverageResults@1
displayName: Publish Code Coverage Results
inputs:
codeCoverageTool: 'cobertura'
summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage.xml'
reportDirectory: '$(System.DefaultWorkingDirectory)/htmlcov'
failIfCoverageEmpty: true
- task: Bash@3
inputs:
targetType: inline
workingDirectory: '$(System.DefaultWorkingDirectory)'
script: ${{format('pipenv run python -m codecov -f $(System.DefaultWorkingDirectory)/coverage.xml --token $(CODECOV_TOKEN) --required --name "$(agent.os)-{0}" --build "$(Build.DefinitionName)" --env OS=$(agent.os) python={0}', parameters.python_version)}}
displayName: Upload to codecov.io
condition: succeeded()
|
steps:
- task: UsePythonVersion@0
displayName: ${{format('Setup Python {0}', parameters.python_version)}}
inputs:
versionSpec: '${{parameters.python_version}}'
- template: install_deps.yml
- script: 'pipenv run make coverage'
displayName: Run Tests with Coverage
- task: PublishTestResults@2
displayName: Publish Test Results
inputs:
testResultsFiles: 'test-results.xml'
mergeTestResults: true
testRunTitle: ${{format('$(agent.os) Python {0}', parameters.python_version)}}
platform: Linux
condition: succeededOrFailed()
- task: PublishCodeCoverageResults@1
displayName: Publish Code Coverage Results
inputs:
codeCoverageTool: 'cobertura'
summaryFileLocation: '$(System.DefaultWorkingDirectory)/coverage.xml'
reportDirectory: '$(System.DefaultWorkingDirectory)/htmlcov'
failIfCoverageEmpty: true
- task: Bash@3
inputs:
targetType: inline
workingDirectory: '$(System.DefaultWorkingDirectory)'
script: ${{format('pipenv run python -m codecov -f $(pwd)/coverage.xml --token $(CODECOV_TOKEN) --required --name "$(agent.os)-{0}" --build "$(Build.DefinitionName)" --env OS=$(agent.os) python={0}', parameters.python_version)}}
displayName: Upload to codecov.io
condition: succeeded()
|
Fix coverage upload on Windows build
|
Fix coverage upload on Windows build
|
YAML
|
mit
|
gatkin/declxml
|
6598917674f0ade0c4e92e8887332adbc0b73f46
|
.travis.yml
|
.travis.yml
|
language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
matrix:
include:
os: windows
cache: false
node_js: node
env:
- YARN_GPG=no
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: api
on:
branch: master
node_js: node
os: linux
|
language: node_js
cache: yarn
node_js:
- node
- "12"
- "10"
matrix:
include:
os: windows
cache: false
node_js: node
env: "YARN_GPG=no"
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
local-dir: api
on:
branch: master
node_js: node
os: linux
|
Clean up Travis CI config
|
Clean up Travis CI config
|
YAML
|
mit
|
jonathantneal/postcss,postcss/postcss,postcss/postcss,Semigradsky/postcss
|
e562f05848f97290ab276ea127d81ed8e1f3d5d1
|
.travis.yml
|
.travis.yml
|
sudo: required
language: go
go:
- 1.7.x
install:
- echo "Please don't go get"
services:
- docker
before_script:
- curl -sSL test.docker.com | sudo -E sh
script:
- go get -d -v
- ./build.sh
- ./build_samples.sh
- ./test/version.sh ./faas-cli
# - ./deploy_samples.sh # requires a deployed FaaS
|
sudo: required
language: go
go:
- 1.7.x
install:
- echo "Please don't go get"
services:
- docker
before_script:
- curl -sSL test.docker.com | sudo -E sh
script:
- go get -d -v
- ./build.sh
- ./build_samples.sh
- ./test/version.sh ./faas-cli
# - ./deploy_samples.sh # requires a deployed FaaS
before_deploy:
- ./build_redist.sh
deploy:
provider: releases
api_key:
secure: "ADD SECURE TOKEN HERE"
file:
- faas-cli
- faas-cli-darwin
- faas-cli-armhf
- faas-cli.exe
skip_cleanup: true
on:
tags: true
|
Build and deploy all platforms to Github on tag
|
Build and deploy all platforms to Github on tag
This commit updates Travis to build `faas-cli` for all target platforms
and deploy the resulting binaries to Github whenever a release is
tagged.
**NOTE** the `api_key` will need to be populated with a travis secure
encrypted copy of a Github token with repo access.
- Create a personal token for the faas-cli deploy with `repo:status`,
`repo_deployment`, `public_repo` scope
- Encrypt that token with the travis cli.
```
cd $GOPATH/src/github.com/alexellis/faas-cli/
travis login
travis encrypt YOUR_GITHUB_TOKEN
```
Signed-off-by: John McCabe <[email protected]>
|
YAML
|
mit
|
itscaro/faas-cli,itscaro/faas-cli,itscaro/faas-cli
|
07c6bd56803a21103a05fa324ba9bfc865369fa2
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: "npm test && sudo $(which npm) run test-root && npm run test:install"
before_script:
- "./test/hosts.sh"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq graphicsmagick
notifications:
email: false
irc:
channels:
- "chat.freenode.net#pump.io"
on_success: change
on_failure: change
|
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: "npm test && sudo sh -c 'export PATH=\"'\"$(dirname $(which node)):$PATH\"'\" && npm run test-root' && npm run test:install"
before_script:
- "./test/hosts.sh"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq graphicsmagick
notifications:
email: false
irc:
channels:
- "chat.freenode.net#pump.io"
on_success: change
on_failure: change
|
Make the way we run as-root tests on Travis more robust
|
Make the way we run as-root tests on Travis more robust
Apparently the old way caused "/usr/bin/env: node: No such file or
directory" on Node 6 builds.
|
YAML
|
apache-2.0
|
e14n/pump.io,pump-io/pump.io,e14n/pump.io,pump-io/pump.io,pump-io/pump.io,e14n/pump.io
|
0f8a65c070688fc96f2d145022b11bb702c6e2ee
|
config/application.sample.yml
|
config/application.sample.yml
|
DATA_DIR: <%= File.expand_path("../public", __FILE__) %>
RAVEN_DSN: ""
SIDEKIQ_PASSWORD: ""
NEWRELIC_LICENSE_KEY: ""
BOWER_TMP: ~
BOWER_CACHE: ~
|
DATA_DIR: <%= File.expand_path("../public", __FILE__) %>
RAVEN_DSN: ""
SIDEKIQ_PASSWORD: ""
NEWRELIC_LICENSE_KEY: ""
BOWER_TMP: <%= Dir.tmpdir %>
BOWER_CACHE: ~
|
Set BOWER_TMP to system tmp by default
|
Set BOWER_TMP to system tmp by default
|
YAML
|
mit
|
tenex/rails-assets,tenex/rails-assets,tenex/rails-assets
|
233e48ab87de65afd4ae43611ce50f4c77f201e0
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
env:
# GitHub OAuth Token:
- secure: "9c4MO9OUFz3rZ6R06d4fXWNtZGEr5Kio6dgP5yOxgBfOGJ8EhxCYduDuEPcU2XRCUgqRQwCMGEF3C+RWMEwDUOzm+1JZjh56oYqLGe6TMpZY0qJfbeWXpY2sKdN/JTOockEXnuKsDnHgAscFko4bztD7LRk9lE3RBAuazCib8EvRxQOA32RDP7ty1lGlFnO8Kz7lhIr4UkPLT/le+AmkJcnIbhfWUfksERPIq6IYhvAv+CYSBPKThjSOsTPdm73PSfVX1nyBER1Udr9YOtpaIqU+fXqdjOjoi0IVUeJywmR+KHLrjag6y9QYI5DI8lf1BRHiOqotXJTYlrctPeWnxaEpVnLAxcHG7N8TC67dyc259wwOmg+55A4yO4J4420pFaut2oA0aqHLrf5JJB+zQaXDyetkuPPiQctPymt0B0mRjyhzVk0hNJPfl4/hb+DrieO7T0rw2qQmMzH9k/ktQI0FqAgkSRHaUZ0G6vUOeFigTO/XvfnrVPh7ZW5eQns3oN4VzinD1wTJWv0Pm4RFK1de8XTFJrkBNd9AcqWEiLI2mfBe/UE31CW0sObm1tGj3KtYMGZ7LF1b3iNNiogSjVvDmXFdGUSM1qbx5jAeN398CsIhM3PkXVHT6/nWsPFw+GyExeHIKicAyWR4VOV9OCAu2aDKfVd4DEnBM/j3Kis="
install:
- pip install unittest2
- pip install coveralls
- pip install codecov
script:
- coverage run --source ghstats/ghstats.py tests/test_ghstats.py
after_success:
- coveralls
- codecov
|
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
install:
- pip install unittest2
- pip install coveralls
- pip install codecov
script:
- coverage run --source ghstats/ghstats.py tests/test_ghstats.py
after_success:
- coveralls
- codecov
|
Remove OAuth secret from Travis config
|
Remove OAuth secret from Travis config
|
YAML
|
mit
|
kefir500/ghstats
|
8b544e201a1b04d326f7785745cd045e02c2b6a0
|
.travis.yml
|
.travis.yml
|
language: erlang
otp_release:
- 18.1
- 17.4
- R16B03
- R16B02
- R16B01
script:
- make dialyzer
- make xref
- make
- make test
- make riak-test
notifications:
email: [email protected]
sudo: false
|
language: erlang
otp_release:
- 18.1
- 17.4
- R16B03
script:
- make dialyzer
- make xref
- make
- make test
- make riak-test
notifications:
email: [email protected]
sudo: false
|
Remove older versions of Erlang.
|
Remove older versions of Erlang.
|
YAML
|
apache-2.0
|
lasp-lang/lasp,ergl/lasp,ergl/lasp,lasp-lang/lasp,lasp-lang/lasp,ergl/lasp,lasp-lang/lasp,ergl/lasp
|
041b4586866d5dcbe4d970caf8f29101e0dcf153
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
notifications:
email:
- [email protected]
install:
# Use latest Augeas
- sudo add-apt-repository -y ppa:raphink/augeas
- sudo apt-get update
- sudo apt-get install make libaugeas-dev libxml2-dev
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- pip install --use-mirrors -r requirements.txt
- python setup.py develop
script:
- python test/augeas/Makefile
- nosetests test
|
language: python
python:
- "2.6"
- "2.7"
notifications:
email:
- [email protected]
install:
# Use latest Augeas
- sudo add-apt-repository -y ppa:raphink/augeas
- sudo apt-get update
- sudo apt-get install make libaugeas-dev libxml2-dev
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
- pip install --use-mirrors -r requirements.txt
- python setup.py develop
script:
- python test/augeas/test_augeas.py
- nosetests test
|
Fix the issue in the command of "script" section
|
Fix the issue in the command of "script" section
|
YAML
|
apache-2.0
|
henrysher/opslib,henrysher/opslib
|
e61e4f3c4005446374c6f7701221d5f744bd9d7c
|
.travis.yml
|
.travis.yml
|
language: ruby
dist: xenial
cache: bundler
services:
- postgresql
- mysql
bundler_args: --without yard guard benchmarks tools
before_script:
- psql -c 'create database rom_sql;' -U postgres
- mysql -u root -e 'create database rom_sql;'
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
after_script:
- "[ -d coverage ] && ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
script:
- bundle exec rake
rvm:
- 2.6.2
- 2.5.5
- 2.4.6
- jruby-9.2.7.0
env:
global:
- COVERAGE='true'
notifications:
webhooks:
urls:
- https://rom-rb.zulipchat.com/api/v1/external/travis?api_key=S1S2GRkXHlzlaCGyUwm7o4lg50IZrwCH&stream=notifications&topic=ci
on_success: change
on_failure: always
on_start: false
|
language: ruby
dist: xenial
cache: bundler
services:
- postgresql
- mysql
bundler_args: --without yard guard benchmarks tools
before_script:
- psql -c 'create database rom_sql;' -U postgres
- mysql -u root -e 'create database rom_sql;'
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
after_script:
- "[ -d coverage ] && ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
script:
- bundle exec rake
rvm:
- 2.6.2
- 2.5.5
- 2.4.6
- jruby-9.2.7.0
env:
global:
- COVERAGE='true'
matrix:
allow_failures:
- rvm: jruby
notifications:
webhooks:
urls:
- https://rom-rb.zulipchat.com/api/v1/external/travis?api_key=S1S2GRkXHlzlaCGyUwm7o4lg50IZrwCH&stream=notifications&topic=ci
on_success: change
on_failure: always
on_start: false
|
Allow failures on jruby for now
|
Allow failures on jruby for now
Specs are failing on Travis under jruby for some reason. I checked
locally and they do pass, so this is probably some temporary issue with
Travis setup.
|
YAML
|
mit
|
rom-rb/rom-sql,rom-rb/rom-sql
|
baf605833b99c0d6bd2f76067ca9d0f91091607d
|
.travis.yml
|
.travis.yml
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
podfile: Example/Podfile
before_install:
- pod install --project-directory=Example
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild test -workspace Example/Swizzler.xcworkspace -scheme Swizzler -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- pod lib lint --quick
|
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
language: objective-c
podfile: Example/Podfile
before_install:
- pod install --project-directory=Example
install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
- set -o pipefail && xcodebuild test -workspace Example/Swizzler.xcworkspace -scheme Swizzler-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
- pod lib lint --quick
|
Revert "fixed the scheme name"
|
Revert "fixed the scheme name"
This reverts commit 287752621603cdfd16d53aba7eba09ded5103498.
|
YAML
|
mit
|
Wondermall/Swizzler,Wondermall/Swizzler,Wondermall/Swizzler,Wondermall/Swizzler
|
b60918cd30dd88d960b754bb992db44139498831
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=django==1.5.1
- DJANGO=django==1.4.5
install:
- pip install -q $DJANGO --use-mirrors
- pip install -q -e . --use-mirrors
script:
- python setup.py test
|
language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=django==1.5.1
- DJANGO=django==1.4.5
install:
- pip install -q $DJANGO coverage==3.6 --use-mirrors
- pip install -q -e . --use-mirrors
script:
- coverage run --source=django_iban ./manage.py test
- coverage report -m
after_success:
- pip install coveralls==0.1.1 --use-mirrors
- coveralls
|
Add support for coveralls to Travis tests.
|
Add support for coveralls to Travis tests.
|
YAML
|
bsd-3-clause
|
benkonrath/django-iban
|
60c4681b8b48ff2b34188d324d0d198b2fa91cf0
|
.travis.yml
|
.travis.yml
|
sudo: false
language: python
services:
- memcached
- riak
- mysql
- postgresql
- redis-server
- cassandra
python:
- "2.7"
cache:
directories:
- node_modules
- $HOME/.cache/pip
- "$HOME/virtualenv/python2.7.9"
env:
matrix:
- TEST_SUITE=sqlite DB=sqlite
- TEST_SUITE=postgres DB=postgres
- TEST_SUITE=webpack
- TEST_SUITE=js
- TEST_SUITE=cli
global:
- SENTRY_LIGHT_BUILD=1
- SKIP_BACKEND_VALIDATION=1
install:
- make travis-install-$TEST_SUITE
script:
- make travis-lint-$TEST_SUITE
- make travis-test-$TEST_SUITE
after_success:
- codecov -e TEST_SUITE
|
sudo: false
language: python
services:
- memcached
- riak
- postgresql
- redis-server
- cassandra
python:
- "2.7"
cache:
directories:
- node_modules
- $HOME/.cache/pip
- "$HOME/virtualenv/python2.7.9"
env:
matrix:
- TEST_SUITE=sqlite DB=sqlite
- TEST_SUITE=postgres DB=postgres
- TEST_SUITE=webpack
- TEST_SUITE=js
- TEST_SUITE=cli
global:
- SENTRY_LIGHT_BUILD=1
- SKIP_BACKEND_VALIDATION=1
install:
- make travis-install-$TEST_SUITE
script:
- make travis-lint-$TEST_SUITE
- make travis-test-$TEST_SUITE
after_success:
- codecov -e TEST_SUITE
|
Remove mysql from required services
|
Remove mysql from required services
|
YAML
|
bsd-3-clause
|
zenefits/sentry,BayanGroup/sentry,ifduyue/sentry,looker/sentry,BuildingLink/sentry,nicholasserra/sentry,ifduyue/sentry,jean/sentry,looker/sentry,JamesMura/sentry,JackDanger/sentry,fotinakis/sentry,BuildingLink/sentry,BayanGroup/sentry,zenefits/sentry,JackDanger/sentry,looker/sentry,mvaled/sentry,ifduyue/sentry,mvaled/sentry,jean/sentry,alexm92/sentry,JamesMura/sentry,jean/sentry,beeftornado/sentry,imankulov/sentry,ifduyue/sentry,beeftornado/sentry,daevaorn/sentry,beeftornado/sentry,mitsuhiko/sentry,JamesMura/sentry,jean/sentry,ifduyue/sentry,gencer/sentry,zenefits/sentry,zenefits/sentry,mvaled/sentry,BuildingLink/sentry,gencer/sentry,daevaorn/sentry,looker/sentry,looker/sentry,BuildingLink/sentry,gencer/sentry,daevaorn/sentry,fotinakis/sentry,BayanGroup/sentry,alexm92/sentry,BuildingLink/sentry,mvaled/sentry,imankulov/sentry,zenefits/sentry,imankulov/sentry,JamesMura/sentry,alexm92/sentry,daevaorn/sentry,JamesMura/sentry,nicholasserra/sentry,JackDanger/sentry,mitsuhiko/sentry,gencer/sentry,jean/sentry,mvaled/sentry,mvaled/sentry,nicholasserra/sentry,gencer/sentry,fotinakis/sentry,fotinakis/sentry
|
6e61a099dffca2c9f6a4c3dd4bbdf710f96aca15
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- hhvm
- nightly
dist: trusty
cache:
directories:
- $HOME/.composer/cache
allow_failures:
- php: nightly
install:
- travis_retry composer install --prefer-dist --no-interaction --no-suggest
script: vendor/bin/phpunit
|
language: php
php:
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- nightly
dist: trusty
cache:
directories:
- $HOME/.composer/cache
allow_failures:
- php: nightly
install:
- travis_retry composer install --prefer-dist --no-interaction --no-suggest
script: vendor/bin/phpunit
|
Test on new versions of PHP, drop hhvm
|
Test on new versions of PHP, drop hhvm
|
YAML
|
mit
|
SecureHeaders/PsrAdapter
|
436661c20deda1a784edd165bd7dfc6c4c2c091a
|
.travis.yml
|
.travis.yml
|
sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
matrix:
fast_finish: true
allow_failures:
- php: hhvm
include:
- php: hhvm
dist: trusty
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --dev
script:
- make travis
after_success:
- if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then bash <(curl -s https://codecov.io/bash); fi
cache:
directories:
- $HOME/.composer/cache
|
sudo: false
language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- nightly
matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: nightly
include:
- php: hhvm
dist: trusty
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --dev
script:
- make travis
after_success:
- if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then bash <(curl -s https://codecov.io/bash); fi
cache:
directories:
- $HOME/.composer/cache
|
Test with PHP 7.2 and 7.3
|
Test with PHP 7.2 and 7.3
|
YAML
|
mit
|
tuupola/slim-basic-auth
|
503f58e5c404e06672361daa09c0382edcc98c8d
|
.travis.yml
|
.travis.yml
|
language: php
cache:
directories:
- $HOME/.composer/cache
git:
depth: 5
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- hhvm-nightly
matrix:
fast_finish: true
allow_failures:
- php: hhvm-nightly
before_script:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install --no-interaction --no-progress --prefer-dist
script:
- vendor/bin/phpunit
|
language: php
cache:
directories:
- $HOME/.composer/cache
git:
depth: 5
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
fast_finish: true
before_script:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- composer install --no-interaction --no-progress --prefer-dist
script:
- vendor/bin/phpunit
|
Remove hhvm-nightly from build matrix
|
Fix: Remove hhvm-nightly from build matrix
|
YAML
|
mit
|
alcohol/semver,composer/semver,stof/semver,JeroenDeDauw/semver
|
664aff35ffb50130e3a84e9be04e0334b71dcbe2
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
before_script:
- "cp spec/{.travis.,}database.yml"
- "bundle exec rake db:prepare"
script: bundle exec rake spec:rails_all
sudo: false
|
language: ruby
rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
matrix:
allow_failures:
# Allow 2.5 to fail until Travis CI bug is fixed. See:
# * https://github.com/travis-ci/travis-ci/issues/8978
# * https://github.com/travis-ci/travis-ci/issues/8969
- rvm: "2.5"
before_script:
- "cp spec/{.travis.,}database.yml"
- "bundle exec rake db:prepare"
script: bundle exec rake spec:rails_all
sudo: false
|
Allow 2.5 to fail until Travis CI bug is fixed
|
Allow 2.5 to fail until Travis CI bug is fixed
For more info see:
* https://github.com/travis-ci/travis-ci/issues/8978
* https://github.com/travis-ci/travis-ci/issues/8969
|
YAML
|
mit
|
iangreenleaf/activerecord_enum,iangreenleaf/native_enum
|
a9917412e8d2b0374553ab3f481a318cabb57127
|
.travis.yml
|
.travis.yml
|
language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: 7.0
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer self-update
before_script:
- composer install --prefer-dist --no-interaction
script:
- vendor/bin/phpunit
|
language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: 7.0
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer self-update
install:
- composer install --prefer-dist --no-interaction
script:
- vendor/bin/phpunit
|
Install dependencies in install section
|
Fix: Install dependencies in install section
|
YAML
|
mit
|
Maxlab/DesignPatternsPHP,michalmrzyk/DesignPatternsPHP,aaasayok/DesignPatternsPHP,uriencedric/DesignPatternsPHP,ftwbzhao/DesignPatternsPHP,fxcosta/DesignPatternsPHP,Grrrben/DesignPatternsPHP,zs9912/DesignPatternsPHP,jrzbraga/DesignPatternsPHP,andreustimm/DesignPatternsPHP,scriptrepo/DesignPatternsPHP,bmsrox/DesignPatternsPHP,bmsrox/DesignPatternsPHP,albertogviana/DesignPatternsPHP,shrimpma/DesignPatternsPHP,lowhow/DesignPatternsPHP,viniciusferreira/DesignPatternsPHP,ModernPUG/DesignPatternsPHP,amine2z/DesignPatternsPHP,Grrrben/DesignPatternsPHP,eddiejaoude/DesignPatternsPHP,axelitus/DesignPatternsPHP,michalmrzyk/DesignPatternsPHP,sunnyzwh/DesignPatternsPHP,adderall/DesignPatternsPHP,wispwind/DesignPatternsPHP,desarrolla2/DesignPatternsPHP,su-xiaolin/DesignPatternsPHP,henninghorn/DesignPatternsPHP,su-xiaolin/DesignPatternsPHP,aaasayok/DesignPatternsPHP,w3yyb/DesignPatternsPHP,viniciusferreira/DesignPatternsPHP,splp/DesignPatternsPHP,paulodacosta/DesignPatternsPHP,andreustimm/DesignPatternsPHP,developmentstudio/DesignPatternsPHP,tafint/DesignPatternsPHP,allengaller/DesignPatternsPHP,shrimpma/DesignPatternsPHP,Sajaki/DesignPatternsPHP,henninghorn/DesignPatternsPHP,developmentstudio/DesignPatternsPHP,Grrrben/DesignPatternsPHP,su-xiaolin/DesignPatternsPHP,wispwind/DesignPatternsPHP,sunnyzwh/DesignPatternsPHP,domnikl/DesignPatternsPHP,sunnyzwh/DesignPatternsPHP,axelitus/DesignPatternsPHP,thewulf7/DesignPatternsPHP,zjsxwc/DesignPatternsPHP,Emran04/DesignPatternsPHP,splp/DesignPatternsPHP,luisbrito/DesignPatternsPHP,piotrgradzinski/DesignPatternsPHP,chechuco/DesignPatternsPHP,pepijnolivier/DesignPatternsPHP,chechuco/DesignPatternsPHP,adderall/DesignPatternsPHP,w3yyb/DesignPatternsPHP,Sajaki/DesignPatternsPHP,piotrgradzinski/DesignPatternsPHP,bmsrox/DesignPatternsPHP,albertogviana/DesignPatternsPHP,allengaller/DesignPatternsPHP,lcp0578/DesignPatternsPHP,paulodacosta/DesignPatternsPHP,loki-sama/DesignPatternsPHP,thewulf7/DesignPatternsPHP,w3yyb/DesignPatternsPHP,Maxlab/DesignPatternsPHP,KIVagant/DesignPatternsPHP,KIVagant/DesignPatternsPHP,paulodacosta/DesignPatternsPHP,ggnet/DesignPatternsPHP,amine2z/DesignPatternsPHP,ironxu/DesignPatternsPHP,HossamYoussef2009/DesignPatternsPHP,mb744/php_design_,leonampd/DesignPatternsPHP,xinghuwang/DesignPatternsPHP,henninghorn/DesignPatternsPHP,pathirana/DesignPatternsPHP,pepijnolivier/DesignPatternsPHP,leonampd/DesignPatternsPHP,amine26tz/DesignPatternsPHP,wmydz1/DesignPatternsPHP,eddiejaoude/DesignPatternsPHP,adderall/DesignPatternsPHP,amine26tz/DesignPatternsPHP,axelitus/DesignPatternsPHP,ggnet/DesignPatternsPHP,letmeseesee/DesignPatternsPHP,giordan83/DesignPatternsPHP,darshanw/DesignPatternsPHP,felipevolpatto/DesignPatternsPHP,zoka123/DesignPatternsPHP,fxcosta/DesignPatternsPHP,lyhistory/DesignPatternsPHP,KIVagant/DesignPatternsPHP,luisbrito/DesignPatternsPHP,darshanw/DesignPatternsPHP,viniciusferreira/DesignPatternsPHP,letmeseesee/DesignPatternsPHP,uriencedric/DesignPatternsPHP,desarrolla2/DesignPatternsPHP,scriptrepo/DesignPatternsPHP,ModernPUG/DesignPatternsPHP,felipevolpatto/DesignPatternsPHP,dead23angel/DesignPatternsPHP,aaasayok/DesignPatternsPHP,wispwind/DesignPatternsPHP,wmydz1/DesignPatternsPHP,yoanm/DesignPatternsPHP,jrzbraga/DesignPatternsPHP,amine26tz/DesignPatternsPHP,zjsxwc/DesignPatternsPHP,pathirana/DesignPatternsPHP,Emran04/DesignPatternsPHP,creocoder/DesignPatternsPHP,ModernPUG/DesignPatternsPHP,lyhistory/DesignPatternsPHP,darshanw/DesignPatternsPHP,giordan83/DesignPatternsPHP,albertogviana/DesignPatternsPHP,splp/DesignPatternsPHP,michalmrzyk/DesignPatternsPHP,giordan83/DesignPatternsPHP,creocoder/DesignPatternsPHP,yoanm/DesignPatternsPHP,tafint/DesignPatternsPHP,piotrgradzinski/DesignPatternsPHP,amine2z/DesignPatternsPHP,pepijnolivier/DesignPatternsPHP,dead23angel/DesignPatternsPHP,xinghuwang/DesignPatternsPHP,lowhow/DesignPatternsPHP,ftwbzhao/DesignPatternsPHP,zs9912/DesignPatternsPHP,eddiejaoude/DesignPatternsPHP,yoanm/DesignPatternsPHP,HossamYoussef2009/DesignPatternsPHP,scriptrepo/DesignPatternsPHP,developmentstudio/DesignPatternsPHP,leonampd/DesignPatternsPHP,HossamYoussef2009/DesignPatternsPHP,felipevolpatto/DesignPatternsPHP,lyhistory/DesignPatternsPHP,fxcosta/DesignPatternsPHP,Sajaki/DesignPatternsPHP,mb744/php_design_,pathirana/DesignPatternsPHP,loki-sama/DesignPatternsPHP,Emran04/DesignPatternsPHP,xinghuwang/DesignPatternsPHP,mb744/php_design_,lcp0578/DesignPatternsPHP,dead23angel/DesignPatternsPHP,jrzbraga/DesignPatternsPHP,desarrolla2/DesignPatternsPHP,Maxlab/DesignPatternsPHP,tafint/DesignPatternsPHP,ironxu/DesignPatternsPHP,domnikl/DesignPatternsPHP,ftwbzhao/DesignPatternsPHP,lcp0578/DesignPatternsPHP
|
2f3f35b6325e74a7034a571d33598c6333674b6b
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy
install:
- "pip install ."
- "pip install -r requirements.txt"
script: nosetests
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install -qq python-numpy libblas-dev liblapack-dev gfortran
install:
- "pip install ."
- "pip install -r requirements.txt"
script: nosetests
|
Install build deps for scipy.
|
Install build deps for scipy.
|
YAML
|
mit
|
chrinide/theanets,devdoer/theanets,lmjohns3/theanets
|
7d472a86cdd238147e278792687cdb2d875de8d5
|
build/build.yml
|
build/build.yml
|
steps:
- task: DotNetCoreCLI@2
displayName: 'dotnet restore'
inputs:
command: restore
- task: DotNetCoreCLI@2
displayName: 'dotnet build'
inputs:
command: build
projects: 'LineBot.sln'
arguments: '-c Release'
- task: DotNetCoreCLI@2
displayName: 'dotnet test'
inputs:
command: test
projects: 'tests/LineBot.Tests/LineBot.Tests.csproj'
arguments: '--no-build -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover'
|
steps:
- task: DotNetCoreCLI@2
displayName: 'dotnet restore'
inputs:
command: restore
- task: DotNetCoreCLI@2
displayName: 'dotnet build'
inputs:
command: build
projects: 'LineBot.sln'
arguments: '-c Release'
- task: DotNetCoreCLI@2
displayName: 'dotnet test'
inputs:
command: test
projects: 'tests/LineBot.Tests/LineBot.Tests.csproj'
arguments: '--no-build -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura'
|
Revert back to test if that breaks codecov.
|
Revert back to test if that breaks codecov.
|
YAML
|
apache-2.0
|
dlemstra/line-bot-sdk-dotnet,dlemstra/line-bot-sdk-dotnet
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.