Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update from Hackage at 2018-12-11T09:09:47Z | homepage: ''
changelog-type: ''
hash: efebd82fa32c891715c90b189195edb1dabf2a9910fdf7837ee004f3782d50c3
test-bench-deps: {}
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: A simple applicative parser
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4 && <5'
all-versions:
- '0.1.1'
- '0.1.2'
- '0.1.3'
- '0.... | homepage: ''
changelog-type: ''
hash: 9b4920b1c6405af6fa0075427016039369af98fe97792fc45ed53453f3c58031
test-bench-deps: {}
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: A simple applicative parser
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.9 && <5'
all-versions:
- '0.1.1'
- '0.1.2'
- '0.1.3'
- '... |
Use tagged link to tool in playbook | keitaro_user: keitaro
keitaro_group: keitaro
keitaro_home: /home/keitaro
keitaro_root: /var/www/keitaro
keitaro_config_dir: /etc/keitaro
keitaro_config_backups_dir: "{{ keitaro_config_dir }}/backups"
keitaro_stats_json_path: "{{ keitaro_root }}/var/stats.json"
keitaro_watch_list: "{{ keitaro_root }}/application/data/wa... | keitaro_user: keitaro
keitaro_group: keitaro
keitaro_home: /home/keitaro
keitaro_root: /var/www/keitaro
keitaro_config_dir: /etc/keitaro
keitaro_config_backups_dir: "{{ keitaro_config_dir }}/backups"
keitaro_stats_json_path: "{{ keitaro_root }}/var/stats.json"
keitaro_watch_list: "{{ keitaro_root }}/application/data/wa... |
Change setting env vars to the env section | image: registry.pinpoint.io/ruby-node-ci:latest
script:
- export TERM=xterm
- export DATABASE_URL=postgres://localhost/fyi_test
- apt-get install -y libicu-dev libmagic-dev libmagickwand-dev libmagickcore-dev libpq-dev libxml2-dev libxslt1-dev links catdoc elinks links sqlite3 lockfile-progs mutt pdftk poppler-ut... | image: registry.pinpoint.io/ruby-node-ci:latest
envs:
- TERM=xterm
- DATABASE_URL=postgres://localhost/fyi_test
script:
- apt-get install -y libicu-dev libmagic-dev libmagickwand-dev libmagickcore-dev libpq-dev libxml2-dev libxslt1-dev links catdoc elinks links sqlite3 lockfile-progs mutt pdftk poppler-utils tnef... |
Use node-jspm as base image | build:
image: geppettoapps/node-flow-jspm:4.4.7
environment:
- NPM_CONFIG_LOGLEVEL=warn
commands:
- npm install
- jspm install
- bin/ci
cache:
mount:
- jspm_packages
- node_modules
| build:
test:
image: geppettoapps/node-jspm:4.4.7
environment:
- NPM_CONFIG_LOGLEVEL=warn
commands:
- npm install
- npm run lint
- npm test
flow:
image: rezzza/docker-flow:0.30.0
commands:
- flow
cache:
mount:
- jspm_packages
- node_modules
|
Remove version dependence in conda recipe | package:
name: lomap
version: "0.0.0"
source:
path: ../..
build:
preserve_egg_dir: True
number: 0
skip:
- [not unix]
- [py3k]
requirements:
build:
- python
- boost
- setuptools
- rdkit
- matplotlib
- pyqt
- networkx >=1.11
- graphviz
- pygraphviz
- pillow... | package:
name: lomap
version: "0.0.0"
source:
path: ../..
build:
preserve_egg_dir: True
number: 0
skip:
- [not unix]
requirements:
build:
- python
- boost
- setuptools
- rdkit
- matplotlib
- pyqt
- networkx
- graphviz
- pygraphviz
- pillow
- nose
run:
... |
Change root domain to remove beta | ---
root_domain: "beta.digitalmarketplace.service.gov.uk"
ssl_certificate_id: "arn:aws:iam::050019655025:server-certificate/star-beta-2016-05-05"
iam_certificate_id: "ASCAJGSVATSZD7C6QICNM"
monitoring:
email: "support+production-staging@digitalmarketplace.service.gov.uk"
database:
multi_az: "true"
backup_retent... | ---
root_domain: "digitalmarketplace.service.gov.uk"
ssl_certificate_id: "arn:aws:iam::050019655025:server-certificate/star-digitalmarketplace-2016-05-13"
iam_certificate_id: "ASCAJG65ZXOA7JBRVORN6"
monitoring:
email: "support+production-staging@digitalmarketplace.service.gov.uk"
database:
multi_az: "true"
back... |
Add Python 3.9 to GitHub testing. | name: tests
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: Set up Python ${{ matrix.python-version }}
uses: a... | name: tests
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, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
us... |
Add missing r dependency to rseqc | package:
name: rseqc
version: 2.6.4
source:
fn: RSeQC-2.6.4.tar.gz
url: https://pypi.python.org/packages/61/58/1d9c280d8d852f7c5e873c0635952fc19305b0805e9f0ace50e8ef2f93c3/RSeQC-2.6.4.tar.gz
md5: 935779c452ffc84f3b8b9fb3d485c782
build:
skip: True # [not py27]
number: 0
requirements:
build:
- pyth... | package:
name: rseqc
version: 2.6.4
source:
fn: RSeQC-2.6.4.tar.gz
url: https://pypi.python.org/packages/61/58/1d9c280d8d852f7c5e873c0635952fc19305b0805e9f0ace50e8ef2f93c3/RSeQC-2.6.4.tar.gz
md5: 935779c452ffc84f3b8b9fb3d485c782
build:
skip: True # [not py27]
number: 1
requirements:
build:
- pyth... |
Update mac server bundle layout | mac:
mode: exact
basedir: mac
files:
frameworks:
- Flipper.app/Contents/Frameworks/
- Flipper.app/Contents/MacOS
- Flipper.app/Contents/PkgInfo
core:
- Flipper.app/Contents/Resources
- Flipper.app/Contents/Info.plist
linux:
mode: glob
basedir: linux-unpacked
files:
... | mac:
mode: exact
basedir: mac
files:
frameworks:
- Flipper.app/Contents/Frameworks/
- Flipper.app/Contents/MacOS
- Flipper.app/Contents/PkgInfo
core:
- Flipper.app/Contents/Resources
- Flipper.app/Contents/Info.plist
linux:
mode: glob
basedir: linux-unpacked
files:
... |
Test with python3.5 and 3.6 | image: python:3.6
stages:
- test
testing:
type: test
stage: test
before_script:
- pip install -r requirements.txt
script:
- nosetests --with-coverage --cover-package=pyOutlook | stages:
- test_python3.5
- test_python3.6
python3.5:
type: test
stage: test_python3.5
image: python3.5
before_script:
- pip install -r requirements.txt
script:
- nosetests --with-coverage --cover-package=
python3.6:
type: test
stage: test_python3.6
image: python3.6
before_script:
- pi... |
Add nhm.ac.uk to list of allowed domains | ---
- gov.uk
- mod.uk
- mil.uk
- ddc-mod.org
- slc.co.uk
- gov.scot
- parliament.uk
- nhs.uk
- nhs.net
- police.uk
- dclgdatamart.co.uk
- ucds.email
- naturalengland.org.uk
- hmcts.net
- scotent.co.uk
- assembly.wales
- cjsm.net
- cqc.org.uk
- bl.uk
- stfc.ac.uk
- wmfs.net
- bbsrc.ac.uk
- acas.org.uk
- gov.wales
- bigl... | ---
- gov.uk
- mod.uk
- mil.uk
- ddc-mod.org
- slc.co.uk
- gov.scot
- parliament.uk
- nhs.uk
- nhs.net
- police.uk
- dclgdatamart.co.uk
- ucds.email
- naturalengland.org.uk
- hmcts.net
- scotent.co.uk
- assembly.wales
- cjsm.net
- cqc.org.uk
- bl.uk
- stfc.ac.uk
- wmfs.net
- bbsrc.ac.uk
- acas.org.uk
- gov.wales
- bigl... |
Add package list and update declaration var | ---
# This playbook contains common plays that will be run on all nodes.
- name: NTP | Install
apt: name=ntp state=present
tags: ntp
- name: NTP | Configure ntp file
template: src=ntp.conf.j2 dest=/etc/ntp.conf
tags: ntp
notify: restart ntp
- name: NTP | Start the ntp service
service: name=ntp state=star... | ---
# This playbook contains common plays that will be run on all nodes.
- name: NTP | Install
apt: name=ntp state=present
tags: ntp
- name: NTP | Configure ntp file
template: src=ntp.conf.j2 dest=/etc/ntp.conf
tags: ntp
notify: restart ntp
- name: NTP | Start the ntp service
service: name=ntp state=star... |
Add @isuruf as a maintainer | package:
name: vs2008_runtime
version: "9.0.30729.6161"
build:
number: 0
skip: true # [not win]
msvc_compiler: 9.0
test:
commands:
{% set libs = [
"msvcm90",
"msvcp90",
"msvcr90",
"vcomp90"
] %}
{% for each_lib in libs %}
- if not exist "%PREFIX%\\{... | package:
name: vs2008_runtime
version: "9.0.30729.6161"
build:
number: 0
skip: true # [not win]
msvc_compiler: 9.0
test:
commands:
{% set libs = [
"msvcm90",
"msvcp90",
"msvcr90",
"vcomp90"
] %}
{% for each_lib in libs %}
- if not exist "%PREFIX%\\{... |
Build a distribution and copy to artifacts | machine:
ruby:
version: 2.1.0p0
node:
version: 0.10.22
dependencies:
override:
- 'npm install gulp -g && npm install bower -g && npm install'
- 'bundle install'
test:
override:
- 'gulp install'
- 'gulp specs'
| machine:
ruby:
version: 2.1.0p0
node:
version: 0.10.22
dependencies:
override:
- 'npm install gulp -g && npm install bower -g && npm install'
- 'bundle install'
test:
override:
- 'gulp install'
- 'gulp specs'
- 'gulp dist'
deployment:
artifact:
branch: master
commands:
... |
Increase CircleCI timeout to 30 min | general:
artifacts:
- app/build/outputs/apk
machine:
java:
version: oraclejdk8
dependencies:
cache_directories:
- ~/.android
- ~/android
pre:
- echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-go... | general:
artifacts:
- app/build/outputs/apk
machine:
java:
version: oraclejdk8
dependencies:
cache_directories:
- ~/.android
- ~/android
pre:
- echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-go... |
Update CI configs to v0.4.6 | #
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://g... | #
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://g... |
Set subscription sweeper to once per month | sweep_subscriptions:
cron: "0 7 * * *"
class: "SweepSubscriptionsJob"
queue: default
| sweep_subscriptions:
cron: "0 7 1 * *"
class: "SweepSubscriptionsJob"
queue: default
|
Use absolute rather than relative path for config.yml | ---
- hosts: all
connection: local
vars_files:
- default.config.yml
pre_tasks:
- include_vars: "{{ item }}"
with_fileglob:
- ../config.yml
tags: ['always']
roles:
- role: geerlingguy.homebrew
tags: ['homebrew']
- role: geerlingguy.dotfiles
when: configure_dotfi... | ---
- hosts: all
connection: local
vars_files:
- default.config.yml
pre_tasks:
- include_vars: "{{ item }}"
with_fileglob:
- "{{ playbook_dir }}/config.yml"
tags: ['always']
roles:
- role: geerlingguy.homebrew
tags: ['homebrew']
- role: geerlingguy.dotfiles
whe... |
Stop trying to make 17.x for x < 5 a thing | language: erlang
git:
submodules: false
install: true
before_script:
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod +x rebar3
env: PATH=$PATH:.
script: rebar3 eunit
otp_release:
# - 18.3
# - 18.0
# - 17.5
- 17.3
# http://erlang.org/pipermail/erlang-bugs/2014-June/004465.html
# - 17.1
# - R16B... | language: erlang
git:
submodules: false
install: true
before_script:
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod +x rebar3
env: PATH=$PATH:.
script: rebar3 eunit
otp_release:
- 18.3
- 18.0
- 17.5
# http://erlang.org/pipermail/erlang-bugs/2014-June/004465.html
# - 17.1
- R16B03-1
|
Test various numpy versions on Travis | language: python
env:
matrix:
- PYTHON_VERSION="2.6" NUMPY_VERSION="1.9"
- PYTHON_VERSION="2.7" NUMPY_VERSION="1.9"
- PYTHON_VERSION="3.3" NUMPY_VERSION="1.9"
- PYTHON_VERSION="3.4" NUMPY_VERSION="1.9"
# NUMPY_VERSION not set means numpy is not installed
- PYTHON_VERSION="3.4"
- PYTHON_VE... | language: python
env:
matrix:
- PYTHON_VERSION="2.6" NUMPY_VERSION="1.6"
- PYTHON_VERSION="2.7" NUMPY_VERSION="1.7"
- PYTHON_VERSION="3.3" NUMPY_VERSION="1.8"
- PYTHON_VERSION="3.4" NUMPY_VERSION="1.9"
# NUMPY_VERSION not set means numpy is not installed
- PYTHON_VERSION="3.4"
- PYTHON_VE... |
Fix deprecation warnings for pygments | name: Your New Jekyll Site
description: Blogging about stuffs
meta_description: "Your New Jekyll Site, Blogging about stuffs"
markdown: redcarpet
pygments: true
logo: false
paginate: 15
# Details for the RSS feed generator
url: 'blog url'
author: 'Your Name'
| name: Your New Jekyll Site
description: Blogging about stuffs
meta_description: "Your New Jekyll Site, Blogging about stuffs"
markdown: redcarpet
highlighter: pygments
logo: false
paginate: 15
# Details for the RSS feed generator
url: 'blog url'
author: 'Your Name'
|
Use ReadWriteOnce for access mode; RWO doesn't work. | apiVersion: "zookeeper.pravega.io/v1beta1"
kind: "ZookeeperCluster"
metadata:
name: "example"
spec:
size: 3
config:
initLimit: 10
tickTime: 2000
syncLimit: 2
image:
repository: zookeeper
tag: 3.5.4-beta
pullPolicy: IfNotPresent
labels: {}
ports:
- name: client
hostPort: 21... | apiVersion: "zookeeper.pravega.io/v1beta1"
kind: "ZookeeperCluster"
metadata:
name: "example"
spec:
size: 3
config:
initLimit: 10
tickTime: 2000
syncLimit: 2
image:
repository: zookeeper
tag: 3.5.4-beta
pullPolicy: IfNotPresent
labels: {}
ports:
- name: client
hostPort: 21... |
Add Finnish translation for babble_category_name | # Babble
fi:
site_settings:
babble_enabled: "Ota Babble-pikaviestin käyttöön."
babble_max_topic_size: "Säilytettävien pikaviestien enimmäismäärä per keskustelu."
babble_placeholder: "Pikaviestimen tyhjässä viestikentässä näkyvä ohjeteksti. Jos tyhjä, siinä näkyy oletusteksti."
babble_icon: "Oikeassa ... | # Babble
fi:
site_settings:
babble_enabled: "Ota Babble-pikaviestin käyttöön."
babble_max_topic_size: "Säilytettävien pikaviestien enimmäismäärä per keskustelu."
babble_placeholder: "Pikaviestimen tyhjässä viestikentässä näkyvä ohjeteksti. Jos tyhjä, siinä näkyy oletusteksti."
babble_icon: "Oikeassa ... |
Fix scl configuration file naming for 4.3 | ---
- name: Find configuration file for SCL PostgreSQL
shell: ls -vr1 /etc/ovirt-engine/engine.conf.d/*-scl-postgres-*.conf
environment: "{{ CMD_LANG }}"
register: scl_pg_conf_flist
changed_when: True
- debug: var=scl_conf_flist
- name: Check SCL PostgreSQL value
command: grep sclenv {{ scl_pg_conf_flist.stdo... | ---
- name: Find configuration file for SCL PostgreSQL
shell: ls -vr1 /etc/ovirt-engine/engine.conf.d/*-scl-postgres*.conf
environment: "{{ CMD_LANG }}"
register: scl_pg_conf_flist
changed_when: True
- debug: var=scl_conf_flist
- name: Check SCL PostgreSQL value
command: grep sclenv {{ scl_pg_conf_flist.stdou... |
Update 0-latest to point to newly-released 0.9.0 | repo.name: mynewt_arduino_zero
repo.versions:
"0.0.0": "mynewt_arduino_zero_0_0_0_tag"
"0.8.0": "mynewt_arduino_zero_0_8_0_tag"
"0.9.0": "mynewt_arduino_zero_0_9_0_tag"
"0.0.1": "develop"
"0-latest": "0.8.0"
"0-dev": "0.0.1"
"0.8-latest": "0.8.0"
"0.9-latest": "0.9.0"
| repo.name: mynewt_arduino_zero
repo.versions:
"0.0.0": "mynewt_arduino_zero_0_0_0_tag"
"0.8.0": "mynewt_arduino_zero_0_8_0_tag"
"0.9.0": "mynewt_arduino_zero_0_9_0_tag"
"0.0.1": "develop"
"0-latest": "0.9.0"
"0-dev": "0.0.1"
"0.8-latest": "0.8.0"
"0.9-latest": "0.9.0"
|
Update from Forestry.io - Updated Forestry configuration | ---
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: textarea
name: quote
label: Quote
description: Quote, snippet, or subtitle
config:
required: false
wysiwyg: false
schema:
format: markdown
- type: file
label: Cover
... | ---
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: textarea
name: quote
label: Quote
description: Quote, snippet, or subtitle
config:
required: false
wysiwyg: false
schema:
format: markdown
- type: file
label: Cover
... |
Update AWS SDK to 1.11.743 | ---
rundeck:
plugins: # Extra plugins to bundle
- "com.github.Batix:rundeck-ansible-plugin:3.1.0"
- "com.github.rundeck-plugins:aws-s3-model-source:v1.0.2"
- "com.github.rundeck-plugins:py-winrm-plugin:2.0.5"
- "com.github.rundeck-plugins:openssh-node-execution:2.0.0"
- "com.github.rundeck-plugins:multiline... | ---
rundeck:
plugins: # Extra plugins to bundle
- "com.github.Batix:rundeck-ansible-plugin:3.1.0"
- "com.github.rundeck-plugins:aws-s3-model-source:v1.0.3"
- "com.github.rundeck-plugins:py-winrm-plugin:2.0.5"
- "com.github.rundeck-plugins:openssh-node-execution:2.0.0"
- "com.github.rundeck-plugins:multiline... |
Revert "Now trying it with Xcode 8" | machine:
environment:
# CocoaPods versions greater than 0.34 require
# your terminal to be using UTF-8 encoding.
LANG: en_US.UTF-8
xcode:
version: "8.0"
test:
pre:
- open -b com.apple.iphonesimulator
| machine:
environment:
# CocoaPods versions greater than 0.34 require
# your terminal to be using UTF-8 encoding.
LANG: en_US.UTF-8
xcode:
version: "7.3"
test:
pre:
- open -b com.apple.iphonesimulator
|
Increment build tools to the latest 25.x point release | dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-25
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.2
test:
override:
# run lint (tests will come next ...)
- ./gradlew :library:check
# copy results
- cp -r library/bu... | dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-25
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.3
test:
override:
# run lint (tests will come next ...)
- ./gradlew :library:check
# copy results
- cp -r library/bu... |
Define api request methods add request type forcast and current | APIXU:
API_KEY: 5f7c4e53a0d645d382a14830173004
BASE_URL: http://api.apixu.com/v1/
| APIXU:
API_KEY: 5f7c4e53a0d645d382a14830173004
BASE_URL: http://api.apixu.com/v1/
REQUEST_TYPE:
current: current.json
forcast: forecast.json
|
Use `sudo` to move `symfony`. | name: Composer
on: [push, pull_request]
jobs:
serendipity_hq:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.4']
name: PHP ${{ matrix.php }} on ${{ matrix.os }}
steps:
- n... | name: Composer
on: [push, pull_request]
jobs:
serendipity_hq:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.4']
name: PHP ${{ matrix.php }} on ${{ matrix.os }}
steps:
- n... |
Remove parameters attribute for action with no parameters. | ---
name: list_dns_zones
runner_type: run-python
description: List all the DNS zones.
enabled: true
entry_point: list_dns_zones.py
parameters:
| ---
name: list_dns_zones
runner_type: run-python
description: List all the DNS zones.
enabled: true
entry_point: list_dns_zones.py
|
Align HCI environment file with list of services from roles_data | # If not using an isolated StorageMgmt network, the following regitry mapping
# should be commented.
resource_registry:
OS::TripleO::Compute::Ports::StorageMgmtPort: ../network/ports/storage_mgmt.yaml
parameter_defaults:
ComputeServices:
- OS::TripleO::Services::CACerts
- OS::TripleO::Services::CephClient
... | # If not using an isolated StorageMgmt network, the following regitry mapping
# should be commented.
resource_registry:
OS::TripleO::Compute::Ports::StorageMgmtPort: ../network/ports/storage_mgmt.yaml
parameter_defaults:
ComputeServices:
- OS::TripleO::Services::CACerts
- OS::TripleO::Services::CephClient
... |
Update from Hackage at 2016-05-03T14:34:47+0000 | homepage: https://github.com/jwvg0425/d3d11binding
changelog-type: ''
hash: acbc67618dfcf3ad89f29b1ff1e071e80d51a9ed57cd4ae39e87816e1c621d01
test-bench-deps: {}
maintainer: jwvg0425@naver.com
synopsis: A raw binding for the directX 11
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
Win32: ! '>=2.3.0.0'
c-storable... | homepage: https://github.com/jwvg0425/d3d11binding
changelog-type: ''
hash: 78c69809444d0c42d942ac78b57198018ededdbe6fe2fdc7c6e5747e96eae95a
test-bench-deps: {}
maintainer: jwvg0425@naver.com
synopsis: A raw binding for the directX 11
changelog: ''
basic-deps:
vect: ! '>=0.4.7'
base: ! '>=4.8 && <5'
Win32: ! '>=2... |
Update OpenBoard to 1.4.2 (14) | Categories:
- System
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/dslul/openboard
IssueTracker: https://github.com/dslul/openboard/issues
AutoName: OpenBoard
RepoType: git
Repo: https://github.com/dslul/openboard
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app... | Categories:
- System
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/dslul/openboard
IssueTracker: https://github.com/dslul/openboard/issues
AutoName: OpenBoard
RepoType: git
Repo: https://github.com/dslul/openboard
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app... |
Upgrade himlar-dp-prep package in local1 | ---
# This works in UiB. Should be posible to override in secrets for other locations
profile::application::himlarcli::smtp: 'smtp.uib.no'
profile::application::himlarcli::from_addr: 'no-reply@uib.no'
profile::application::himlarcli::ldap_server: 'ldap.uib.no'
profile::application::himlarcli::ldap_base_d... | ---
# This works in UiB. Should be posible to override in secrets for other locations
profile::application::himlarcli::smtp: 'smtp.uib.no'
profile::application::himlarcli::from_addr: 'no-reply@uib.no'
profile::application::himlarcli::ldap_server: 'ldap.uib.no'
profile::application::himlarcli::ldap_base_d... |
Update label and reduce daysUntilClose time | # Configuration for no-response - https://github.com/probot/no-response
# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 14
# Label requiring a response
# TODO: also close `needs-reproduction` issues (blocked by https://github.com/probot/no-response/issues/11)
responseRequi... | # Configuration for no-response - https://github.com/probot/no-response
# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 7
# Label requiring a response
# TODO: also close `needs-reproduction` issues (blocked by https://github.com/probot/no-response/issues/11)
responseRequir... |
Update of biomass costs sliders to prevent lower costs for biomass CHP with increasing price | ---
attr_name: cost_per_mj_growth_total
comments: ""
factor: 100.0
id: 59
key: costs_biomass
keys: greengas_AND_biodiesel_AND_bio_ethanol_AND_bio_oil_AND_algae_diesel_AND_biogas_AND_wood_pellets
label: "€/tonne"
label_query: Q(price_of_wood_pellets)
max_value: 1000.0
max_value_gql:
min_value: -100.0
min_value_gq... | ---
attr_name: cost_per_mj_growth_total
comments: "This now updates ALL biomass products, even bio_residues. This is required as fix to prevent negative costs from the export of wood_pellets. When a flex_max link type is made possible, we should rethink the workings of this slider"
factor: 100.0
id: 59
key: costs_biom... |
Use local checkout, push result | name: Docker Image CI
on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DockerHubUsername }}
password: ... | name: Docker Image CI
on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DockerHubUsername }}
password: ... |
Change the installation way of Package `lcov` | language: php
php:
- 7.0
- 5.4
- 5.3
env:
- LIBZOOKEEPER_VERSION=3.5.1-alpha
- LIBZOOKEEPER_VERSION=3.5.0-alpha
- LIBZOOKEEPER_VERSION=3.4.6
install:
- sudo apt-get install -y lcov
- gem install coveralls-lcov
before_script:
- ./scripts/dev/install_libzookeeper.sh $LIBZOOKEEPER_VE... | language: php
php:
- 7.0
- 5.4
- 5.3
env:
- LIBZOOKEEPER_VERSION=3.5.1-alpha
- LIBZOOKEEPER_VERSION=3.5.0-alpha
- LIBZOOKEEPER_VERSION=3.4.6
addons:
apt:
packages:
- lcov
sudo: false
install:
- gem install coveralls-lcov
before_script:
- ./scripts/dev/install... |
Set -destination on the xcodebuild command | language: objective-c
script:
- cd IRCrypto
- xcodebuild -project IRCrypto.xcodeproj -scheme IRCrypto -sdk iphonesimulator9.3 build test
| language: objective-c
osx_image: xcode7.3
script:
- cd IRCrypto
- xcodebuild -project IRCrypto.xcodeproj -scheme IRCrypto -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' build test
|
Add install for templatetag handlebars | sudo: false
language: python
python:
- "2.7"
install:
- pip install .
- pip install pep8
- pip install coverage
- pip install python-coveralls
- pip install django_compressor
before_script:
- cp travis-ci/manage.py manage.py
- python manage.py syncdb --noinput
script:
- pep8 mdotdevs/ --exclude=migrat... | sudo: false
language: python
python:
- "2.7"
install:
- pip install .
- pip install pep8
- pip install coverage
- pip install python-coveralls
- pip install django_compressor
- pip install django-templatetag-handlebars
before_script:
- cp travis-ci/manage.py manage.py
- python manage.py syncdb --noinp... |
Remove node v6 as part of the environment for build | sudo: false
language: node_js
node_js:
- "5.0"
- "6.0"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
services:
- mongodb
cache:
directories:
- node_modules
notifications:
email: false
branches:
only:
- develop
- master
before_insta... | sudo: false
language: node_js
node_js:
- "5.0"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
services:
- mongodb
cache:
directories:
- node_modules
notifications:
email: false
branches:
only:
- develop
- master
before_install:
- "e... |
Add Ruby 2.3.1 on Travis | language: ruby
sudo: false
cache: bundler
bundler_args: --without tools
script:
- bundle exec rake spec
rvm:
- 2.0
- 2.1
- 2.2
- rbx
- jruby-9000
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
email: false
webhooks:
urls:
- http... | language: ruby
sudo: false
cache: bundler
bundler_args: --without tools
script:
- bundle exec rake spec
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.1
- rbx
- jruby-9000
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
email: false
webhooks:
urls:
... |
Disable parallelism in jest for Travis-CI | language: node_js
node_js:
- "stable"
cache:
yarn: true
directories:
- node_modules
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn install --pure-lockfile
script:
- npm run lint
- npm run test
- npm run build:prod
deploy:
- prov... | language: node_js
node_js:
- "stable"
cache:
yarn: true
directories:
- node_modules
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn install --pure-lockfile
script:
- npm run lint
- npm test -- --runInBand
- npm run build:prod
depl... |
Revert "Try to fix Travis" | language: csharp
solution: ArchiSteamFarm.sln
# Technically ASF doesn't require this
# But we like to target latest environment
sudo: required
dist: trusty
git:
depth: 10
mono:
- weekly
- latest
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/df82484f12510c3f2516
o... | language: csharp
solution: ArchiSteamFarm.sln
git:
depth: 10
mono:
- weekly
- latest
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/df82484f12510c3f2516
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|... |
Add `skip_cleanup` to Travis CI config | language: c
compiler:
- gcc
- clang
before_install:
- sudo pip install cpp-coveralls
install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3 python3-dev
- sudo apt-get install -qq check
script: autoreconf --install && ./configure --enable-gcov PYTHON_VERSION=3.2 && make && make... | language: c
compiler:
- gcc
- clang
before_install:
- sudo pip install cpp-coveralls
install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3 python3-dev
- sudo apt-get install -qq check
script: autoreconf --install && ./configure --enable-gcov PYTHON_VERSION=3.2 && make && make... |
Add path to galaxy requirements | sudo: required
# env:
# - ARCH_TRAVIS_VERBOSE=1
arch:
repos:
- xyne-any=http://xyne.archlinux.ca/repos/xyne
- papyros=http://dash.papyros.io/repos/$repo/$arch
packages:
- base
- reflector
# aur
#- archey3-git
# papyros
- papyros-shell
- python2-pip
- ansible
script:
... | sudo: required
# env:
# - ARCH_TRAVIS_VERBOSE=1
arch:
repos:
- xyne-any=http://xyne.archlinux.ca/repos/xyne
- papyros=http://dash.papyros.io/repos/$repo/$arch
packages:
- base
- reflector
# aur
#- archey3-git
# papyros
- papyros-shell
- python2-pip
- ansible
script:
... |
Fix variable name for C compiler in travid config: $CC | language: cpp
compiler:
- clang
- gcc
env:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script:
- if [ "$CXX" = "g++" ]; then export CXX="/usr/bin/g++-4.8"; fi
- if [ "$CC" = "gcc" ]; then export CXX="/usr/bin/gcc-4.8"; fi
... | language: cpp
compiler:
- clang
- gcc
env:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script:
- if [ "$CXX" = "g++" ]; then export CXX="/usr/bin/g++-4.8"; fi
- if [ "$CC" = "gcc" ]; then export CC="/usr/bin/gcc-4.8"; fi
... |
Add pod setup, pod repo update | language: objective-c
osx_image: xcode8
xcode_workspace: Example/Puree.xcworkspace
xcode_scheme: PureeTests
before_install:
- gem update cocoapods --pre # Install 1.1.0.rc.2
podfile: Example/Podfile
| language: objective-c
osx_image: xcode8
xcode_workspace: Example/Puree.xcworkspace
xcode_scheme: PureeTests
before_install:
- gem update cocoapods --pre # Install 1.1.0.rc.2
- pod setup
- pod repo update
podfile: Example/Podfile
|
Add target directory to LD_LIBRARY_PATH | env:
global:
- secure: a0aZLlsuJdEsS/94pcCIr9D0WPdoawBH/dCz39/RAxTcT+g56YzlU4RtjyVqnlo92qPYAs11r/CrAGKCJHS92GIESUziA0ZDwgkKpPerJYl/OcTL612ArARO02UDNsD67y+gAOZF5xrt/Sppro65oIqKVYRwY+HKcESlQqp9/b0=
install:
- curl --retry 3 --output rust.tgz
http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-g... | env:
global:
- secure: a0aZLlsuJdEsS/94pcCIr9D0WPdoawBH/dCz39/RAxTcT+g56YzlU4RtjyVqnlo92qPYAs11r/CrAGKCJHS92GIESUziA0ZDwgkKpPerJYl/OcTL612ArARO02UDNsD67y+gAOZF5xrt/Sppro65oIqKVYRwY+HKcESlQqp9/b0=
install:
- curl --retry 3 --output rust.tgz
http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-g... |
Drop support for Node.js < 10 | language: node_js
node_js:
- "8"
- "10"
- "11"
| language: node_js
node_js:
- "10"
- "11"
|
Use a more recent version of Bundler | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
env: COVERALL=1
| language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
env: COVERALL=1
before_install:
- gem install bundler
|
Add 4.08 and 4.09 tests to CI | language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash ./.travis-docker.sh
env:
global:
- PACKAGE=pkcs11
- DISTRO=alpine
- PINS="pkcs11:. pkcs11-cli:. pkcs11-rev:. pkcs11-driver:."
matrix:
- OCAML_VERS... | language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash ./.travis-docker.sh
env:
global:
- PACKAGE=pkcs11
- DISTRO=alpine
- PINS="pkcs11:. pkcs11-cli:. pkcs11-rev:. pkcs11-driver:."
matrix:
- OCAML_VERS... |
Deploy tags automatically to NPM | ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=ember-1.13
- EMBER_TRY_SCENARIO=ember-lts-2.4
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failu... | ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=ember-1.13
- EMBER_TRY_SCENARIO=ember-lts-2.4
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failu... |
Create test MySQL DB on Travis | language: node_js
script:
- npm run lerna bootstrap
- npm test
- ( cd packages/any-db-pool && npm test )
- ( cd packages/any-db-mysql && npm test )
- ( cd packages/any-db-postgres && npm test )
- ( cd packages/any-db-sqlite3 && npm test )
- ( cd packages/any-db-transaction && npm test )
- ( cd packages... | language: node_js
before_script:
- mysql -e 'create database any_db_test' -uroot
script:
- npm run lerna bootstrap
- npm test
- ( cd packages/any-db-pool && npm test )
- ( cd packages/any-db-mysql && npm test )
- ( cd packages/any-db-postgres && npm test )
- ( cd packages/any-db-sqlite3 && npm test )
... |
Stop allowing failures on PHP 7.1 | language: php
sudo: false
env:
global:
- RUN_PHPCS="no"
- COMPOSER_FLAGS=""
matrix:
include:
- php: 5.3
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.4
- php: 5.5
- php: 5.6
env: RUN_PHPCS="yes"
- php: 7.0
- php: 7.1
- php: hhvm
allow_failures:
... | language: php
sudo: false
env:
global:
- RUN_PHPCS="no"
- COMPOSER_FLAGS=""
matrix:
include:
- php: 5.3
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.4
- php: 5.5
- php: 5.6
env: RUN_PHPCS="yes"
- php: 7.0
- php: 7.1
- php: hhvm
allow_failures:
... |
Update Travis to only test Node 4 and 5 | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
matrix:
fast_finish: true
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8
script: npm test --coverage
after_script: codeclimate-test-reporter < coverage/lcov.info
| sudo: false
language: node_js
node_js:
- '4'
- '5'
matrix:
fast_finish: true
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8
script: npm test --coverage
after_script: codeclimate-test-reporter < coverage/lcov.info
|
Use Rust 1.9 or later | sudo: false
language: rust
rust:
- nightly
- beta
- 1.8.0
- 1.7.0
script:
- cargo test
- cargo test --features "normalizer_mysql unstable"
| sudo: false
language: rust
rust:
- nightly
- beta
- 1.9.0
script:
- cargo test
- cargo test --features "normalizer_mysql unstable"
|
Add node 5 to Travis | sudo: false
language: node_js
node_js:
- "0.12"
- "1"
- "2"
- "3"
- "4"
script: "npm run test:cov"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
| sudo: false
language: node_js
node_js:
- "0.12"
- "1"
- "2"
- "3"
- "4"
- "5"
script: "npm run test:cov"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|
Disable cache on Travis for Node.js adapter | sudo: required
dist: trusty
language: node_js
addons:
chrome: stable
node_js:
- "6"
- "8"
- "10"
- "11"
services:
- docker
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
install:
- npm install
before_install:
- ./scripts/start-server.sh
before_script:
- make lint
s... | sudo: required
dist: trusty
language: node_js
cache:
npm: false
addons:
chrome: stable
node_js:
- "6"
- "8"
- "10"
- "11"
services:
- docker
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
install:
- npm install
before_install:
- ./scripts/start-server.sh
before_scri... |
Update CI script to install JSPM packages | language: node_js
node_js:
- node
- io.js
- 5.5
- 4.2
- 4.1
- 0.12
- 0.10
sudo: false
services:
- mongodb
- redis-server
env:
- NODE_ENV=test
script: "npm run test-coverage && karma start --single-run"
after_script: "npm run coverage && cat ./coverage/lcov.info | coveralls"
| language: node_js
node_js:
- node
- io.js
- 5.5
- 4.2
- 4.1
- 0.12
- 0.10
sudo: false
services:
- mongodb
- redis-server
env:
- NODE_ENV=test
before_script: "jspm install"
script: "npm run test-coverage && karma start --single-run"
after_script: "npm run coverage && cat ./coverage/lcov.info | cov... |
Test on osx as well | sudo: required
env:
- GHCVER=7.10.3
- GHCVER=8.0.2
- GHCVER=8.2.1
- GHCVER=8.4.1
- GHCVER=head
script:
- export HLINT_ARGUMENTS=src
- curl -sL https://raw.github.com/ndmitchell/neil/master/travis.sh | sh
| sudo: required
matrix:
include:
- env: GHCVER=7.10.3
- env: GHCVER=8.0.2
- env: GHCVER=8.2.1
- env: GHCVER=8.4.1
- env: GHCVER=head
- os: osx
script:
- export HLINT_ARGUMENTS=src
- curl -sL https://raw.github.com/ndmitchell/neil/master/travis.sh | sh
deploy:
provider: releases
api_key:
secure: ... |
Make Travis wait 10 minutes | language: ruby
before_install: gem install bundler --version '1.8'
install: bundle install
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.5
- 2.4.2
- ruby-head
- jruby-head
- rbx-2
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
notifications:
slack: openfoodfacts:oicZXgD1SNoGCA6E... | language: ruby
before_install: gem install bundler --version '1.8'
install: bundle install
script: travis_wait 10 rake
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.5
- 2.4.2
- ruby-head
- jruby-head
- rbx-2
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
notifications:
slack: op... |
Install the autopoint package for Travis builds. | # Travis CI configuration file
sudo: false
language: c
script:
- autoreconf -sivf
- ./configure --prefix="${HOME}"
- make
- make check
- make install
compiler:
- clang
- gcc
os:
- linux
- osx
| # Travis CI configuration file
sudo: false
language: c
# Install autopoint on Ubuntu (needed for gettext)
addons:
apt:
packages:
- autopoint
script:
# Ensure brew gettext is in the PATH so autopoint is found on OS X
- PATH="$PATH:/usr/local/opt/gettext/bin" autoreconf -sivf
- ./configure --prefix="$... |
Use Build instead of tsc | language: node_js
node_js:
- "node"
- "6"
script:
- cd client
- npm install
- cd ..
- cd server
- npm install
- npm run tsc
- npm test
| language: node_js
node_js:
- "node"
- "6"
script:
- cd client
- npm install
- cd ..
- cd server
- npm install
- npm run build
- npm test
|
Fix debootstrap error caused by debootstrapopts | language: cpp
compiler: gcc
script: pdebuild
install: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq pbuilder devscripts
- wget http://debian.ignsdk.web.id/pkg/debootstrap_1.0.55_all.deb -O /home/travis/debootstrap.deb
- wget http://debian.ignsdk.web.id/pkg/debian-archive-keyring_... | language: cpp
compiler: gcc
script: pdebuild
install: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq pbuilder devscripts
- wget http://debian.ignsdk.web.id/pkg/debootstrap_1.0.55_all.deb -O /home/travis/debootstrap.deb
- wget http://debian.ignsdk.web.id/pkg/debian-archive-keyring_... |
Use pip install -e instead of setup.py install | language: python
python:
- "3.2"
- "3.3"
# command to install dependencies
install:
- "pip install --use-mirrors Cython"
- python setup.py install
# command to run tests
script: python -m darc.testsuite.run -vb
| language: python
python:
- "3.2"
- "3.3"
# command to install dependencies
install:
- "pip install --use-mirrors Cython"
- "pip install -e ."
# command to run tests
script: python -m darc.testsuite.run -vb
|
Validate Travis CI config file from now on | sudo: required
dist: trusty
# Those two above are for getting most recent Ubuntu at Travis
# https://docs.travis-ci.com/user/ci-environment/
language: node_js
node_js:
- "10"
- "12"
cache:
directories:
- node_modules
matrix:
fast_finish: true
script:
- npm run lint
- npm test
after_script: "npm run co... | # https://docs.travis-ci.com/user/build-config-validation/
version: ~> 1.0
sudo: required
dist: trusty
# Those two above are for getting most recent Ubuntu at Travis
# https://docs.travis-ci.com/user/ci-environment/
language: node_js
node_js:
- "10"
- "12"
cache:
directories:
- node_modules
jobs:
fast_fi... |
Test in both 1.8 and 1.9 mode on JRuby and Rubinius | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx
- ree
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
|
Update comments re node version to reflect we're no longer using yarn | language: node_js
node_js:
# Node v0.10 is installed by default, but >= v4 is required for yarn. "node" will install the latest stable version
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Travis-CI-supports-yarn
- "node"
after_script:
# Send test coverage data to coveralls.io
- "cat ./c... | language: node_js
node_js:
# "node" will install the latest stable version
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
- "node"
after_script:
# Send test coverage data to coveralls.io
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
# Generate documentation at... |
Add Node.js v4 stable to Travis config | language: node_js
node_js:
- 'iojs'
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
| language: node_js
node_js:
- 'iojs'
- '4'
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
|
Use latest JRuby on Travis CI | language: ruby
sudo: false
services:
- mongodb
gemfile:
- Gemfile
- Gemfile.rails42
- Gemfile.mongo_mapper
rvm:
- 2.2.5
- 2.3.1
- jruby-9.1.0.0
notifications:
email: false
| language: ruby
sudo: false
services:
- mongodb
gemfile:
- Gemfile
- Gemfile.rails42
- Gemfile.mongo_mapper
rvm:
- 2.2.5
- 2.3.1
- jruby-9.1.2.0
notifications:
email: false
|
Switch to using Pillow for python3 testing. | language: python
python:
- "2.7"
- "3.2"
before_install:
- sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so ~/virtualenv/python2.7/lib/
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then pip install --quiet git+https://github.com/sloonz/pil-py3k.git; fi
- pip --quiet install pil
- sudo... | language: python
python:
- "2.7"
- "3.2"
before_install:
- sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so ~/virtualenv/python2.7/lib/
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then pip install --quiet git+https://github.com/python-imaging/Pillow.git; fi
- pip --quiet install pil
... |
Modify Travis config file to deploy on every tag push to npm | sudo: false
language: node_js
node_js:
- node
- lts/*
- 8
- 6
- 4
install:
- npm i -g npm@latest
- npm install
| sudo: false
language: node_js
node_js:
- node
- lts/*
- 8
- 6
- 4
install:
- npm i -g npm@latest
- npm install
deploy:
provider: npm
email: alex@alexanderdickson.com
api_key:
secure: Tjp9eJJqvvN0DHtdk9NKCKH6mq+0rang1tAhtUWoxUQ4TZySVFR9NT3PzuqHIgxTY7wR8/zquyc4i9yXBv2Wilp1U1fPZrZpkEg62y+NlFMdikb6sjuL/QoTS6LFYwi... |
Allow failure of Ruby 2.0.0 | branches:
only:
- master
before_script: cp config/database.yml.example config/database.yml
language: ruby
matrix:
allow_failures:
- rvm: ruby-head
rvm:
- 1.9.3
- 2.0.0
script: bundle exec rake db:create db:migrate db:test:prepare default
| branches:
only:
- master
before_script: cp config/database.yml.example config/database.yml
language: ruby
matrix:
allow_failures:
- rvm: 2.0.0
rvm:
- 1.9.3
- 2.0.0
script: bundle exec rake db:create db:migrate db:test:prepare default
|
Fix Travis tox pre-commit env definition | language: python
addons:
apt:
config:
retries: true
cache:
apt: true
pip: true
matrix:
include:
- os: linux
dist: xenial
python: 2.7
env: TOXENV=py27
name: "2.7 Xenial"
- os: linux
dist: xenial
python: 3.5
env: TOXENV=py35
name: "3.5 Xenial"
... | language: python
addons:
apt:
config:
retries: true
cache:
apt: true
pip: true
matrix:
include:
- os: linux
dist: xenial
python: 2.7
env: TOXENV=py27
name: "2.7 Xenial"
- os: linux
dist: xenial
python: 3.5
env: TOXENV=py35
name: "3.5 Xenial"
... |
Reduce gradle verbosity on Travis | sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- openjdk8
- oraclejdk8
git:
submodules: false
before_install:
- scripts/travis-initialize-submodules
- scripts/run-xvfb
install: ./gradlew setupDecompWorkspace
script: DISPLAY=:99 ./gradlew build runMcTester --info --stacktrace
after_fa... | sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- openjdk8
- oraclejdk8
git:
submodules: false
before_install:
- scripts/travis-initialize-submodules
- scripts/run-xvfb
install: ./gradlew setupDecompWorkspace
script: DISPLAY=:99 ./gradlew build runMcTester --stacktrace
after_failure: ... |
Add support for Node.js 10 | sudo: false
language: node_js
notifications:
email: false
node_js:
- 6
- 8
matrix:
fast_finish: true
script: npm run travis
before_install:
- npm i -g npm
before_script:
- npm prune
after_success:
- npm run semantic-release
| sudo: false
language: node_js
notifications:
email: false
node_js:
- 6
- 8
- 10
matrix:
fast_finish: true
script: npm run travis
before_install:
- npm i -g npm
before_script:
- npm prune
after_success:
- npm run semantic-release
|
Use Ubuntu 22.04 in CI | name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
include:
- { ruby: 2.7.6 }
- { ruby: 3.0.4 }
- { ruby: 3.1.2 }
- { ruby: head, allow-failure: true }
- { ruby: jruby-9.3.4.0 }
... | name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
include:
- { ruby: 2.7.6 }
- { ruby: 3.0.4 }
- { ruby: 3.1.2 }
- { ruby: head, allow-failure: true }
- { ruby: jruby-9.3.4.0 }
... |
Remove unnecessary files from build | # Site settings
title: Synnefo
description: "Synnefo is open source cloud software used to create massively scalable IaaS clouds."
keywords: "cloud software, cloud platform, commodity hardware, large scale, Ganeti, OpenStack, production quality, production ready, okeanos, IaaS"
baseurl: ""
url: "https://www.synnefo.or... | # Site settings
title: Synnefo
description: "Synnefo is open source cloud software used to create massively scalable IaaS clouds."
keywords: "cloud software, cloud platform, commodity hardware, large scale, Ganeti, OpenStack, production quality, production ready, okeanos, IaaS"
baseurl: ""
url: "https://www.synnefo.or... |
Update from Hackage at 2021-01-20T13:58:01Z | homepage: ''
changelog-type: ''
hash: cfa4b5995eecc613cc80b2fa97640ab3967586979e01f23a9f30482754077c9f
test-bench-deps: {}
maintainer: Zachary Churchill <zachary@itpro.tv>
synopsis: Generates a servant API module
changelog: ''
basic-deps:
base: '>=4.13.0.0 && <=5.2.0.0'
parser-combinators: '>=1.2.1'
text: '>=1.2.... | homepage: ''
changelog-type: ''
hash: 64e7dfb7d56adfad251c9e538a52907555a9abbf37d5caeae49cc3b234c41c77
test-bench-deps: {}
maintainer: Zachary Churchill <zachary@itpro.tv>
synopsis: Generates a servant API module
changelog: ''
basic-deps:
base: '>=4.13.0.0 && <=5.2.0.0'
parser-combinators: '>=1.2.1'
text: '>=1.2.... |
Switch to ubuntu and parallel jobs | ---
kind: pipeline
name: arm64_gcc_make
platform:
os: linux
arch: arm64
steps:
- name: Build and Test
image: centos:7
environment:
CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
commands:
- yum -y install make gcc gcc-gfortran perl
- make QUIET_MAKE=1 $COMMON_FLAGS
- ... | ---
kind: pipeline
name: arm64_gcc_make
platform:
os: linux
arch: arm64
steps:
- name: Build and Test
image: ubuntu:18.04
environment:
CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j'
commands:
- apt install make gcc gfortran perl clang
- make QUIET_MAKE=1 $COMMON_FLAGS
... |
Update from Hackage at 2018-09-01T08:06:58Z | homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme
changelog-type: markdown
hash: fcfcb97b431864cc054e4dfc94cd67d64678e71e97ff8da2474a65f008909464
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: Types for gRPC over HTTP2 common for client and servers.
changelog: ! '# Changelog for http2-gr... | homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme
changelog-type: markdown
hash: 1f77aeb366c31ad6b34a46ff105de06a566bda325b6aa5724295346f291c69d7
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: Types for gRPC over HTTP2 common for client and servers.
changelog: ! '# Changelog for http2-gr... |
Update the master's security group so it can be reached | ---
master:
ami: "ami-ab76eccb"
type: "m4.xlarge"
key_name: "training"
security_group_ids:
- "sg-688b120f"
instructorwin:
ami: "ami-e8f6ed91"
type: "t2.micro"
key_name: "training"
security_group_ids:
- "sg-688b120f"
- "sg-db63e0be"
student:
ami: "ami-e8f6ed91"
type: "t2.micro"
key_name... | ---
master:
ami: "ami-ab76eccb"
type: "m4.xlarge"
key_name: "training"
security_group_ids:
- "sg-f3b33794"
instructorwin:
ami: "ami-e8f6ed91"
type: "t2.micro"
key_name: "training"
security_group_ids:
- "sg-688b120f"
- "sg-db63e0be"
student:
ami: "ami-e8f6ed91"
type: "t2.micro"
key_name... |
Scale the bug report template back even farther | name: Bug Report
description: "Issue with the Python extension, not supporting/sibling extensions (you may also use the `Python: Report Issue` command)"
labels: ["bug", "classify"]
body:
body:
- type: input
attributes:
label: VS Code version
description: 'Can be found via the `Help: About` com... | name: Bug Report
description: "Issue with the Python extension, not supporting/sibling extensions (you may also use the `Python: Report Issue` command)"
labels: ["bug", "classify"]
body:
body:
- type: input
attributes:
label: VS Code version
description: 'Can be found via the `Help: About` com... |
Update circleci/python:3.7.0 Docker digest to f5ff01b | # 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.0@sha256:e24a1db944cfe185fcc888ba043eadf385012f91325c92ab6065674eef815415
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.0@sha256:f5ff01bc54c86a41a2e48ae0d9d4b67b4e3eea6761018a4f8ff7e6a06df7bb46
working_directory: ~/repo
steps:
- checko... |
Include 1.0 in the Travis tests. | language: python
python:
- "2.7"
env:
- DJANGO=1_4
- DJANGO=1_7
install: "pip install -r test-projects/common.pip -r test-projects/django_${DJANGO}/setup.pip"
script: "cd test-projects/django_${DJANGO} && python manage.py test pubsubpull${TESTS}"
| language: python
python:
- "2.7"
env:
- DJANGO=1_0
- DJANGO=1_4
- DJANGO=1_7
install: "pip install -r test-projects/common.pip -r test-projects/django_${DJANGO}/setup.pip"
script: "cd test-projects/django_${DJANGO} && python manage.py test pubsubpull${TESTS}"
|
Add ppc64le jobs to Travis CI | sudo: false
language: c
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
include:
- os: linux
dist: trusty
language: python
python: "2.6"
- os: linux
dist: bionic
language: python
python: "2.7"
- os: linux
dist: trusty
language: python
pytho... | sudo: false
language: c
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
include:
- os: linux
dist: trusty
language: python
python: "2.6"
- os: linux
dist: bionic
language: python
python: "2.7"
- os: linux
dist: trusty
language: python
pytho... |
Test Laravel 5.1 and 5.4 in TravisCI | language: php
php:
- 7.0
cache:
directories:
- $HOME/.composer/cache
matrix:
- LARAVEL_VERSION="5.4.*" COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL_VERSION="5.4.*" COMPOSER_FLAGS=""
before_install:
- travis_retry composer self-update
install:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interact... | language: php
php:
- 7.0
cache:
directories:
- $HOME/.composer/cache
env:
matrix:
- LARAVEL_VERSION="5.1.*"
- LARAVEL_VERSION="5.4.*"
before_install:
- travis_retry composer self-update
- composer require laravel/framework=${LARAVEL_VERSION} --no-update
install:
- travis_retry composer upda... |
Revert "Should be compiling against 3" | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install: "pip install -r requirements.txt"
script: py.test
| language: python
python:
- "2.6"
- "2.7"
install: "pip install -r requirements.txt"
script: py.test
|
Allow failures on Python 3 | language: python
python:
- 2.7
- 3.3
- 3.4
install:
- pip install coverage coveralls
- pip install -r requirements-test.txt
script:
- coverage run --source=djlaterpay setup.py test
after_success:
coveralls
| language: python
python:
- 2.7
- 3.3
- 3.4
install:
- pip install coverage coveralls
- pip install -r requirements-test.txt
script:
- coverage run --source=djlaterpay setup.py test
after_success:
coveralls
matrix:
allow_failures:
- python: 3.3
- python: 3.4
|
Fix Travis configuration for Travis 3.7 | sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox
| sudo: false
language: python
# The next two lines are here to fix build with Pyton 3.7, see
# https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
sudo: required
dist: xenial
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox
|
Add OpenJDK 13-EA to Travis builds. | # 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 ... | # 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 ... |
Test with newer rubies including 2.4.0 | language: ruby
rvm:
- "2.2.5"
- "2.3.1"
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
after_script: bundle exec codeclimate-test-reporter
| language: ruby
rvm:
- "2.2.6"
- "2.3.3"
- "2.4.0"
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
after_script: bundle exec codeclimate-test-reporter
|
Support latest versions of Ruby and all branches | before_script:
- "ruby --version"
- "bundle exec rake test_app"
script: "bundle exec rake"
notifications:
irc:
channels:
- "irc.freenode.org#spree"
use_notice: true
skip_join: true
branches:
only:
- master
- namespace
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
| before_script:
- "ruby --version"
- "bundle exec rake test_app"
script: "bundle exec rake"
notifications:
irc:
channels:
- "irc.freenode.org#spree"
use_notice: true
skip_join: true
rvm:
- 1.9.3
- 2.0.0
|
Remove preinstall step from TravisCI config | language: objective-c
osx_image: xcode9
script:
- set -o pipefail && xcodebuild test -project C4iOS.xcodeproj -scheme C4 -destination 'platform=iOS Simulator,name=iPhone 6' | xcpretty
- pod lib lint
before_install:
- brew update
- brew install swiftlint
- gem install cocoapods --pre --no-rdoc --no-ri --no-d... | language: objective-c
osx_image: xcode9
script:
- set -o pipefail && xcodebuild test -project C4iOS.xcodeproj -scheme C4 -destination 'platform=iOS Simulator,name=iPhone 6' | xcpretty
- pod lib lint
|
Remove py32 from test matrix | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
install:
- python setup.py install
script: py.test --assert=plain
| language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
install:
- python setup.py install
script: py.test --assert=plain
|
Allow HHVM to fail, at least until they fix `use` | language: php
php:
- 5.5
- 5.4
- 5.3
- hhvm
install:
- composer install
script:
- make test
| language: php
php:
- 5.5
- 5.4
- 5.3
- hhvm
install:
- composer install
script:
- make test
matrix:
allow_failures:
# until hhvm supports closures correctly
- hhvm
|
Remove references to Makefiles oops | language: cpp
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- libboost-all-dev
before_script:
- cd ../..
- git clone https://github.com/czipperz/vick czipperz/vick
- cd czipperz/vick
- mkdir -p plugins
- cd plugins
- git clone https://github.c... | language: cpp
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- hvr-ghc
packages:
- g++-4.8
- libboost-all-dev
- software-properties-common
- cabal-install
- ghc
before_script:
- cd ../..
- git clone https://github.com/czipperz/vick czipperz/vick
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.