Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add Python3 xena unit tests | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-xena-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
|
Install GhostScript for the documentation | name: Checks
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- python-version: 3.9
env:
TOXENV: security
- python-version: 3.9
env:
TOXENV: flake8
- python-version... | name: Checks
on: [push, pull_request]
jobs:
checks:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- python-version: 3.9
env:
TOXENV: security
- python-version: 3.9
env:
TOXENV: flake8
- python-version... |
Use Visual Studio 15.0 on Appveyor | environment:
nodejs_version: "6"
platform:
- x86
- x64
install:
- ps: Install-Product node $env:nodejs_version
- curl -sSf -o rustup-init.exe https://win.rustup.rs
- rustup-init.exe -y
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -V
- cargo -V
build: false
test_script:
- cd tests
- n... | os: Visual Studio 2015
environment:
nodejs_version: "6"
platform:
- x86
- x64
install:
- ps: Install-Product node $env:nodejs_version
- curl -sSf -o rustup-init.exe https://win.rustup.rs
- rustup-init.exe -y
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -V
- cargo -V
build: false
test_sc... |
Remove deploy to NuGet from CI | install:
- cinst gitversion.portable -y
- cinst gitlink -Pre -y
platform: Any CPU
configuration: Release
before_build:
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- nuget restore Source/QuantityTypes.sln
- gitversion /l console /output buildserver /updateAss... | install:
- cinst gitversion.portable -y
- cinst gitlink -Pre -y
platform: Any CPU
configuration: Release
before_build:
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- nuget restore Source/QuantityTypes.sln
- gitversion /l console /output buildserver /updateAss... |
Change 7.4 workflow to latest (and maybe not fail) | version: 2.1
orbs:
bedrock:
executors:
php-74:
docker:
- image: 'circleci/php:7.4-stretch'
php-73:
docker:
- image: 'circleci/php:7.3-stretch'
php-72:
docker:
- image: 'circleci/php:7.2-stretch'
php-71:
docker:
- imag... | version: 2.1
orbs:
bedrock:
executors:
php-latest:
docker:
- image: 'circleci/php:latest'
php-73:
docker:
- image: 'circleci/php:7.3-stretch'
php-72:
docker:
- image: 'circleci/php:7.2-stretch'
php-71:
docker:
- image... |
Use newer node for circleci | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: circleci/node:6.11.1
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: install
command: yarn install
- save_cache:
key:... | version: 2
jobs:
build:
working_directory: ~/repo
docker:
- image: circleci/node:10.13.0
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: install
command: yarn install
- save_cache:
key... |
Update Downloader to 1.5 (5) | Categories:
- System
License: CDDL-1.0
AuthorName: Umnik
SourceCode: https://notabug.org/Umnik/DownloaderForSaveTo
IssueTracker: https://notabug.org/Umnik/DownloaderForSaveTo/issues
Changelog: https://notabug.org/Umnik/DownloaderForSaveTo/releases
AutoName: Downloader
RepoType: git
Repo: https://notabug.org/Umnik/D... | Categories:
- System
License: CDDL-1.0
AuthorName: Umnik
SourceCode: https://notabug.org/Umnik/DownloaderForSaveTo
IssueTracker: https://notabug.org/Umnik/DownloaderForSaveTo/issues
Changelog: https://notabug.org/Umnik/DownloaderForSaveTo/releases
AutoName: Downloader
RepoType: git
Repo: https://notabug.org/Umnik/D... |
Update Tostrud Climbing Wall hours against web | name: Tostrud Climbing Wall
category: Gym
schedule:
- title: Hours
hours:
- {days: [Mo, Tu, We, Th, Fr], from: '4:00pm', to: '9:00pm'}
- {days: [Sa], from: '1:00pm', to: '5:00pm'}
- {days: [Su], from: '4:00pm', to: '9:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: ... | name: Tostrud Climbing Wall
category: Gym
schedule:
- title: Hours
hours:
- {days: [Su, Mo, Tu, We, Th], from: '4:00pm', to: '9:00pm'}
- {days: [Fr], from: '4:00pm', to: '8:00pm'}
- {days: [Sa], from: '1:00pm', to: '5:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim:... |
Make config compatible with symfony 3.4 | parameters:
werkspot.sitemap.cache.shared_max_age: 86400
services:
werkspot.sitemap.generator:
class: Werkspot\Bundle\SitemapBundle\Service\Generator
| parameters:
werkspot.sitemap.cache.shared_max_age: 86400
services:
werkspot.sitemap.generator:
class: Werkspot\Bundle\SitemapBundle\Service\Generator
public: true
|
Reorder pages: About is the last one | # Site navigation links
- title: About
url: /about/
- title: All Posts
url: /posts/
- title: Presentations
url: /presentations/ | # Site navigation links
- title: All Posts
url: /posts/
- title: Presentations
url: /presentations/
- title: About
url: /about/ |
Update Tiny Weather Forecast Germany to 0.53.0 (17) | Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Pawel Dube
SourceCode: https://codeberg.org/Starfish/TinyWeatherForecastGermany
IssueTracker: https://codeberg.org/Starfish/TinyWeatherForecastGermany/issues
AutoName: Tiny Weather Forecast Germany
RepoType: git
Repo: https://codeberg.org/Starfish/TinyWea... | Categories:
- Internet
License: GPL-3.0-or-later
AuthorName: Pawel Dube
SourceCode: https://codeberg.org/Starfish/TinyWeatherForecastGermany
IssueTracker: https://codeberg.org/Starfish/TinyWeatherForecastGermany/issues
AutoName: Tiny Weather Forecast Germany
RepoType: git
Repo: https://codeberg.org/Starfish/TinyWea... |
Add rethinkdb box + node init.js | box: wercker/nodejs
# Build definition
build:
# The steps that will be executed on build
steps:
# A step that executes `npm install` command
- npm-install
# A step that executes `npm test` command
- npm-test
# A custom script step, name value is used in the UI
# and the code value contains ... | box: wercker/nodejs
services:
- mies/rethinkdb
# Build definition
build:
# The steps that will be executed on build
steps:
# A step that executes `npm install` command
- npm-install
- script:
name: init
code: |
node init.js
# A step that executes `npm test` command
... |
Update platforms in Test Kitchen | driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.11
- name: centos-6.7
- name: centos-7.2
- name: debian-7.9
run_list: apt::default
- name: debian-8.2
run_list: apt::default
- name: fedora-22
run_list: yum::dnf_yum_compat
- name: fedora-23
run_list: yum:... | driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.11
- name: centos-6.7
- name: centos-7.2
- name: debian-7.10
run_list: apt::default
- name: debian-8.4
run_list: apt::default
- name: fedora-22
run_list: yum::dnf_yum_compat
- name: fedora-23
run_list: yum... |
Update from Hackage at 2019-01-02T14:21:31Z | homepage: https://github.com/kelemzol/htlset
changelog-type: markdown
hash: 8f8546a0fff09469eb9ab4ec0cc2482b0e98c023cb786de1b87e3d74b2508b87
test-bench-deps: {}
maintainer: kelemzol@elte.hu
synopsis: Heterogenous Set
changelog: ! "# Revision history for htlset\r\n\r\n## 0.1.0.0 -- YYYY-mm-dd\r\n\r\n*
First version. ... | homepage: https://github.com/kelemzol/htlset
changelog-type: markdown
hash: e920302e5761ab3e29171679d0e8f1ff8f30a374718a6368d8209cf1fe4e7c9c
test-bench-deps: {}
maintainer: kelemzol@elte.hu
synopsis: Heterogenous Set
changelog: "# Revision history for htlset\r\n\r\n## 0.1.0.0 -- YYYY-mm-dd\r\n\r\n*
First version. Re... |
Update from Hackage at 2017-10-14T23:51:26Z | homepage: https://github.com/louispan/javascript-extras#readme
changelog-type: ''
hash: 738cad063f8aa2b2024a112d0b0013941695ab8d614ab1383f9a200e406d661a
test-bench-deps: {}
maintainer: louis@pan.me
synopsis: Extra javascript functions when using GHCJS
changelog: ''
basic-deps:
javascript-extras: ! '>=0.3.1'
base: !... | homepage: https://github.com/louispan/javascript-extras#readme
changelog-type: ''
hash: 73d729467d18339b1e0936865ea54c02bf88a7fb6c7773d712fc849c34a08aab
test-bench-deps: {}
maintainer: louis@pan.me
synopsis: Extra javascript functions when using GHCJS
changelog: ''
basic-deps:
javascript-extras: -any
base: ! '>=4.7... |
Stop testing node 10 since Discord can't install | name: CI
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix... | name: CI
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 13.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... |
Update Evil Insult Generator to 3.1 (31) | AntiFeatures:
- NonFreeNet
Categories:
- Science & Education
License: Unlicense
AuthorName: Evil Insult Generator & Contributors
AuthorEmail: marvin@evilinsult.com
WebSite: https://evilinsult.com/
SourceCode: https://github.com/EvilInsultGenerator/android-app
IssueTracker: https://github.com/EvilInsultGenerator/and... | AntiFeatures:
- NonFreeNet
Categories:
- Science & Education
License: Unlicense
AuthorName: Evil Insult Generator & Contributors
AuthorEmail: marvin@evilinsult.com
WebSite: https://evilinsult.com/
SourceCode: https://github.com/EvilInsultGenerator/android-app
IssueTracker: https://github.com/EvilInsultGenerator/and... |
Validate structure of existing JSON.API resources. Add API configs | oro_api:
entities:
Oro\Bundle\EmailBundle\Entity\AutoResponseRule: ~
Oro\Bundle\EmailBundle\Entity\AutoResponseRuleCondition: ~
Oro\Bundle\EmailBundle\Entity\Email: ~
Oro\Bundle\EmailBundle\Entity\EmailAttachment: ~
Oro\Bundle\EmailBundle\Entity\EmailAttachmentContent: ~
... | oro_api:
entities:
Oro\Bundle\EmailBundle\Entity\EmailTemplate: ~
Oro\Bundle\EmailBundle\Entity\AutoResponseRule: ~
Oro\Bundle\EmailBundle\Entity\AutoResponseRuleCondition: ~
Oro\Bundle\EmailBundle\Entity\Email: ~
Oro\Bundle\EmailBundle\Entity\EmailAttachment: ~
Oro\B... |
Disable Lefthook on V2 - needs updating | # Refer for explanation to following link:
# https://github.com/evilmartians/lefthook/blob/master/docs/full_guide.md
# pre-push:
# commands:
# frontend-v2-audit:
# tags: frontend security
# run: cd frontend/app_v2 && npm audit
pre-commit:
parallel: true
commands:
frontend-v2-linter:
fi... | # Refer for explanation to following link:
# https://github.com/evilmartians/lefthook/blob/master/docs/full_guide.md
# pre-push:
# commands:
# frontend-v2-audit:
# tags: frontend security
# run: cd frontend/app_v2 && npm audit
# pre-commit:
# parallel: true
# commands:
# frontend-v2-linter:
... |
Remove debug variable and blank lines | funcs:
- name: extractRaw
type: resolver
body: |
function(rawCode) {
return rawCode.replace(" ", "")
}
tenets:
- name: elseif-not-else-if
flows:
codelingo/review:
comment: The keyword elseif SHOULD be used instead of else if so that all control keywords look like single... | funcs:
- name: extractRaw
type: resolver
body: |
function(rawCode) {
return rawCode.replace(" ", "")
}
tenets:
- name: elseif-not-else-if
flows:
codelingo/review:
comment: The keyword elseif SHOULD be used instead of else if so that all control keywords look like single... |
Allow to run plugin on Fuel 8.0 environment | # Plugin name
name: detach-rabbitmq
# Human-readable name for your plugin
title: Separate rabbitmq from controller
# Plugin version
version: '1.0.1'
# Description
description: Creates seperate RabbitMQ role for deploying
# Required fuel version
fuel_version: ['7.0']
# Specify license of your plugin
licenses: ['Apache L... | # Plugin name
name: detach-rabbitmq
# Human-readable name for your plugin
title: Separate rabbitmq from controller
# Plugin version
version: '1.0.1'
# Description
description: Creates seperate RabbitMQ role for deploying
# Required fuel version
fuel_version: ['7.0']
# Specify license of your plugin
licenses: ['Apache L... |
Update circleci/python:3.7.1 Docker digest to c0f1460 | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.1@sha256:c2572f2349eadfe12da217be5e368a528840ca581904e852b80fe1da9f4144e7
working_directory: ~/repo
steps:
- checko... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.1@sha256:c0f146061bc0babc940d685654eaaff26220205fd4859c646e4caa235b190367
working_directory: ~/repo
steps:
- checko... |
Update "Andy" meme name to match KYM | name: "At This Point, I'm Afraid to Ask"
default:
-
link: http://knowyourmeme.com/memes/afraid-to-ask-andy
aliases:
- afraid-to-ask-andy
- afraid-to-ask
- andy-dwyer
| name: "'Afraid to Ask' Andy"
default:
-
- AND AT THIS POINT I'M TOO AFRAID TO ASK
link: http://knowyourmeme.com/memes/afraid-to-ask-andy
aliases:
- afraid-to-ask-andy
- afraid-to-ask
- andy-dwyer
|
Put the example port inside the allowed port range | ---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Code
to: /home/vagrant/Code
sites:
- map: homestead.app
to: /home/vagrant/Code/Laravel/public
databases:
- homestead
# blackfire:
# - id: foo
# ... | ---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Code
to: /home/vagrant/Code
sites:
- map: homestead.app
to: /home/vagrant/Code/Laravel/public
databases:
- homestead
# blackfire:
# - id: foo
# ... |
Move files from `master` to `main` | name: PHP Composer
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Cache Composer packages
... | name: PHP Composer
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Cache Composer packages
id:... |
Remove redundant atom install step | version: "{build}"
os: Windows Server 2012 R2
install:
- choco install atom -y
- cd %APPVEYOR_BUILD_FOLDER%
- npm install
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- npm test
test: off
deploy: off
| version: "{build}"
os: Windows Server 2012 R2
install:
- cd %APPVEYOR_BUILD_FOLDER%
- npm install
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- npm test
test: off
deploy: off
|
Move everything into yml as it has to be there | version: '{branch}-{build}'
build_script:
- ps: >-
cd src/DarkSkyCore
dotnet restore
dotnet build
cd ../../
dotnet pack --configuration release -o nupkgs/ src/DarkSkyCore
test_script:
- ps: >-
cd test/DarkSkyCore.Tests
dotnet restore
dotnet build
dotnet tes... | version: '{branch}-{build}'
pull_requests:
do_not_increment_build_number: true
build_script:
- ps: >-
cd src/DarkSkyCore
dotnet restore
dotnet build
cd ../../
dotnet pack --configuration release -o nupkgs/ src/DarkSkyCore
test_script:
- ps: >-
cd test/DarkSkyCore.Tests
... |
Correct a typo in the document | ---
other:
- The `max_fail_percentage` playbook option has been used with the default
playbooks since the first release of the playbooks back in **Icehouse**.
While the intention was to allow large-scale deployments to succeed in
cases where a single node fails due to transient issues, this option has
... | ---
other:
- The `max_fail_percentage` playbook option has been used with the default
playbooks since the first release of the playbooks back in **Icehouse**.
While the intention was to allow large-scale deployments to succeed in
cases where a single node fails due to transient issues, this option has
... |
Make sure we install test dependencies | version: 2
jobs:
hdf5-18:
docker:
- image: astrofrog/hyperion-ci-hdf5-18:1.4
steps:
- checkout
- run:
name: Initialize submodule
command: |
git submodule init
git submodule update
- run:
name: Compiling Fortran code
c... | version: 2
jobs:
hdf5-18:
docker:
- image: astrofrog/hyperion-ci-hdf5-18:1.4
steps:
- checkout
- run:
name: Initialize submodule
command: |
git submodule init
git submodule update
- run:
name: Compiling Fortran code
c... |
Remove local package repository info | ---
# Common task
- name: add local package repository
shell: |
export local_repo=/etc/apt/sources.list.d/local_repo.list
echo 'deb http://192.168.1.200/apt-mirror/ubuntu/ trusty main restricted universe' > ${local_repo}
echo 'deb-src http://192.168.1.200/apt-mirror/ubuntu/ trusty main restricted un... | ---
# Common task
- name: default package upgrade
apt: upgrade=yes update_cache=yes cache_valid_time=86400
- name: install ntpd
apt: name=ntp
- name: Install hosts
template: src=hosts.j2 dest=/etc/hosts
|
Fix Github Actions target branch | name: Node.js CI
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases... | name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
... |
Delete test suite while Odoo is not available | name: PHP Composer
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Cache Composer packages
... | name: PHP Composer
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Cache Composer packages
... |
Disable ChromePhp and FirePhp in development | imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: false }
web_profiler:
toolbar: true
intercept_redirects: false
monolog:
handlers:
main:
type: ... | imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: false }
web_profiler:
toolbar: true
intercept_redirects: false
monolog:
handlers:
main:
type: ... |
Update docker image used on CircleCI | # https://circleci.com/docs/2.0/language-android/
version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-25-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum ... | # https://circleci.com/docs/2.0/language-android/
version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-28-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum ... |
Update requests recipe to version 2.17.3 | {% set name = "requests" %}
{% set version = "2.14.2" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: requests-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: a274abba399a23e8713ffd2b5706535ae280ebe2b8069ee6a941cb0894... | {% set name = "requests" %}
{% set version = "2.17.3" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: requests-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 8d29f97ed1541709b57caddb77bb20592411d7ca10ec4f03275f49ee84... |
Use MySQL version 5.7 for CI | version: 2
jobs:
build:
docker:
- image: circleci/php:7.2
steps:
- checkout
test:
docker:
- image: circleci/php:7.2
- image: circleci/mysql:8.0.4
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_ROOT_PASSWORD:
MYSQL_DATABASE: graphp
... | version: 2
jobs:
build:
docker:
- image: circleci/php:7.2
steps:
- checkout
test:
docker:
- image: circleci/php:7.2
- image: circleci/mysql:5.7
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: true
MYSQL_ROOT_PASSWORD:
MYSQL_DATABASE: graphp
... |
Create 'release/3.8.4' for 3.8.4 release | "3.10": "v3.10.0-devel"
"3.9": "v3.9.0-devel"
"3.8": "v3.8.3"
"3.7": "v3.7.16"
"3.6": "v3.6.16"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| "3.10": "v3.10.0-devel"
"3.9": "v3.9.0-devel"
"3.8": "v3.8.4"
"3.7": "v3.7.16"
"3.6": "v3.6.16"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
|
Update talks link to Youtube playlist of recorded videos | # main links links
main:
- title: Recent Posts
url: /
- title: About
url: /about
- title: Talks
url: http://pinoyrb.org/users/marc-rendl-ignacio
| # main links links
main:
- title: Recent Posts
url: /
- title: About
url: /about
- title: Talks
url: https://www.youtube.com/playlist?list=PLUWxUW-YCdzw4plP128fg6kUK8obHMD4b
|
Add CodePen link for Bobby | name: "Bobby Showalter"
image: "/team/bobby.jpg"
alt: "Photo of Bobby and his son Owen outside. Owen is sitting on Bobby's shoulders with his hands on Bobby's head."
title: "Lead Designer"
profiles:
- profile_name: "blog"
profile_link: "http://www.bshow.co/"
- profile_name: "instagram"
profile_link: "https://www.in... | name: "Bobby Showalter"
image: "/team/bobby.jpg"
alt: "Photo of Bobby and his son Owen outside. Owen is sitting on Bobby's shoulders with his hands on Bobby's head."
title: "Lead Designer"
profiles:
- profile_name: "blog"
profile_link: "http://www.bshow.co/"
- profile_name: "instagram"
profile_link: "https://www.in... |
Update from Hackage at 2015-12-19T09:36:01+0000 | homepage: https://skami.iocikun.jp/haskell/packages/png-file
changelog-type: ''
hash: 9255039bb091277837b0de0f58764f49da7994d5e3572f5429cf4650c8787703
test-bench-deps: {}
maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>
synopsis: read/write png file
changelog: ''
basic-deps:
binary-file: -any
bytestring: -any
ba... | homepage: https://skami.iocikun.jp/haskell/packages/png-file
changelog-type: ''
hash: 7989755a63a3b5a04474e415ce9880743788c6dc3bb14f3471956d22b5144181
test-bench-deps: {}
maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>
synopsis: read/write png file
changelog: ''
basic-deps:
binary-file: -any
bytestring: -any
ba... |
Fix branch parameter in publications publish job. | # simply copy the contents of the repository to the server, no building needed
- job:
name: infra-publications-publish
concurrent: false
node: precise
builders:
- gerrit-git-prep
publishers:
- ftp:
site: docs.openstack.org
source: '**'
target: 'infra/publi... | # simply copy the contents of the repository to the server, no building needed
- job:
name: infra-publications-publish
concurrent: false
node: precise
builders:
- gerrit-git-prep
publishers:
- ftp:
site: docs.openstack.org
source: '**'
target: 'infra/publi... |
Add mongdb to the apt-get installs | ---
- name: playbook to set the MDC
hosts: local
connection: local
vars:
local_path: "{{ lookup('env', 'HOME') }}"
anaconda_path: "{{ local_path }}/anaconda"
mdc_path: "{{ local_path }}/git/mdc"
tasks:
- name: apt-get installs
apt:
name: "{{ item }}"
... | ---
- name: playbook to set the MDC
hosts: local
connection: local
vars:
local_path: "{{ lookup('env', 'HOME') }}"
anaconda_path: "{{ local_path }}/anaconda"
mdc_path: "{{ local_path }}/git/mdc"
tasks:
- name: apt-get installs
apt:
name: "{{ item }}"
... |
Settle on preferred indentation for YAML arrays. | # GitHub Actions workflow
# https://help.github.com/en/actions/reference
name: Build
on:
push:
branches:
- master
- release/*
tags:
- release/*
pull_request:
branches:
- master
- release/*
env:
# Minimize noise from dotnet CLI
DOTNET_NOLOGO: 1
jobs:
build:
run... | # GitHub Actions workflow
# https://help.github.com/en/actions/reference
name: Build
on:
push:
branches:
- master
- release/*
tags:
- release/*
pull_request:
branches:
- master
- release/*
env:
# Minimize noise from dotnet CLI
DOTNET_NOLOGO: 1
jobs:
build:
run... |
Enable sanitizers in Gitlab CI | # Use Kvazaar CI base image which includes the build tools and ffmpeg + hmdec in ${HOME}/bin
image: ultravideo/kvazaar_ci_base:latest
# Build kvazaar and run tests
build-kvazaar:
stage: build
script:
- ./autogen.sh
- ./configure --enable-werror || (cat config.log && false)
- make --jobs=8 V=1
artifa... | # Use Kvazaar CI base image which includes the build tools and ffmpeg + hmdec in ${HOME}/bin
image: ultravideo/kvazaar_ci_base:latest
# Build kvazaar
build-kvazaar: &build-template
stage: build
script:
- ./autogen.sh
- ./configure --enable-werror || (cat config.log && false)
- make --jobs=8 V=1
artif... |
Add testing against HHVM at Travis-CI | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
services: mongodb
before_script:
- sudo apt-get install parallel
- echo '' > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- sh -c 'if [ $(php ... | language: php
php:
- 5.3.3
- 5.3
- 5.4
- 5.5
- hhvm
matrix:
allow_failures:
- php: hhvm
services: mongodb
before_script:
- sudo apt-get install parallel
- sh -c 'if [ $(php -r "echo (int) defined("HHVM_VERSION");") -eq 0 ]; then echo "" >> "~/.phpenv/versions/$(phpenv version-name)/etc... |
Enable javadoc to verify that doclint is happy | language: java
jdk:
- oraclejdk7
script:
- mvn clean install -Dmaven.javadoc.skip=false
cache:
directories:
- $HOME/.m2 | language: java
jdk:
- oraclejdk7
script:
- mvn clean install javadoc:javadoc
cache:
directories:
- $HOME/.m2 |
Install fonts-liberation before installing chrome | language: node_js
node_js:
- "stable"
- "0.12"
- "iojs"
before_install:
# replace chromium with chrome
- "sudo apt-get remove chromium-browser"
- "sudo apt-get update"
- "sudo apt-get install libappindicator1"
- "wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
- "sudo d... | language: node_js
node_js:
- "stable"
- "0.12"
- "iojs"
before_install:
# replace chromium with chrome
- "sudo apt-get remove chromium-browser"
- "sudo apt-get update"
- "sudo apt-get install libappindicator1"
- "sudo apt-get install fonts-liberation"
- "wget https://dl.google.com/linux/direct/google-... |
Fix tab -> space indents | language: node_js
node_js:
- "0.10.x"
notifications:
email: false
postgres:
adapter: postgresql
database: nopejs_test
username: postgres
before_script:
- psql -c 'create database nopejs_test;' -U postgres
- psql -d nopejs_test -f databases/user.sql -U postgres | language: node_js
node_js:
- "0.10.x"
notifications:
email: false
postgres:
adapter: postgresql
database: nopejs_test
username: postgres
before_script:
- psql -c 'create database nopejs_test;' -U postgres
- psql -d nopejs_test -f databases/user.sql -U postgres |
Drop support node < 4 | language: node_js
node_js:
- v6
- v5
- v4
- '0.12'
- '0.10'
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
| language: node_js
node_js:
- v6
- v5
- v4
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
|
Add JRuby back for normal Travis processing! | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0
- 2.1
- jruby-19mode
- rbx-2
matrix:
allow_failures:
- rvm: jruby-19mode
cache: bundler
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 1.9.3
- 2.0
- 2.1
- jruby-19mode
- rbx-2
cache: bundler
|
Change Travis JRuby to default and allow failures. | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.5
- 2.3.1
- jruby-9.1.2.0
- rbx
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: rbx
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.5
- 2.3.1
- jruby
- rbx
cache: bundler
sudo: false
matrix:
allow_failures:
- rvm: rbx
- rvm: jruby
|
Use os x for Travis CI to be able to use mono 3.2 | language: c
install:
- sudo apt-get install mono-devel mono-gmcs nunit-console
script:
- xbuild Eto.Parse.sln
- nunit-console Eto.Parse.Tests/bin/Debug/Eto.Parse.Tests.dll
| language: objective-c
env:
global:
- EnableNuGetPackageRestore=true
matrix:
- MONO_VER="3.2.3"
before_install:
- wget "http://download.mono-project.com/archive/${MONO_VER}/macos-10-x86/MonoFramework-MDK-${MONO_VER}.macos10.xamarin.x86.pkg"
- sudo installer -pkg "MonoFramework-MDK-${MONO_VER}.macos10.xamarin.... |
Remove the deprecated sudo option. | language: ruby
dist: trusty
sudo: false
before_install:
- gem update --system
- gem install bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
- jruby-1.7.27
- jruby-9.1.17.0
- jruby-9.2.3.0
- jruby-hea... | language: ruby
dist: trusty
before_install:
- gem update --system
- gem install bundler
before_script:
- bundle update
cache: bundler
rvm:
- 1.9.3-p551
- 2.0.0-p648
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- ruby-head
- jruby-1.7.27
- jruby-9.1.17.0
- jruby-9.2.3.0
- jruby-head
- rbx-3.... |
Use py.test on CI with coveralls | language: python
python:
- '2.7'
- '3.6'
install:
- pip install -e .
script: python -m unittest discover
| language: python
python:
- '2.7'
- '3.6'
install:
- pip install -e .
- pip install pytest-cov coveralls
script:
- py.test --cov=goji
after_success:
- coveralls
|
Update R to 3.4 in Travis | language: r
r: "3.3"
cache: packages
matrix:
include:
- os: linux
dist: trusty
sudo: required
before_install: [
"sudo add-apt-repository \"deb http://archive.ubuntu.com/ubuntu/ xenial main\" -y",
"sudo apt-get update -q",
"echo 'Installing R package dependencies'",
... | language: r
r: "3.4"
cache: packages
matrix:
include:
- os: linux
dist: trusty
sudo: required
before_install: [
"sudo add-apt-repository \"deb http://archive.ubuntu.com/ubuntu/ xenial main\" -y",
"sudo apt-get update -q",
"echo 'Installing R package dependencies'",
... |
Add labels on scripts to distinguidhed them, run tests using makefile to validate this one too | # travis configuration file
# Copyright 2018 Ilya Shipitsin <chipitsine@gmail.com>
# Nicolas Mora <mail@babelouest.org>
sudo: required
language: c
addons:
apt:
packages: [ check, libsubunit-dev, cppcheck ]
matrix:
include:
- os: linux
compiler: gcc
- os: linux
compiler: clang
... | # travis configuration file
# Copyright 2018 Ilya Shipitsin <chipitsine@gmail.com>
# Nicolas Mora <mail@babelouest.org>
sudo: required
language: c
addons:
apt:
packages: [ check, libsubunit-dev, cppcheck ]
matrix:
include:
- env: LABEL=linux-gcc
os: linux
compiler: gcc
- env: ... |
Install composer by the book. | language: php
php:
- 5.3
- 5.4
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install --dev
script: vendor/bin/phpunit
| language: php
php:
- 5.3
- 5.4
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
script: vendor/bin/phpunit
|
Update to test newer ruby versions | language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0
- ruby-head
before_install:
- gem update bundler
matrix:
allow_failures:
- rvm: ruby-head
| language: ruby
rvm:
- 2.1.9
- 2.2.6
- 2.3.3
- ruby-head
before_install:
- gem update bundler
matrix:
allow_failures:
- rvm: ruby-head
|
Remove old hipchat notification token. | language: c
compiler:
- gcc
script: make test
before_install:
- sudo apt-get update -qq
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq -y libgd2-xpm ia32-libs ia32-libs-multiarch; fi
- script/bootstrap.sh
- cd src
notifications:
hipchat:
- secure: "ZO/hEAoOTZ4FJytMW0m4LZrsdFVM1/V0Hu... | language: c
compiler:
- gcc
script: make test
before_install:
- sudo apt-get update -qq
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq -y libgd2-xpm ia32-libs ia32-libs-multiarch; fi
- script/bootstrap.sh
- cd src
|
Add Docker build to Travis CI configuration. | sudo: required
language: node_js
os:
- linux
- osx
node_js:
- "6"
before_install:
- node --version
- npm --version
script:
- npm run cibuild
| sudo: required
language: node_js
services:
- docker
os:
- linux
- osx
node_js:
- "6"
before_install:
- node --version
- npm --version
- docker --version
- docker-compose --version
script:
- npm run cibuild
- npm run docker-build
|
Add sass & node-sass executable | language: node_js
node_js:
- "0.12" | language: node_js
node_js:
- "0.12"
before_install:
- "npm install sass"
- "npm install node-sass" |
Add file size check after install | language: cpp
compiler:
- clang
- gcc
before_install:
# nomlib dependencies (SDL, OpenAL, libsndfile, libmagic, GTK)
- sudo apt-get install libsdl1.2-dev libsdl1.2debian libsdl-image1.2-dev libsdl-image1.2 libsdl-ttf2.0-dev libsdl-ttf2.0-0 libsndfile1-dev libopenal-dev libmagic-dev libgtk2.0-dev libjson-spirit-de... | language: cpp
compiler:
- clang
- gcc
before_install:
# nomlib dependencies (SDL, OpenAL, libsndfile, libmagic, GTK)
- sudo apt-get install libsdl1.2-dev libsdl1.2debian libsdl-image1.2-dev libsdl-image1.2 libsdl-ttf2.0-dev libsdl-ttf2.0-0 libsndfile1-dev libopenal-dev libmagic-dev libgtk2.0-dev libjson-spirit-de... |
Add live tests to TravisCI builds | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
before_script:
- "sudo touch /var/log/stripe-mock-server.log"
- "sudo chown travis /var/log/stripe-mock-server.log"
script: "bundle exec rspec; bundle exec rspec -t live"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/44a1f4718ae2efb67eac
... | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
before_script:
- "sudo touch /var/log/stripe-mock-server.log"
- "sudo chown travis /var/log/stripe-mock-server.log"
script: "bundle exec rspec && bundle exec rspec -t live"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/44a1f4718ae2efb67ea... |
Update test config for new Firefox download URLs | sudo: false
language: cpp
compiler:
- gcc
env:
- FX_PATH_SUFFIX=""
- FX_PATH_SUFFIX="-esr"
- FX_PATH_SUFFIX="-beta"
# - FX_PATH_SUFFIX="-prior-esr"
matrix:
fast_finish: true
allow_failures:
- env: FX_PATH_SUFFIX="-beta"
- env: FX_PATH_SUFFIX="-prior-esr"
notifications:
ema... | sudo: false
language: cpp
compiler:
- gcc
env:
- FX_CHANNEL=""
- FX_CHANNEL="-esr"
- FX_CHANNEL="-beta"
matrix:
fast_finish: true
allow_failures:
- env: FX_CHANNEL="-beta"
notifications:
email: false
install:
- wget -O tarball "https://download.mozilla.org/?product=firefox${FX_CH... |
Use bundle of eggs for buildout download cache | language: python
python:
- "2.7"
install:
./install.sh --dev
script: make tests
notifications:
email: false
irc: "irc.freenode.org#geotrek" | language: python
python:
- "2.7"
before_install:
# Download bundle of python eggs, and use it as download cache
- "wget http://ubuntuone.com/4XDFKwxMxCLFYNxEH5B1I2 -O /tmp/geotrek-bundle.tar.gz"
- "tar -zx /tmp/geotrek-bundle.tar.gz --directory=$HOME"
- echo -e "[buildout]\ndownload-cache=$HOME/.buildout/downlo... |
Update pypy versions for Travis CI | sudo: false
cache: pip
language: python
# For pypy versions, see https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build
python:
- 2.7
- 3.4
- 3.5
- 3.6
- "pypy-5.6.0"
- "pypy3.5-5.8.0"
install:
- pip install --upgrade setuptools
- pip install -U tox-travis
- pip install -U... | sudo: false
cache: pip
language: python
# For pypy versions, see https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build
python:
- 2.7
- 3.4
- 3.5
- 3.6
- pypy2.7-6.0
- pypy3.5-6.0
install:
- pip install --upgrade setuptools
- pip install -U tox-travis
- pip install -U cove... |
Fix suite name for kitchen in Travis | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=resource-ubuntu-1404
- INSTANCE=reso... | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=resources-ubuntu-1404
- INSTANCE=res... |
Make Valgrind return 1 if it encountered errors | language: cpp
compiler:
- clang
- gcc
env:
- BUILD_TYPE=Debug VALGRIND=true SANITIZE=''
- BUILD_TYPE=Debug VALGRIND=false SANITIZE=undefined
# - BUILD_TYPE=Debug VALGRIND=false SANITIZE=address
- BUILD_TYPE=Release VALGRIND=false SANITIZE=''
addons:
apt:
sources:
- george-edi... | language: cpp
compiler:
- clang
- gcc
env:
- BUILD_TYPE=Debug VALGRIND=true SANITIZE=''
- BUILD_TYPE=Debug VALGRIND=false SANITIZE=undefined
# - BUILD_TYPE=Debug VALGRIND=false SANITIZE=address
- BUILD_TYPE=Release VALGRIND=false SANITIZE=''
addons:
apt:
sources:
- george-edi... |
Add Ruby 2.2 and 2.1 to build matrix | dist: trusty
sudo: false
language: ruby
rvm:
- 2.4
- 2.3
- jruby-9.1.12.0
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
script:
- bundle exec rake test
before_deploy:
- bundle exec rake build
deploy:
provider: rubygems
api_key:
se... | dist: trusty
sudo: false
language: ruby
rvm:
- 2.4
- 2.3
- 2.2
- 2.1
- jruby-9.1.12.0
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
script:
- bundle exec rake test
before_deploy:
- bundle exec rake build
deploy:
provider: rubygems
... |
Test against major versions only | language: node_js
node_js:
- 4.0
- 4.1
- 4.2
- 4.3
- 4.4
- 4.5
- 4.6
- 5.0
- 5.1
- 5.2
- 5.3
- 5.4
- 5.5
- 5.6
- 5.7
- 5.8
- 5.9
- 5.10
- 5.11
- 5.12
- 6.0
- 6.1
- 6.2
- 6.3
- 6.4
- 6.5
- 6.6
- 6.7
| language: node_js
node_js:
- 4
- 5
- 6
|
Speed up build on TravisCI | ---
script: "./script/build"
rvm:
- "1.9.3"
| ---
script: "./script/build"
bundler_args: --binstubs --path .bundle
rvm:
- "1.9.3"
|
Add a note about running the 'etcdv3' tests. | dist: trusty
sudo: false
language: go
go:
- 1.9
# add TF_CONSUL_TEST=1 to run consul tests
# they were causing timouts in travis
env:
- CONSUL_VERSION=0.7.5 GOMAXPROCS=4
# Fetch consul for the backend and provider tests
before_install:
- curl -sLo consul.zip https://releases.hashicorp.com/consul/${CONSUL_VERSION}... | dist: trusty
sudo: false
language: go
go:
- 1.9
# add TF_CONSUL_TEST=1 to run consul tests
# they were causing timouts in travis
# add TF_ETCDV3_TEST=1 to run etcdv3 tests
# if added, TF_ETCDV3_ENDPOINTS must be set to a comma-separated list of (insecure) etcd endpoints against which to test
env:
- CONSUL_VERSION=0.... |
Install gfortran (required by pymc) | language: generic
# Setting sudo to false opts in to Travis-CI container-based builds.
sudo: false
os: linux
env:
global:
# The following versions are the 'default' for tests, unless
# overridden underneath. They are defined here in order to save having
# to repeat them for all configurat... | language: generic
# Setting sudo to false opts in to Travis-CI container-based builds.
sudo: false
os: linux
# The apt packages below are needed for sphinx builds. A full list of
# packages that can be included can be found here:
# https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
addons:... |
Use Xcode9 image for Travis builds | branches:
only:
- master
language: swift
osx_image: xcode8.3
xcode_workspace: Eurofurence.xcworkspace
xcode_scheme: Eurofurence
install:
- gem install xcpretty
script:
- xcodebuild -workspace Eurofurence.xcworkspace -scheme Eurofurence -destination "platform=iOS Simulator,name=iPhone 7" clean test | xcpretty... | branches:
only:
- master
language: swift
osx_image: xcode9
xcode_workspace: Eurofurence.xcworkspace
xcode_scheme: Eurofurence
install:
- gem install xcpretty
script:
- xcodebuild -workspace Eurofurence.xcworkspace -scheme Eurofurence -destination "platform=iOS Simulator,name=iPhone 7" clean test | xcpretty &... |
Use go 1.8 in Travis | language: go
go:
- 1.7.3
sudo: false
install:
- export PATH=${PATH}:${HOME}/gopath/bin
- curl https://bitbucket.org/birkenfeld/pygments-main/get/2.1.tar.gz -L -o 2.1.tar.gz
- mkdir -p ${HOME}/bin
- tar -xf 2.1.tar.gz
- mv birkenfeld-pygments-main-34530db252d3/* ${HOME}/bin
- rm -rf birkenfeld-pygments-main-34530db252d3... | language: go
go:
- 1.8
install:
- export PATH=${PATH}:${HOME}/gopath/bin
script:
- export PATH=${PATH}:${HOME}/bin
- cd ../../.. && mkdir goa.design && cp -r github.com/goadesign/goa goa.design/goa.v2
- cd goa.design/goa.v2
- make
notifications:
slack:
secure: bMYXaoSEGoNdqR0t1VnMAv/4V9PSOhEWyekdJM7p9WmKjJi2yKy0k... |
Fix not using our default source asn (Facebook) so tests + ci pass | language: python
python:
- "3.5"
install:
- pip install .
script:
- peerme -s pdbapi discover -d 32934
- peerme -s pdbapi generate -d 15169 -t ios.template
- python setup.py test
| # ASN 7575 == AARNET
language: python
python:
- "3.5"
install:
- pip install .
script:
- peerme -s pdbapi discover -d 7575
- peerme -s pdbapi generate -d 7575 -t ios.template
- python setup.py test
|
Switch CI CQ workflow to dependency install script | name: Code quality checks
on:
push:
branches:
- main
pull_request:
jobs:
code_quality:
name: Check code quality
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
... | name: Code quality checks
on:
push:
branches:
- main
pull_request:
jobs:
code_quality:
name: Check code quality
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
... |
Remove clone depth 1 on Travis CI | dist: xenial
sudo: required
services:
- docker
language: go
git:
depth: 1
env:
global:
GOFLAGS=-mod=vendor
matrix:
fast_finish: true
allow_failures:
- go: tip
include:
- go: "1.12.x"
name: "Code Lint"
script: make lint
- go: "1.12.x"
name: "Code UnitTest"
script: make test
-... | dist: xenial
sudo: required
services:
- docker
language: go
env:
global:
GOFLAGS=-mod=vendor
matrix:
fast_finish: true
allow_failures:
- go: tip
include:
- go: "1.12.x"
name: "Code Lint"
script: make lint
- go: "1.12.x"
name: "Code UnitTest"
script: make test
- go: "1.12.x"
... |
Add Node.js install to Travis build | os:
- linux
language: php
php:
# - '5.6'
# - '7.0'
- '7.1'
- '7.2'
- '7.3'
services:
# - mongodb
- mysql
before_script:
- sleep 10
# - mongo horizontlaravel --eval 'db.createUser({user:"travis",pwd:"test",roles:["readWrite"]})
- mysql -e 'CREATE DATABASE IF NOT EXISTS horizontlaravel;'
- composer... | os:
- linux
language: php
php:
# - '5.6'
# - '7.0'
- '7.1'
- '7.2'
- '7.3'
services:
# - mongodb
- mysql
before_script:
- sleep 10
# - mongo horizontlaravel --eval 'db.createUser({user:"travis",pwd:"test",roles:["readWrite"]})
- mysql -e 'CREATE DATABASE IF NOT EXISTS horizontlaravel;'
- composer s... |
Include Travis integration test for Node version 14 | language: node_js
node_js:
- "8"
- "10"
- "11"
- "12"
install:
- yarn install
script:
- yarn run lint
- yarn run compile
- yarn run test
jobs:
include:
- stage: after_success
script:
- yarn install
- yarn run compile
- yarn run coveralls
node_js: 10
| language: node_js
node_js:
- "8"
- "10"
- "12"
- "14"
install:
- yarn install
script:
- yarn run lint
- yarn run compile
- yarn run test
jobs:
include:
- stage: after_success
script:
- yarn install
- yarn run compile
- yarn run coveralls
node_js: 12
|
Use right mariadb package names | # roles/mariadb/vars/main.yml
---
mariadb_packages:
- mariadb
- mariadb-server
- MySQL-python
mariadb_service: mariadb
mariadb_config: /etc/my.cnf.d/network.cnf
mariadb_my_config: ~/.my.cnf
mariadb_version: 10.1 | # roles/mariadb/vars/main.yml
---
mariadb_packages:
- MariaDB
- MariaDB-server
- MySQL-python
mariadb_service: mariadb
mariadb_config: /etc/my.cnf.d/network.cnf
mariadb_my_config: ~/.my.cnf
mariadb_version: 10.1
|
Install Tinc only when we want to sync with the central server, it means also that the device is owned by BSF thus we need Tinc too | ---
#Switch over "localhost" or "SystemPushInstall"
# localhost is used when ansible-pull is used to play the playbook
# SystemPushInstall is used in PUSH mode and you have to set the device's IP in "hosts" file
- hosts: localhost
# - hosts: SystemPushInstall
roles:
- systemInit
- nginx
- uwsgi
- ... | ---
#Switch over "localhost" or "SystemPushInstall"
# localhost is used when ansible-pull is used to play the playbook
# SystemPushInstall is used in PUSH mode and you have to set the device's IP in "hosts" file
- hosts: localhost
# - hosts: SystemPushInstall
roles:
- systemInit
- nginx
- uwsgi
- ... |
Install libmystem_c_binding.so via Travis CI | language: ruby
bundler_args: --without development
rvm:
- 2.0.0
- jruby-19mode
- rbx-19mode
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode
| sudo: false
language: ruby
bundler_args: --without development
rvm:
- 2.2.0
- 2.1.0
- 2.0.0
- rbx
- jruby-19mode
matrix:
allow_failures:
rvm:
- rbx
- jruby-19mode
install:
- wget https://github.com/yandex/tomita-parser/releases/download/v1.0/libmystem_c_binding.so.linux_x64.zip
- unzip l... |
Add 2.1.2 to Travis build | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.2
- jruby-19mode
- rbx
|
Add Slack integration for Travis CI | language: objective-c
sudo: false # Enable container-based builds
env:
matrix:
- EXAMPLE="cats"
- EXAMPLE="llvm_projects"
before_install: brew update
install: brew install python3
before_script: python3 setup.py -q install
script: scripts/test_${EXAMPLE}_example.sh
branches:
only: # whitelist
- m... | language: objective-c
sudo: false # Enable container-based builds
env:
matrix:
- EXAMPLE="cats"
- EXAMPLE="llvm_projects"
before_install: brew update
install: brew install python3
before_script: python3 setup.py -q install
script: scripts/test_${EXAMPLE}_example.sh
branches:
only: # whitelist
- m... |
Enable running Travis tests in containers. | language: node_js
node_js:
- "iojs"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm install -g npm@1.4.28
| language: node_js
node_js:
- "iojs"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
before_install:
- npm install -g npm@1.4.28
sudo: false
|
Expand ruby versions run on Travis. | language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.3.1
sudo: false
cache: bundler
| language: ruby
bundler_args: --without debug
script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
sudo: false
cache: bundler
|
Set default version to current | sudo: false
language: node_js
node_js:
- 0.12
- 4
- 6
python:
- 2.7
- 3.5
addons:
apt:
packages:
- socat
before_install:
- ssh-keygen -t rsa -f ~/.ssh/id_rsa -N ''
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
- ssh-keyscan -t rsa localhost >> ~/.ssh/known_hosts
- echo . ~/.nvm/nvm.sh ... | sudo: false
language: node_js
node_js:
- 0.12
- 4
- 6
python:
- 2.7
- 3.5
addons:
apt:
packages:
- socat
before_install:
- ssh-keygen -t rsa -f ~/.ssh/id_rsa -N ''
- cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
- ssh-keyscan -t rsa localhost >> ~/.ssh/known_hosts
- echo . ~/.nvm/nvm.sh ... |
Add GitHub API token to Travis CI | language: node_js
node_js:
- "0.10"
- "0.11"
before_install:
- npm install -g grunt-cli
| language: node_js
node_js:
- "0.10"
- "0.11"
before_install:
- npm install -g grunt-cli
env:
global:
secure: "vupOEjWsMVofpYK6fDDlm2p1V1LXD3+lw52esiIbKRQuJTdARMRsdy5fSbkYR4tD4SXI1/QqFTKbIbdTLdUNCsLEHOL8LH+1OY9ELSvDCfn4tKOqd8d/gnG+4RAM86YrpiEDEJT221PkYoDqkBxWYHBny4BgJ6BNq6NxPjJcZ1NGZ4jevWuBjng0ZYq+DpkBoq6E... |
Add some more basic functionality for examples. | sudo: required
language: python
services:
- docker
before_install:
- docker build -t forresta/docka-docka-docka docka-project/
- docker run -d -p 127.0.0.0:80:5000 forresta/docka-docka-docka
- docker ps -a
script:
- echo 'script test'
| sudo: required
language: python
services:
- docker
before_install:
- docker build -t forresta/docka-docka-docka docka-project/
- docker run -d -p 127.0.0.0:80:5000 forresta/docka-docka-docka
- docker ps -a
- docker run forresta/docka-docka-docka /bin/sh -c "echo 'tests call here'"
script:
- echo "Test... |
Update Travis to run against Node.js 0.12 and io.js | language: node_js
node_js:
- "0.10" # latest stable release
- "0.11" # latest development release, may be unstable
before_install: npm install -g grunt-cli
install: npm install
matrix:
fast_finish: true
allow_failures:
- node_js: "0.11" | language: node_js
node_js:
- "0.10" # stable
- "0.11" # development release, may be unstable
- "0.12" # stable
- "iojs"
before_install: npm install -g grunt-cli
install: npm install
matrix:
fast_finish: true
allow_failures:
- node_js: "0.11"
- node_js: "iojs" |
Update config files for "codecov". | language: objective-c
osx_image: xcode7
xcode_workspace: MCIconAlertControllerExample/MCIconAlertControllerExample.xcworkspace
xcode_scheme: MCIconAlertControllerExample
podfile: MCIconAlertControllerExample/Podfile
notifications:
email: false
#script: script/cibuild
script:
- xctool
-workspace MCIconAlertContr... | language: objective-c
osx_image: xcode7
xcode_workspace: MCIconAlertControllerExample/MCIconAlertControllerExample.xcworkspace
xcode_scheme: MCIconAlertControllerExample
podfile: MCIconAlertControllerExample/Podfile
notifications:
email: false
#script: script/cibuild
script:
- xctool
-workspace MCIconAler... |
Test with Ruby 1.9.3 on Travis CI. | language: ruby
cache: bundler
rvm:
- 2.2.0
- 2.1.0
- 2.0.0
before_install:
- gem update bundler
| language: ruby
cache: bundler
rvm:
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.3
before_install:
- gem update bundler
|
Use the latest bundler for Chef 12.8 | language: ruby
cache: bundler
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2
branches:
only:
- master
bundler_args: --jobs 7 --retry 3
gemfile: gemfiles/chefspec.gemfile
env:
- CHEF_VERSION=master
- CHEF_VERSION=12.8.1
- CHEF_VERSION=12.7.2
- CHEF_VERSION=12.6.0
- CHEF_VERSION=12.5.1
- CHEF_VERSION=1... | language: ruby
cache: bundler
sudo: false
before_install:
- gem install bundler
rvm:
- 2.0.0
- 2.1
- 2.2
branches:
only:
- master
bundler_args: --jobs 7 --retry 3
gemfile: gemfiles/chefspec.gemfile
env:
- CHEF_VERSION=master
- CHEF_VERSION=12.8.1
- CHEF_VERSION=12.7.2
- CHEF_VERSION=12.6.0
... |
Disable tests tagged w/ @xfail from test run. Maybe needed temporarily to have time to fix some issues. | language: python
python:
- 2.6
- 2.7
- pypy
install:
- pip install --use-mirrors -q mock nose PyHamcrest
- python setup.py -q install
script:
- nosetests
- behave -f progress --junit features/
- behave -f progress --junit --tags=~@xfail tools/test-features/
- behave -f progress --junit issue.features... | language: python
python:
- 2.6
- 2.7
- pypy
install:
- pip install --use-mirrors -q mock nose PyHamcrest
- python setup.py -q install
script:
- nosetests
- behave -f progress --junit --tags=~@xfail features/
- behave -f progress --junit --tags=~@xfail tools/test-features/
- behave -f progress --junit... |
Add another sleep in Travis to ensure first instance closes | language: go
go:
- 1.1
- 1.2
services:
- redis-server
before_script:
- mysql -e "CREATE DATABASE goat"
- mysql goat < res/mysql/announce_log.sql
- mysql goat < res/mysql/api_keys.sql
- mysql goat < res/mysql/files.sql
- mysql goat < res/mysql/files_users.sql
- mysql goat < res/mysql/scrape_log.sql
-... | language: go
go:
- 1.1
- 1.2
services:
- redis-server
before_script:
- mysql -e "CREATE DATABASE goat"
- mysql goat < res/mysql/announce_log.sql
- mysql goat < res/mysql/api_keys.sql
- mysql goat < res/mysql/files.sql
- mysql goat < res/mysql/files_users.sql
- mysql goat < res/mysql/scrape_log.sql
-... |
Remove py32, mock is not supported | sudo: false
language: python
install:
- pip install tox
script:
- tox
env:
- TOXENV=py27
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=pep8
- TOXENV=docs
| sudo: false
language: python
install:
- pip install tox
script:
- tox
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pep8
- TOXENV=docs
|
Add continuous integration with HHVM | language: php
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install
php:
- 5.4
- 5.3 | language: php
before_script:
- wget http://getcomposer.org/composer.phar
- php composer.phar install
php:
- 5.4
- 5.3
- hhvm |
Upgrade pip on Travis builds | sudo: false
language: python
env: RUNNER=travis
python:
- "3.4"
before_install:
- '[ -d .downloads ] || mkdir .downloads'
- (cd .downloads; [ -d prince-10r3-linux-generic-x86_64 ] || curl -s http://www.princexml.com/download/prince-10r3-linux-generic-x86_64.tar.gz | tar xzf -)
- echo $PWD | ./.downloads/prince-... | sudo: false
language: python
env: RUNNER=travis
python:
- "3.4"
before_install:
- '[ -d .downloads ] || mkdir .downloads'
- (cd .downloads; [ -d prince-10r3-linux-generic-x86_64 ] || curl -s http://www.princexml.com/download/prince-10r3-linux-generic-x86_64.tar.gz | tar xzf -)
- echo $PWD | ./.downloads/prince-... |
Use Java 11 to avoid bug | language: scala
sudo: false
scala:
- 2.12.13
- 2.13.4
jdk: openjdk8
install:
- . $HOME/.nvm/nvm.sh
- nvm install 14
- nvm use 14
- export NODE_PATH="$(npm config get prefix)"/lib/node_modules
- npm install
- npm install jsdom source-map-support
script:
- sbt ++$TRAVIS_SCALA_VERSION test:compile JS... | language: scala
sudo: false
scala:
- 2.12.13
- 2.13.4
jdk: openjdk11
install:
- . $HOME/.nvm/nvm.sh
- nvm install 14
- nvm use 14
- export NODE_PATH="$(npm config get prefix)"/lib/node_modules
- npm install
- npm install jsdom source-map-support
script:
- sbt ++$TRAVIS_SCALA_VERSION test:compile J... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.