Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update from Hackage at 2017-02-09T20:42:17Z | homepage: https://github.com/zaidan/gridbox#readme
changelog-type: ''
hash: 4b718f2120a6af47e0bebb79761de5678afb40ae5e37329bf0ac2c19e288f3c5
test-bench-deps:
base: ! '>=4.9 && <5.0'
hspec: -any
gridbox: -any
maintainer: firas@zaidan.de
synopsis: A grid box model
changelog: ''
basic-deps:
base: ! '>=4.9 && <5.0'... | homepage: https://github.com/zaidan/gridbox#readme
changelog-type: ''
hash: ba0321110362e99aed255d2328dc27dc80f0f89e52465777d58e40c6dc8a184d
test-bench-deps:
base: ! '>=4.9 && <5.0'
hspec: -any
gridbox: -any
maintainer: firas@zaidan.de
synopsis: A grid box model
changelog: ''
basic-deps:
base: ! '>=4.9 && <5.0'... |
Make sure to set the permissions to our home dir. | # Update the repo, yaaay!
- name: Bootstrap | Update repository
command: /usr/bin/apt-get update
# Some of our actions will require build essentials.
- name: Bootstrap | Build Essentials and Other Packages
apt:
pkg: "{{ item }}"
state: installed
with_items:
- build-essential
- python-software... | # Update the repo, yaaay!
- name: Bootstrap | Update repository
command: /usr/bin/apt-get update
# Some of our actions will require build essentials.
- name: Bootstrap | Build Essentials and Other Packages
apt:
pkg: "{{ item }}"
state: installed
with_items:
- build-essential
- python-software... |
Tweak sample blocks of blocks a bit more | - hosts: localhost
gather_facts: no
tasks:
- block:
- block:
- block:
- block:
- debug: msg="are we there yet?"
always:
- debug: msg="a random always block"
- fail:
rescue:
- debug: msg="rescuing from the fail"
when: not skip_me|default(False)
| - hosts: localhost
gather_facts: no
tasks:
- block:
- block:
- block:
- block:
- debug: msg="are we there yet {{foo}}?"
always:
- debug: msg="a random always block"
- fail:
rescue:
- debug: msg="rescuing from the fail"
when: not skip_me|default(F... |
Update Railway station photos to 12.3.2 (54) | Categories:
- Navigation
- Games
License: MIT
AuthorName: Railwaystations Team
WebSite: https://railway-stations.org
SourceCode: https://github.com/RailwayStations/RSAndroidApp
IssueTracker: https://github.com/RailwayStations/RSAndroidApp/issues
AutoName: Railway station photos
RepoType: git
Repo: https://github.... | Categories:
- Navigation
- Games
License: MIT
AuthorName: Railwaystations Team
WebSite: https://railway-stations.org
SourceCode: https://github.com/RailwayStations/RSAndroidApp
IssueTracker: https://github.com/RailwayStations/RSAndroidApp/issues
AutoName: Railway station photos
RepoType: git
Repo: https://github.... |
Add the 'astuce-etape-debat' to the saved pages. | environment_name: local
front_hostname: cocorico.cc
front_web_public_host: "{{ front_hostname }}.test"
hostname: "{{ front_hostname }}-{{ environment_name }}"
is_development_environment: yes
http_protocol_prefix: http
mongodb_database_name: "{{ project_name }}"
franceconnect_cliend_id: 10e0a74c752107f712b890e6183b03b... | environment_name: local
front_hostname: cocorico.cc
front_web_public_host: "{{ front_hostname }}.test"
hostname: "{{ front_hostname }}-{{ environment_name }}"
is_development_environment: yes
http_protocol_prefix: http
mongodb_database_name: "{{ project_name }}"
franceconnect_cliend_id: 10e0a74c752107f712b890e6183b03b... |
Add proper versioning for nightly builds | name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Test code
runs-on: ubuntu-latest
strategy:
matrix:
go:
- ^1.13
- ^1.14
- ^1.15
- ^1
steps:
- name: Set up Go
uses: actions/se... | name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Test code
runs-on: ubuntu-latest
strategy:
matrix:
go:
- ^1.13
- ^1.14
- ^1.15
- ^1
steps:
- name: Set up Go
uses: actions/se... |
Update to be Python 3.5+ | {% set name = "unumpy" %}
{% set version = "0.5.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/Quansight-Labs/{{ name }}/archive/{{ version }}.tar.gz
sha256: 07777c96c0d559b27739f64f91c286842fc99ae409df61bd0d9f3c49c2a4c4f6
build:
noarch: python
number: 0
sc... | {% set name = "unumpy" %}
{% set version = "0.5.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/Quansight-Labs/{{ name }}/archive/{{ version }}.tar.gz
sha256: 07777c96c0d559b27739f64f91c286842fc99ae409df61bd0d9f3c49c2a4c4f6
build:
noarch: python
number: 0
sc... |
Set pythonpath correctly in tests | variables:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ""
stages:
- test
services:
- postgres:latest
before_script:
- pip install -r requirements.txt
test_python:3.4:
stage: test
image: python:3.4
script:
- ./test.sh
test_python:3.5:
stage: test
image: python:3.5
sc... | variables:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ""
stages:
- test
services:
- postgres:latest
before_script:
- pip install -r requirements.txt
- export PYTHONPATH=`pwd`
test_python:3.4:
stage: test
image: python:3.4
script:
- ./test.sh
test_python:3.5:
stage: t... |
Update from Hackage at 2020-01-05T01:57:48Z | homepage: https://github.com/thomaseding/tree-render-text
changelog-type: ''
hash: b1328db59985a3c4f7c7ed703d45844b0f36ea582375f2dd7bd6da0ab6dc20b1
test-bench-deps: {}
maintainer: Thomas Eding
synopsis: Configurable text rendering of trees.
changelog: ''
basic-deps:
base: ^>=4.12.0.0
containers: ^>=0.6.0.1
mtl: ^... | homepage: https://github.com/thomaseding/tree-render-text
changelog-type: ''
hash: 795c5a3ce1800759b093c2cd5ab52825f53b49bf8fbdaeaff4b30ba999591662
test-bench-deps: {}
maintainer: Thomas Eding
synopsis: Configurable text rendering of trees.
changelog: ''
basic-deps:
base: ^>=4.12.0.0
containers: ^>=0.6.0.1
mtl: ^... |
Update pozil/auto-assign-issue action to v1.7.1 | name: issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'auto-assign issue'
uses: pozil/auto-assign-issue@v1.7.0
with:
assignees: konstruktoid
| name: issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'auto-assign issue'
uses: pozil/auto-assign-issue@v1.7.1
with:
assignees: konstruktoid
|
Update from Hackage at 2022-05-04T19:10:02Z | homepage: https://github.com/typeclasses/ascii
changelog-type: ''
hash: 575c82ed825c40ee7ff00f742a2ec23cd0cf83deae30ada7c7c528d215e4435a
test-bench-deps:
ascii-char: ^>=1.0
base: '>=4.11 && <4.17'
hedgehog: ^>=1.0 || ^>=1.1
ascii-predicates: -any
maintainer: Chris Martin, Julie Moronuki
synopsis: Various catego... | homepage: https://github.com/typeclasses/ascii
changelog-type: ''
hash: 0998010eb0c8e973c7b2aed378fd95bf669d663f3d8761ada7bb8b064aa39176
test-bench-deps:
ascii-char: ^>=1.0
base: '>=4.13 && <4.17'
hedgehog: ^>=1.0.1 || ^>=1.1
ascii-predicates: -any
maintainer: Chris Martin, Julie Moronuki
synopsis: Various cate... |
Add yarn.lock check to CI | pipeline:
setup:
image: node:8
when:
event: [push, pull_request]
commands:
- yarn
test:
image: node:8
when:
event: [push, pull_request]
group: testing
commands:
- yarn test
lint:
image: node:8
when:
event: [push, pull_request]
group: testing
... | pipeline:
setup:
image: node:8
when:
event: [push, pull_request]
commands:
- yarn --frozen-lockfile
test:
image: node:8
when:
event: [push, pull_request]
group: testing
commands:
- yarn test
lint:
image: node:8
when:
event: [push, pull_request]
... |
Set temppath to /tmp in place of /var/lib/autopostgresqlbackup | govuk_env_sync::tasks:
"push_content_performance_manager_production_daily":
hour: "3"
minute: "3"
action: "push"
dbms: "postgresql"
storagebackend: "s3"
database: "content_performance_manager_production"
temppath: "/var/lib/autopostgresqlbackup/content_performance_manager_production"
u... | govuk_env_sync::tasks:
"push_content_performance_manager_production_daily":
hour: "3"
minute: "3"
action: "push"
dbms: "postgresql"
storagebackend: "s3"
database: "content_performance_manager_production"
temppath: "/tmp/content_performance_manager_production"
url: "govuk-staging-databa... |
Enable the php zip extension for composer | clone:
git:
image: plugins/git
depth: 1
pipeline:
release:
image: stayallive/php:7.3
secrets: [ svn_username, svn_password ]
commands:
- ./release.sh
environment:
- RELEASE_VERSION="${DRONE_TAG##v}"
# when:
# event: [ tag ]
# status: success
| clone:
git:
image: plugins/git
depth: 1
pipeline:
release:
image: stayallive/php:7.3
secrets: [ svn_username, svn_password ]
commands:
- docker-php-ext-enable zip
- ./release.sh
environment:
- RELEASE_VERSION="${DRONE_TAG##v}"
# when:
# event: [ tag ]
# status... |
Install mongodb locally in dev. | ---
- name: Install fileschanged for the watcher service
apt: name={{ item }} update_cache=yes
with_items:
- fileschanged
sudo: yes
- name: Fix the permissions of the site destination folder
file: path=/vagrant_data/_site state=directory owner=vagrant group=vagrant recurse=yes
- name: Install the dev Jekyll... | ---
- name: Install apt packages
apt: name={{ item }} update_cache=yes
with_items:
- fileschanged
- mongodb
sudo: yes
- name: Fix the permissions of the site destination folder
file: path=/vagrant_data/_site state=directory owner=vagrant group=vagrant recurse=yes
- name: Install the dev Jekyll configurati... |
Configure PostgreSQL service to run tests with GitHub Actions | name: judoscale-que tests
defaults:
run:
working-directory: judoscale-que
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
gemfile:
- Gemfile
ruby:
- '2.6'
- '2.7'
- '3.0'
- '3.... | name: judoscale-que tests
defaults:
run:
working-directory: judoscale-que
on:
push:
branches:
- main
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
gemfile:
- Gemfile
ruby:
- '2.6'
- '2.7'
- '3.0'
- '3.... |
Update from Hackage at 2015-06-01T02:20:12+0000 | homepage: https://github.com/christian-marie/time-qq
changelog-type: ''
hash: 656358cc505624407ca9289d1c9b978edb7be00875dcfbb0856f9aa1293b73c2
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: -any
time-qq: -any
maintainer: Christian Marie <christian@ponies.io>
synopsis: Quasi-quoter for UTCTime times
changelog: ''
b... | homepage: https://github.com/christian-marie/time-qq
changelog-type: ''
hash: 3a5c23991bbf2913be5434779d01288e6ae495188ef534687335418e109364b9
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: -any
time-qq: -any
maintainer: Christian Marie <christian@ponies.io>
synopsis: Quasi-quoter for UTCTime times
changelog: ''
b... |
Use pip to install salib | name: satut
channels:
- conda-forge
dependencies:
- python=3.6
- ipywidgets
- salib
- seaborn
- matplotlib
| name: satut
channels:
- conda-forge
dependencies:
- python=3.7
- ipywidgets
- seaborn
- matplotlib
- pip
- pip:
- salib
|
Revert "Comment description because CircleCI is failing with it" | {% set version = "2.3.9" %}
package:
name: spyder
version: {{ version }}
source:
fn: spyder-{{ version }}.zip
url: https://pypi.io/packages/source/s/spyder/spyder-{{ version }}.zip
md5: dd01e07a77123c128ff79ba57b97c1d7
build:
number: 0
osx_is_app: True
requirements:
build:
- python
run:
-... | {% set version = "2.3.9" %}
package:
name: spyder
version: {{ version }}
source:
fn: spyder-{{ version }}.zip
url: https://pypi.io/packages/source/s/spyder/spyder-{{ version }}.zip
md5: dd01e07a77123c128ff79ba57b97c1d7
build:
number: 0
osx_is_app: True
requirements:
build:
- python
run:
-... |
Allow docker to set memory limits | ---
- name: install docker
become: yes
apt:
state: present
install_recommends: no
name:
- docker.io
- docker-compose
- cadvisor
- ctop
- rawdns
- name: create the folder for docker
become: yes
file:
path: /etc/systemd/system/docker.service.d
state: directory
-... | ---
- name: install docker
become: yes
apt:
state: present
install_recommends: no
name:
- docker.io
- docker-compose
- cadvisor
- ctop
- rawdns
- name: create the folder for docker
become: yes
file:
path: /etc/systemd/system/docker.service.d
state: directory
-... |
Update to build os image to Windows 2019 | version: '{build}'
os: Visual Studio 2017
configuration: Release
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
before_build:
- ps: dotnet --version
- ps: dotnet restore
build:
verbosity: minimal
build_script:
- ps: '& ".\build\runner.ps1" Package'
test_script:
- ps: '& ".\build\runner... | version: '{build}'
os: Visual Studio 2019
configuration: Release
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
before_build:
- ps: dotnet --version
- ps: dotnet restore
build:
verbosity: minimal
build_script:
- ps: '& ".\build\runner.ps1" Package'
test_script:
- ps: '& ".\build\runner... |
Disable coverage check on Windows CI build | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- NODE_VERSION: "8"
NPM_VERSION: "5"
- NODE_VERSION: "9"
NPM_VERSION: "5"
- NODE_VERSION: "10"
NPM_VERSION: "6"
platform:
- x86
- x64
install:
- ps: Install-Product node $env:NODE_VERSION
- node --... | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
environment:
matrix:
- NODE_VERSION: "8"
NPM_VERSION: "5"
- NODE_VERSION: "9"
NPM_VERSION: "5"
- NODE_VERSION: "10"
NPM_VERSION: "6"
platform:
- x86
- x64
install:
- ps: Install-Product node $env:NODE_VERSION
- node --... |
Remove need for config file | name: Cypress-Tests
on:
workflow_dispatch:
schedule:
- cron: '30 9 * * *'
jobs:
test_schedule:
runs-on: ubuntu-latest
steps:
- name: Run cypress tests
run: npx cypress run --config '{}' -s ["cypress/integration/FirstVoicesDev/v2_*.spec.js"]
env:
baseUrl: ${{secrets.CYPRESS_BASEURL}}
... | name: Cypress-Tests
on:
workflow_dispatch:
schedule:
- cron: '30 9 * * *'
jobs:
test_schedule:
runs-on: ubuntu-latest
steps:
- name: Run cypress tests
run: npx cypress run --config-file false -s ["cypress/integration/FirstVoicesDev/v2_*.spec.js"]
env:
baseUrl: ${{secrets.CYPRESS_BASEUR... |
Break apart builds into separate steps again | general:
artifacts:
- /home/ubuntu/android/app/build/outputs/
- /home/ubuntu/android/app/build/reports/
machine:
java:
version: oraclejdk8
environment:
ADB_INSTALL_TIMEOUT: 8
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx3072m -XX:+HeapDumpOnOutOfMemoryError"'
dependencies:
overr... | general:
artifacts:
- /home/ubuntu/android/app/build/outputs/
- /home/ubuntu/android/app/build/reports/
machine:
java:
version: oraclejdk8
environment:
ADB_INSTALL_TIMEOUT: 8
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx3072m -XX:+HeapDumpOnOutOfMemoryError"'
dependencies:
overr... |
Add Docker as a service. | dependencies:
cache_directories:
- "~/docker"
- "~/.cabal"
- "~/.local"
- "~/.stack"
- ".stack-work"
pre:
- wget -q -O- https://s3.amazonaws.com/download.fpcomplete.com/ubuntu/fpco.key | sudo apt-key add -
- echo 'deb http://download.fpcomplete.com/ubuntu/trusty stable main' | sudo tee /... | machine:
services:
- docker
dependencies:
cache_directories:
- "~/docker"
- "~/.cabal"
- "~/.local"
- "~/.stack"
- ".stack-work"
pre:
- wget -q -O- https://s3.amazonaws.com/download.fpcomplete.com/ubuntu/fpco.key | sudo apt-key add -
- echo 'deb http://download.fpcomplete.com/ubun... |
Build jar and set as an artifact. | ---
machine:
environment:
TERM: dumb
checkout:
override:
- git clone https://github.com/DMDirc/Meta.git $HOME/meta
- git submodule update --init --remote:
pwd:
../meta
- git fetch origin $CIRCLE_BRANCH:circleci:
pwd:
../meta/client
- git fetch --tags:
... | ---
machine:
environment:
TERM: dumb
checkout:
override:
- git clone https://github.com/DMDirc/Meta.git $HOME/meta
- git submodule update --init --remote:
pwd:
../meta
- git fetch origin $CIRCLE_BRANCH:circleci:
pwd:
../meta/client
- git fetch --tags:
... |
Update CircleCI configuration so amended commits don't break builds | machine:
java:
version: openjdk7
dependencies:
# manually provision some crypto libraries such that we will not blow up with an SSL error
# as soon as gradle tries to fetch dependencies
pre:
- sudo wget "https://bouncycastle.org/download/bcprov-ext-jdk15on-158.jar" -O "${JAVA_HOME}"/jre/lib/ext/bcprov-... | machine:
java:
version: openjdk7
dependencies:
# manually provision some crypto libraries such that we will not blow up with an SSL error
# as soon as gradle tries to fetch dependencies
pre:
- sudo wget "https://bouncycastle.org/download/bcprov-ext-jdk15on-158.jar" -O "${JAVA_HOME}"/jre/lib/ext/bcprov-... |
Remove extra jobs YAML sections. | version: 2.0
machine:
timezone:
America/Denver
jobs:
"golang-1.9.2":
docker:
- image: circleci/golang:1.9.2
steps:
- run:
name: Dependencies
command: go get -v github.com/onsi/ginkgo/ginkgo
- run:
name: Run tests
command: ginkgo -r --randomizeA... | version: 2.0
machine:
timezone:
America/Denver
jobs:
"golang-1.9.2":
docker:
- image: circleci/golang:1.9.2
steps:
- run:
name: Dependencies
command: go get -v github.com/onsi/ginkgo/ginkgo
- run:
name: Run tests
command: ginkgo -r --randomizeA... |
Add JAVA_HOME when testing the role | ---
- hosts: all
roles:
- { role: ansible-maven }
| ---
- hosts: all
roles:
- { role: silpion.java }
- { role: ansible-maven }
|
Put labels on S3 regions | - type: tabarray
key: sequences
items:
- type: section
legend: 'Sequence {{ idx }}'
items:
- type: fieldset
title: Endpoint
items:
- 'sequences[].route'
- type: fieldset
title: Source
items:
- 'sequences[].src_repo'
... | - type: tabarray
key: sequences
items:
- type: section
legend: 'Sequence {{ idx }}'
items:
- type: fieldset
title: Endpoint
items:
- 'sequences[].route'
- type: fieldset
title: Source
items:
- 'sequences[].src_repo'
... |
Update Wine cellar to 1.2 (3) | Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: Nathaniel Motus
SourceCode: https://github.com/NathanielMotus/Cavevin
IssueTracker: https://github.com/NathanielMotus/Cavevin/issues
AutoName: Wine cellar
RepoType: git
Repo: https://github.com/NathanielMotus/Cavevin
Builds:
- versionName: '1.0'
... | Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: Nathaniel Motus
SourceCode: https://github.com/NathanielMotus/Cavevin
IssueTracker: https://github.com/NathanielMotus/Cavevin/issues
AutoName: Wine cellar
RepoType: git
Repo: https://github.com/NathanielMotus/Cavevin
Builds:
- versionName: '1.0'
... |
Update from Hackage at 2018-01-20T00:57:41Z | homepage: https://hub.darcs.net/vmchale/shake-ext
changelog-type: ''
hash: 55df65434381e690b26f5a467eba1f58f75f8cefa986830dc348e50be5a7abe1
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Helper functions for linting with [shake](http://shakebuild.com/)
changelog: ''
basic-deps:
shake: -any
base: ! '>=... | homepage: https://hub.darcs.net/vmchale/shake-ext
changelog-type: ''
hash: 2cb681390ad2e6ce116c6c705c0e4ff6c19d65a33a844b7e1cf36f2b4273a6a5
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Helper functions for linting with [shake](http://shakebuild.com/)
changelog: ''
basic-deps:
shake: -any
base: ! '>=... |
Allow failure for Linux CI job | before_script:
- echo "Starting tests..."
test_linux:
script:
#- apt-get install -y nodejs nodejs-legacy npm default-jre
- node --version
- npm --version
- java -version # Required for selenium server
- npm install
- xvfb-run ./scripts/setup_linux.sh
- xvfb-run ./scripts/test.sh
- x... | before_script:
- echo "Starting tests..."
test_linux:
script:
#- apt-get install -y nodejs nodejs-legacy npm default-jre
- node --version
- npm --version
- java -version # Required for selenium server
- npm install
- xvfb-run ./scripts/setup_linux.sh
- xvfb-run ./scripts/test.sh
- x... |
Remove tags from GitLab CI jobs | before_script:
- pip install tox setuptools
stages:
- style
- test
- package
py33:
stage: test
image: python:3.3
script:
- tox -e py33
tags:
- py33
py34:
stage: test
image: python:3.4
script:
- tox -e py34
tags:
- py34
py35:
stage: test
image: python:3.5
script:
- to... | before_script:
- pip install tox setuptools
stages:
- style
- test
- package
py33:
stage: test
image: python:3.3
script:
- tox -e py33
py34:
stage: test
image: python:3.4
script:
- tox -e py34
py35:
stage: test
image: python:3.5
script:
- tox -e py35
flake8:
image: python:lat... |
Stop and restart API service | ---
docker_storage_to_overlay2_storage_setup_path: "/etc/sysconfig/docker-storage-setup"
# List of services to stop and restart. Any available services
# in optional_service_names get appended to this list beforehand.
docker_storage_to_overlay2_service_names:
- "docker.service"
docker_storage_to_overlay2_optional_se... | ---
docker_storage_to_overlay2_storage_setup_path: "/etc/sysconfig/docker-storage-setup"
# List of services to stop and restart. Any available services
# in optional_service_names get appended to this list beforehand.
docker_storage_to_overlay2_service_names:
- "docker.service"
# Optional services are started in rev... |
Update from Hackage at 2019-03-15T16:03:41Z | homepage: https://github.com/andrewthad/dot#readme
changelog-type: ''
hash: 818328638a12925b04cf9f01c5ca5c015a5f50d8dd90842d905d6d465fbc88b5
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Data types and encoding for graphviz dot files
changelog: ''
basic-deps:
impure-containers: ! '>=0.3 && <0.6'... | homepage: https://github.com/andrewthad/dot
changelog-type: ''
hash: 3164856728cc06046a8e005d04f497487227906ceb4d7bf841f190c54b4b3de0
test-bench-deps: {}
maintainer: |-
Andrew Martin <andrew.thaddeus@gmail.com>
chessai <chessai1996@gmail.com>
synopsis: Datatypes and encoding for graphviz dot files
changelog: ''
bas... |
Add Yandex.Metrika; Improve some configs | services:
rollbar:
token: a000000000000000000000001
google_analytics:
tracking_code: 'UA-01234567-8'
| services:
rollbar:
token: a000000000000000000000001
google_analytics:
tracking_id: 'UA-01234567-8'
|
Update from Hackage at 2019-04-05T17:19:48Z | homepage: https://github.com/yesodweb/persistent#readme
changelog-type: markdown
hash: 9179bf4d6a3d0d628d37615b7ed97cbb5d9929f5fce299481903bb0c5255f397
test-bench-deps: {}
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Provides a quasi-quoter for raw SQL for persistent
changelog: ! '# Changelog for persist... | homepage: https://github.com/yesodweb/persistent#readme
changelog-type: markdown
hash: 1da17d907298ad5bc0798b0f759b59cb1bd4a4530681e0be54ad5366d7c5b1d5
test-bench-deps: {}
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Provides a quasi-quoter for raw SQL for persistent
changelog: |
# Changelog for persis... |
Update SuperUStats to 1.1 (2) | Categories:
- System
License: GPL-3.0-or-later
SourceCode: https://gitlab.com/superustats/superustats
IssueTracker: https://gitlab.com/superustats/superustats/issues
AutoName: SuperUStats
RepoType: git
Repo: https://gitlab.com/superustats/superustats
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1... | Categories:
- System
License: GPL-3.0-or-later
SourceCode: https://gitlab.com/superustats/superustats
IssueTracker: https://gitlab.com/superustats/superustats/issues
AutoName: SuperUStats
RepoType: git
Repo: https://gitlab.com/superustats/superustats
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1... |
Add workaround for Ansible Docker Compose issue | ---
- name: "[{{ directory }}] Remove potentially existing service"
docker_service:
project_src: "{{ directory }}"
state: absent
- name: "[{{ directory }}] Build service"
docker_service:
project_src: "{{ directory }}"
build: yes
state: absent
- name: "[{{ directory }}] Start service"
docker_... | ---
- name: "[{{ directory }}] Build Docker images"
# Workaround for https://github.com/ansible/ansible/issues/23607
shell: docker-compose build
args:
chdir: "{{ directory }}"
- name: "[{{ directory }}] Remove potentially existing service"
docker_service:
project_src: "{{ directory }}"
state: absen... |
Use secured HTTP connection for Drupal download | ---
- name: Check out Drupal Core to the Apache docroot.
git:
repo: http://git.drupal.org/project/drupal.git
version: "{{ drupal_core_version }}"
dest: "{{ drupal_core_path }}"
- name: Install Drupal dependencies with Composer.
shell: >
/usr/local/bin/composer install
chdir={{ drupal_core_path ... | ---
- name: Check out Drupal Core to the Apache docroot.
git:
repo: https://git.drupal.org/project/drupal.git
version: "{{ drupal_core_version }}"
dest: "{{ drupal_core_path }}"
- name: Install Drupal dependencies with Composer.
shell: >
/usr/local/bin/composer install
chdir={{ drupal_core_path... |
Fix osl master service IP | ---
network::interfaces_hash:
'eth0':
ipaddress: '129.240.224.102'
netmask: '255.255.255.224'
gateway: '129.240.224.97'
defroute: 'yes'
mtu: '1500'
'eth1':
ipaddress: '172.18.32.6'
netmask: '255.255.248.0'
defroute: 'no'
'dummy0':
ipaddress: '158.38.144.254'
n... | ---
network::interfaces_hash:
'eth0':
ipaddress: '129.240.224.102'
netmask: '255.255.255.224'
gateway: '129.240.224.97'
defroute: 'yes'
mtu: '1500'
'eth1':
ipaddress: '172.18.32.6'
netmask: '255.255.248.0'
defroute: 'no'
'dummy0':
ipaddress: '158.37.63.254'
ne... |
Change so circleci only builds when we push to client-build branch. | version: 2
jobs:
build-macos:
macos:
xcode: "9.0"
steps:
- checkout
- run: 'git submodule update --init --recursive'
- run: 'yarn'
- run: 'yarn run client-build-osx'
- store_artifacts:
path: ./build/prod-client-build/osx64-package.zip
- store_artifacts:
... | version: 2
jobs:
build-macos:
macos:
xcode: "9.0"
steps:
- checkout
- run: 'git submodule update --init --recursive'
- run: 'yarn'
- run: 'yarn run client-build-osx'
- store_artifacts:
path: ./build/prod-client-build/osx64-package.zip
- store_artifacts:
... |
Install the correct version of geerlingguy.jenkins | ---
galaxy_info:
author: Solita CD
description: Jenkins installations entirely under configuration management
company: Solita
license: MIT
min_ansible_version: 2.0.0.0
platforms:
- name: EL
versions:
- all
- name: Ubuntu
versions:
- all
dependencies:
- role: geerlingguy.jenkins
... | ---
galaxy_info:
author: Solita CD
description: Jenkins installations entirely under configuration management
company: Solita
license: MIT
min_ansible_version: 2.0.0.0
platforms:
- name: EL
versions:
- all
- name: Ubuntu
versions:
- all
dependencies:
- src: geerlingguy.jenkins
... |
Add deleting files if dir contain its | ---
- name: add line to .bashrc
lineinfile: >
dest=/home/vagrant/.bashrc
insertafter=EOF
line="cd /vagrant"
state=present
- name: check if dir for website is created
stat: >
path="{{ vagrant_guest_folder }}"
register: _stat
when: vagrant_guest_folder != false
- name: create dir for website... | ---
- name: add line to .bashrc
lineinfile: >
dest=/home/vagrant/.bashrc
insertafter=EOF
line="cd /vagrant"
state=present
- name: delete files if dir for website contain its
file: >
path="{{ vagrant_guest_folder }}"
state=absent
- name: check if dir for website is created
stat: >
pat... |
Add hmrc-manuals-api to list of apps migrated to new tagging architecture | apps_with_migrated_tagging:
- businesssupportfinder
- calculators
- calendars
- licencefinder
- smartanswers
- policy-publisher
| apps_with_migrated_tagging:
- businesssupportfinder
- calculators
- calendars
- licencefinder
- smartanswers
- policy-publisher
- hmrc-manuals-api
|
Add compiler setting for Travis CI | language: c
git:
depth: 1
submodules: false
# whitelist
branches:
only:
- master
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- valgrind
before_install:
# Replace the SSH URL with the public URL and initialize sub... | language: c
git:
depth: 1
submodules: false
# whitelist
branches:
only:
- master
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- valgrind
compiler:
- gcc-4.8
before_install:
# Replace the SSH URL with the publ... |
Test against multiple rubies on Travis CI | language: ruby
rvm:
- 1.9.3
before_script:
- mysql -e 'create database polymorpheus_test;'
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
env:
- AR=3.2.18
before_script:
- mysql -e 'create database polymorpheus_test;'
|
Build with GCC into matrix. | dist: trusty
sudo: required
language: cpp
compiler:
- g++
# Setup repos etc before installation
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
# Install dependencies
install:
# install g++ 5 and libstdc++ 6
- sudo apt-get install -qq g++-5
- sudo apt-ge... | dist: trusty
sudo: required
language: generic
compiler:
- gcc
- clang
matrix:
include:
- compiler: gcc
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
# install compiler and standard library
- sudo apt-get install -qq g++... |
Remove stray character that hinded Travis cache | sudo: false
language: java
env:
global:
- LDFLAGS=-L/tmp/proto3-a2/lib
- CXXFLAGS=-I/tmp/proto3-a2/include
- LD_LIBRARY_PATH=/tmp/proto3-a2/lib
- PATH=/tmp/proto3-a2/bin:$PATH
before_install:
- buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a2
- mkdir -p $HOME/.gradle
- ech... | sudo: false
language: java
env:
global:
- LDFLAGS=-L/tmp/proto3-a2/lib
- CXXFLAGS=-I/tmp/proto3-a2/include
- LD_LIBRARY_PATH=/tmp/proto3-a2/lib
- PATH=/tmp/proto3-a2/bin:$PATH
before_install:
- buildscripts/make_dependencies.sh # build protoc into /tmp/proto3-a2
- mkdir -p $HOME/.gradle
- ech... |
Use clone depth of 10 for speed | language: ruby
rvm:
- 2.2.5
- 2.3.1
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
branches:
only:
- "master"
- "/^release-/"
before_install: gem install bundler
cache: bundler
sudo: false
git:
depth: 1
| language: ruby
rvm:
- 2.2.5
- 2.3.1
- ruby-head
matrix:
allow_failures:
- rvm: ruby-head
branches:
only:
- "master"
- "/^release-/"
before_install: gem install bundler
cache: bundler
sudo: false
git:
depth: 10
|
Test Node.js 4 instead of io.js | sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
|
Add MRI 2.1 to Travis build | language: ruby
services:
- cassandra
before_install:
- sudo sh -c "echo 'JVM_OPTS=\"\${JVM_OPTS} -Djava.net.preferIPv4Stack=false\"' >> /usr/local/cassandra/conf/cassandra-env.sh"
- sudo service cassandra start
- gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake spec"
r... | language: ruby
services:
- cassandra
before_install:
- sudo sh -c "echo 'JVM_OPTS=\"\${JVM_OPTS} -Djava.net.preferIPv4Stack=false\"' >> /usr/local/cassandra/conf/cassandra-env.sh"
- sudo service cassandra start
- gem install bundler
bundler_args: --without yard guard benchmarks
script: "bundle exec rake spec"
r... |
Remove old and unknown to Travis versions of Python | language: python
python:
- "3.4"
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7"
- "3.7-dev"
- "nightly"
install:
- pip install pipenv
- pipenv install --dev
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ... | language: python
python:
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- pip install pipenv
- pipenv install --dev
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
... |
Revert "ci: use KVM for i386" | os: linux
dist: trusty
language: c
services:
- docker
install:
- curl -O -L "https://raw.githubusercontent.com/cherry-pick/cherry-images/v1/scripts/vmrun"
- curl -O -L "https://raw.githubusercontent.com/cherry-pick/cherry-ci/v1/scripts/cherryci"
- chmod +x "./vmrun" "./cherryci"
jobs:
include:
- stage:... | os: linux
dist: trusty
language: c
services:
- docker
install:
- curl -O -L "https://raw.githubusercontent.com/cherry-pick/cherry-images/v1/scripts/vmrun"
- curl -O -L "https://raw.githubusercontent.com/cherry-pick/cherry-ci/v1/scripts/cherryci"
- chmod +x "./vmrun" "./cherryci"
jobs:
include:
- stage:... |
Add 3.2 as allowed failure. Upgrade 2.6 and 3.3 as non-allowed failuers | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
script: nosetests
after_success:
- pip install pep8 pyflakes
- pep8 twitter/*.py
- pyflakes twitter/*.py
- pep8 tests/*.py
- pyflakes tests/*.py
matrix:
allow_failures:
- python: "2.6"
- python: "3.3"
- python: "3.4"
- py... | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
script: nosetests
after_success:
- pip install pep8 pyflakes
- pep8 twitter/*.py
- pyflakes twitter/*.py
- pep8 tests/*.py
- pyflakes tests/*.py
matrix:
allow_failures:
- python: "3.2"
- python: "3.4"
- python: "pypy"... |
Enable Travis CI build on push | language: go
sudo: required
go:
- 1.6
script:
- go get -d github.com/libgit2/git2go
- cd $GOPATH/src/github.com/libgit2/git2go
- git checkout next
- git submodule update --init
- make install
- cd $GOPATH/src/github.com/git-time-metric/gtm
- go get -u github.com/FiloSottile/gvt
- $GOBIN/gvt restor... | language: go
sudo: required
go:
- 1.6
script:
- go get -d github.com/libgit2/git2go
- cd $GOPATH/src/github.com/libgit2/git2go
- git checkout next
- git submodule update --init
- make install
- cd $GOPATH/src/github.com/git-time-metric/gtm
- go get -u github.com/FiloSottile/gvt
- $GOBIN/gvt restor... |
Use Travis CI's new container-based infrastructure | language: scala
scala:
- 2.10.4
- 2.11.4
jdk:
- oraclejdk7
# Note: not currently testing on JDK 8 internally
- oraclejdk8
- openjdk7
before_script:
# default $SBT_OPTS is irrelevant to sbt lancher
- unset SBT_OPTS
script:
- ./sbt ++$TRAVIS_SCALA_VERSION test
| language: scala
sudo: false
scala:
- 2.10.4
- 2.11.4
jdk:
- oraclejdk7
# Note: not currently testing on JDK 8 internally
- oraclejdk8
- openjdk7
before_script:
# default $SBT_OPTS is irrelevant to sbt lancher
- unset SBT_OPTS
script:
- ./sbt ++$TRAVIS_SCALA_VERSION test
|
Add Travis CI configuration for deploying to PyPI | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
script: nosetests
| language: python
python:
- '2.7'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
script: nosetests
deploy:
provider: pypi
user: babab
password:
secure: p4kaecR/DJBeTGnzwM+ePTx7UZcY+lGMCoLQ7Jg7TP0yNPnX4rCVM+l/AFv/dH9JYUZHX42E9wF2BUNIMZ63zYOTx0M49111psrvj7Fu8L0Odlf2VaIIP1puSQJWEU1RISdZA2CAWUtlgP8Y0GMLVrDjxFqfj/lwXB1YX4... |
Exclude python 3.2 from Django 1.10 build | sudo: false
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
env:
matrix:
- DJANGO="Django<1.8"
- DJANGO="Django<1.9"
- DJANGO="Django<1.10"
- DJANGO="Django<1.11"
cache:
directories:
- $HOME/.cache/pip
install:
# pip >=8 dropped Python 3.2 support
- pip install "pip<8.0.0" wh... | sudo: false
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
env:
matrix:
- DJANGO="Django<1.8"
- DJANGO="Django<1.9"
- DJANGO="Django<1.10"
- DJANGO="Django<1.11"
cache:
directories:
- $HOME/.cache/pip
install:
# pip >=8 dropped Python 3.2 support
- pip install "pip<8.0.0" wh... |
Use npm to install and build stuff | dist: trusty
sudo: required
services:
- docker
addons:
apt:
sources:
- git-core
packages:
- git
before_install:
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine
language: node_js
node_js:
- '7'
cache: yarn
install: yarn install
script:
- ... | dist: trusty
sudo: required
services:
- docker
addons:
apt:
sources:
- git-core
packages:
- git
before_install:
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-engine
language: node_js
node_js:
- '7'
install: npm install
script:
- bash ./deploy... |
Update config of Travis CI to send notification to Slack | language: node_js
node_js:
- 8
cache:
directories:
- node_modules
- public/components
before_install:
- npm install -g bower
install:
- yarn
- bower install
script:
- yarn run test
- yarn run posttest | language: node_js
node_js:
- 8
cache:
directories:
- node_modules
- public/components
before_install:
- npm install -g bower
install:
- yarn
- bower install
script:
- yarn run test
- yarn run posttest
notifications:
slack: araytek:B8Xevy6shC51ftn3tBiZR8fw |
Install gems before CI begins | # References:
# - https://docs.travis-ci.com/user/caching/#Bundler
language: ruby
cache: bundler
rvm:
- 2.4.0
addons:
code_climate:
repo_token: $CODECLIMATE_REPO_TOKEN
before_install:
# Prevent issues like the following happening:
# https://github.com/sickill/rainbow/issues/44
- gem update --system
- ge... | # References:
# - https://docs.travis-ci.com/user/caching/#Bundler
language: ruby
cache: bundler
rvm:
- 2.4.0
addons:
code_climate:
repo_token: $CODECLIMATE_REPO_TOKEN
before_install:
# Prevent issues like the following happening:
# https://github.com/sickill/rainbow/issues/44
- gem update --system
- ge... |
Test against latest ruby on Travis CI | language: ruby
sudo: false
rvm:
- 2.2.6
- 2.3.3
script:
- cd spec/dummy && RAILS_ENV=test bundle exec rake db:create db:migrate
- cd ../.. && bundle exec rspec spec
addons:
chrome: stable
before_install:
- wget http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip
- unzip chromedriver_l... | language: ruby
sudo: false
rvm:
- 2.2.6
- 2.3.3
- 2.5.0
script:
- cd spec/dummy && RAILS_ENV=test bundle exec rake db:create db:migrate
- cd ../.. && bundle exec rspec spec
addons:
chrome: stable
before_install:
- wget http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip
- unzip chro... |
Update Travis-CI to use raptorjit-testsuite | language: c
sudo: false
script:
- make
- src/luajit -e 'for i = 1, 1000 do end'
- git submodule init submodules/luajit-test-cleanup
- (cd submodules/luajit-test-cleanup/test; ../../../src/luajit test.lua $(seq 1 508 | grep -v 366))
| language: c
sudo: false
script:
- make
- src/luajit -e 'for i = 1, 1000 do end'
- git submodule init submodules/raptorjit-testsuite
- (cd submodules/raptorjit-testsuite/test; ../../../src/luajit test.lua)
|
Remove PHP 7.0 from allowed Travis build failures | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
before_script:
- composer install --dev
script: ./phpunit
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: hhvm
before_script:
- composer install --dev
script: ./phpunit
|
Add Ruby 2.1.1 to Travis build | language: ruby
cache: bundler
rvm:
- 2.1.0
- 2.0.0
- 1.9.3
- 1.9.2
script: bundle exec rspec spec
| language: ruby
cache: bundler
rvm:
- 2.1.1
- 2.1.0
- 2.0.0
- 1.9.3
- 1.9.2
script: bundle exec rspec spec
|
Install reqs into lib folder | language: python
python:
- '2.7'
cache:
- pip
install:
- pip install -r requirements.txt
- export PYTHONPATH="~/:${PYTHONPATH}"
- echo "$PYTHONPATH"
script:
- py.test tests/
before_install:
- openssl aes-256-cbc -K $encrypted_53077b9a3e95_key -iv $encrypted_53077b9a3e95_iv
-in andersenlab-a0c69892694b.json.enc -... | language: python
python:
- '2.7'
cache:
- pip
install:
- pip install -t lib -r requirements.txt
- pip install virtualenvwrapper
- source virtualenvwrapper.sh
- add2virtualenv ./lib
- export PYTHONPATH="~/:${PYTHONPATH}"
- echo "$PYTHONPATH"
script:
- py.test tests/
before_install:
- openssl aes-256-cbc -K $encryp... |
Fix up name of config file | ---
- name: Install sensu config
template: src=config.json.j2 dest=/etc/sensu/config.json
- name: Install sensu client config file
template: src=client.json.j2 dest=/etc/sensu/conf.d/client.json
- name: Make sensu SSL directory
file: path=/etc/sensu/ssl state=directory
- name: Copy across SSL cert
copy: src... | ---
- name: Install sensu RabbitMQ config
template: src=rabbitmq.json.j2 dest=/etc/sensu/rabbitmq.json
- name: Install sensu client config file
template: src=client.json.j2 dest=/etc/sensu/conf.d/client.json
- name: Make sensu SSL directory
file: path=/etc/sensu/ssl state=directory
- name: Copy across SSL cer... |
Disable email notifications from Travis CI | language: python
python:
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "2.7"
install:
- "pip install -r requirements-dev.txt"
script:
- "python setup.py test"
| language: python
python:
- "3.5"
- "3.4"
- "3.3"
- "3.2"
- "2.7"
install:
- "pip install -r requirements-dev.txt"
script:
- "python setup.py test"
notifications:
email: false
|
Make PyPy and PyPy3 CI optional | language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
services:
- mongodb
install:
- pip install -r requirements.txt
- pip install flake8
- pip install coveralls
before_script: flake8
script: pytest
after_success: coveralls
| language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"
matrix:
allow_failures:
- python: "pypy"
- python: "pypy3"
services:
- mongodb
install:
- pip install -r requirements.txt
- pip install flake8
- pip install coveralls
before_script: flake8
script: pytest
after_succ... |
Add exclude pattern for coverage tests. | language: rust
sudo: false
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
before_script:
#- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
- pip install git+https://github.com/johanneskoester/travis-cargo.git --user &... | language: rust
sudo: false
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev
before_script:
#- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
- pip install git+https://github.com/johanneskoester/travis-cargo.git --user &... |
Use modulesync to manage meta files | ---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
- PUBLIS... | ---
language: ruby
bundler_args: --without development
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
after_success:
["git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng", ".forge-releng/publish"]
env:
global:
- PUBLIS... |
Make symbolic links to libnetcdf and libhdf | language: python
python:
- "2.7"
addons:
apt:
packages:
- liblapack-dev
- libblas-dev
- gfortran
- libgeos-dev
- libnetcdf-dev
- libhdf5-serial-dev
- libglib2.0-dev
install:
- #sudo apt-get install libhdf5-serial-dev
- sudo ln -s /usr/lib/libgeos-3.2.2.so /usr/lib/libgeos.so
... | language: python
python:
- "2.7"
addons:
apt:
packages:
- liblapack-dev
- libblas-dev
- gfortran
- libgeos-dev
- libnetcdf-dev
- libhdf5-serial-dev
- libglib2.0-dev
install:
- #sudo apt-get install libhdf5-serial-dev
- sudo ln -s /usr/lib/libgeos-3.2.2.so /usr/lib/libgeos.so
... |
Add Shellcheck to Travis build | sudo: required
services:
- docker
script:
- ./test-build.sh $NODE_VERSION
env:
matrix :
- NODE_VERSION: '4.8'
- NODE_VERSION: '6.11'
- NODE_VERSION: '8.1'
| sudo: required
services:
- docker
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
- shellcheck *.sh
- ./test-build.sh $NODE_VERSION
env:
matrix :
- NODE_VERSION: '4.8'
- NODE_VERSION: '6.11'
- NODE_VERSION: '8.1'
|
Create a couple of the necessary folders. | language: python
python:
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq git python-dev libgnutls28-dev uuid-dev gnutls-bin chrpath git-core libssl-dev libfontconfig1-dev
install:
- pip install -r requirements.txt
script:
- python manage.py test taskmanager
notifications... | language: python
python:
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq git python-dev libgnutls28-dev uuid-dev gnutls-bin chrpath git-core libssl-dev libfontconfig1-dev
- mkdir logs
- chmod 777 logs
- mkdir task_data
- chmod 777 task_data
install:
- pip ins... |
Update JDK version for Travis CI | language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.0
- android-24
script:
- ./gradlew build
| language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.0
- android-24
script:
- ./gradlew build
jdk:
- oraclejdk8
|
Add cache section in GitHub Actions | name: tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
... | name: tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
... |
Fix empty BuildDate in "hugo version" | name: hugo
version: "0.39-DEV"
summary: Fast and Flexible Static Site Generator
description: |
Hugo is a static HTML and CSS website generator written in Go. It is
optimized for speed, easy use and configurability. Hugo takes a directory
with content and templates and renders them into a full HTML website.
confin... | name: hugo
version: "0.39-DEV"
summary: Fast and Flexible Static Site Generator
description: |
Hugo is a static HTML and CSS website generator written in Go. It is
optimized for speed, easy use and configurability. Hugo takes a directory
with content and templates and renders them into a full HTML website.
confin... |
Add Stowe, VT, to the site description. | url: https://www.kirbyturner.com
baseurl:
# Site Settings
title: Kirby Turner
author: Kirby Turner
description: "Kirby Turner is an independent software developer, author, and owner of White Peak Software Inc. Kirby focuses Mac and iOS programming."
keywords: "ios, mac, programming, stowe, vt, vermont, cocoa"
google-... | url: https://www.kirbyturner.com
baseurl:
# Site Settings
title: Kirby Turner
author: Kirby Turner
description: "Kirby Turner is an independent software developer, author, and owner of Stowe, VT-based White Peak Software Inc. Kirby focuses Mac and iOS programming."
keywords: "ios, mac, programming, stowe, vt, vermont... |
Install pgservice's files for swhscheduler user | networks:
default:
interface: eth0
address: 192.168.128.4
netmask: 255.255.255.0
gateway: 192.168.128.1
dar::backup::exclude:
- var/lib/rabbitmq
swh::deploy::scheduler::remote::backend::listen::host: 0.0.0.0
swh::deploy::scheduler::task_broker: "amqp://guest:guest@192.168.128.4:5672//"
swh::deploy... | networks:
default:
interface: eth0
address: 192.168.128.4
netmask: 255.255.255.0
gateway: 192.168.128.1
dar::backup::exclude:
- var/lib/rabbitmq
swh::postgres::service::users:
- swhscheduler
swh::deploy::scheduler::remote::backend::listen::host: 0.0.0.0
swh::deploy::scheduler::task_broker: "amq... |
Install php5-mcrypt (required dependency of CakePHP) | ---
#Tasks for setting up php5
- name: Install php5
apt: name={{ item }} update_cache=yes cache_valid_time=36000 state=present
with_items:
- php5-fpm
- php5-cli
- php5-mysql
- php5-intl
- php5-curl
- php5-memcache
- php5-imagick
- memcached
- name: Copy php configuration files
copy: src=php.conf... | ---
#Tasks for setting up php5
- name: Install php5
apt: name={{ item }} update_cache=yes cache_valid_time=36000 state=present
with_items:
- php5-fpm
- php5-cli
- php5-mysql
- php5-intl
- php5-curl
- php5-memcache
- php5-imagick
- php5-mcrypt
- memcached
- name: Copy php configuration files
co... |
Comment test with GHC head | resolver: lts-7.3
packages:
- '.'
- '../dynamic-linker-template/'
extra-deps:
- dynamic-linker-template-0.1.1.0
- stm-linkedlist-0.1.0.0
- cabal-test-quickcheck-0.1.7
- diagrams-1.3.0.1
- pqueue-1.3.1.1
flags:
diagrams:
rasterific: true
extra-package-dbs: []
ghc-options:
"*": -fobject-code # GHCI... | resolver: lts-7.3
packages:
- '.'
- '../dynamic-linker-template/'
extra-deps:
- dynamic-linker-template-0.1.1.0
- stm-linkedlist-0.1.0.0
- cabal-test-quickcheck-0.1.7
- diagrams-1.3.0.1
- pqueue-1.3.1.1
flags:
diagrams:
rasterific: true
extra-package-dbs: []
ghc-options:
"*": -fobject-code # GHCI... |
Add guard for early adopters | ---
- name: ANSISTRANO | Check BC for early adopters
fail: msg="Check https://github.com/ansistrano/deploy"
when: ansistrano_custom_tasks_path | bool
- name: ANSISTRANO | Execute "Before Update Code" Tasks
include: "{{ ansistrano_before_update_code_tasks_file | default('empty.yml') }}"
- include: update-code.ym... | ---
- name: ANSISTRANO | Check BC for early adopters
fail: msg="ansistrano_custom_tasks_path is not used anymore. Please, check the documentation at https://github.com/ansistrano/deploy"
when: ansistrano_custom_tasks_path is defined
- name: ANSISTRANO | Execute "Before Update Code" Tasks
include: "{{ ansistrano_... |
Disable strict variables checking (bug in concat) | ---
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
script: bundle exec rake test
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.5.0" STRICT_VARIABLES=yes
- PUPPET_VERSION="~> 3.6.0" STRICT_VARIABLES=yes
- PUPPET_VE... | ---
language: ruby
bundler_args: --without development
before_install: rm Gemfile.lock || true
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
script: bundle exec rake test
env:
- PUPPET_VERSION="~> 2.7.0"
- PUPPET_VERSION="~> 3.5.0"
- PUPPET_VERSION="~> 3.6.0"
- PUPPET_VERSION="~> 3.7.0"
matrix:
exclude:
- rv... |
Remove PHP 5.6 from Travis | language: php
sudo: false
php:
- 5.6
- 7.0
before_script:
- composer install
script: php vendor/bin/phpunit --coverage-text | language: php
sudo: false
php:
- 7.0
before_script:
- composer install
script: vendor/bin/phpunit |
Use TRAVIS_BUILD_DIR, install paramedic by npm | language: objective-c
git:
depth: 2
node_js:
- "0.10"
install:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- cd ..
- npm install -g purplecabbage/cordova-paramedic
- npm install -g cordova
- npm install -g ios-sim
script:
- cordova-paramedic --platform ios --plugin ../cor... | language: objective-c
git:
depth: 2
node_js:
- "0.10"
install:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- cd ..
- npm install -g cordova-paramedic
- npm install -g cordova
- npm install -g ios-sim
script:
- cordova-paramedic --platform ios --plugin ${TRAVIS_BUILD_DIR}
|
Add build with ruby 2.5.0 | language: ruby
sudo: required
rvm:
- 2.2.7
- 2.3.5
- 2.4.2
install:
- sudo apt-get update -qq
- sudo apt-get install libpcap-dev -qq
- bundle install --path vendor/bundle --jobs=3 --retry=3
before_script:
- openssl version
- ruby -ropenssl -e 'puts OpenSSL::VERSION'
script:
- bundle exec rake
- rvm... | language: ruby
sudo: required
rvm:
- 2.2.7
- 2.3.5
- 2.4.2
- 2.5.0
install:
- sudo apt-get update -qq
- sudo apt-get install libpcap-dev -qq
- bundle install --path vendor/bundle --jobs=3 --retry=3
before_script:
- openssl version
- ruby -ropenssl -e 'puts OpenSSL::VERSION'
script:
- bundle exec ra... |
Add node 4.0 & 4.1 versions to tests | language: node_js
node_js:
- "0.10"
- "0.12"
- "io.js"
sudo: false
script: "gulp coverage"
after_success:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info
| language: node_js
node_js:
- "io.js"
- "0.10"
- "0.12"
- "4.1"
- "4.0"
sudo: false
script: "gulp coverage"
after_success:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info
|
Update Travis script to use `cabal new-build` | sudo: false
language: c
cache:
directories:
- $HOME/.ghc
- $HOME/.cabal
- $HOME/.stack
matrix:
include:
- compiler: ": #stack 8.0.2"
addons: {apt: {packages: [libgmp-dev]}}
before_install:
- unset CC
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://w... | dist: trusty
sudo: false
language: c
cache:
directories:
- $HOME/.ghc
- $HOME/.cabal
matrix:
include:
- env: CABALVER="2.0" GHCVER="8.2.1"
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}}
- os: osx
env: CABALVER="2.0" GHCVER="8.2.... |
Test Node.js 4 instead of io.js | sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "iojs"
| sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
|
Add npm deployment to Travis | language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- '4.0'
- '5.0'
- iojs
sudo: false
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
| language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- '4.0'
- '5.0'
- iojs
sudo: false
after_script: npm install codecov.io && cat ./coverage/lcov.info | codecov
deploy:
provider: npm
email: tituswormer@gmail.com
api_key:
secure: NslAC8ebv6SgJQOGIER9ivZfTUTpT4t0FX7JukKXzAj2syfoKxsm/MzImfN3usDVkmTxnWw/PJQgUh... |
Add build args for Travis builds | sudo: required
services:
- docker
language: bash
script:
# prepare qemu
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
# build image
- docker build -t jccomputing/rpi-domoticz .
# test image
- docker run --entrypoint /src/domoticz/domoticz jccomputing/rpi-domoticz
# push image
- >-
if [ "$... | sudo: required
services:
- docker
language: bash
script:
# prepare qemu
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
# build image
- docker build --build-arg VCS_REF=$TRAVIS_COMMIT --build-arg BUILD_DATE=$(date +"%Y-%m-%dT%H:%M:%SZ") -t jccomputing/rpi-domoticz .
# test image
- docker run ... |
Use Swift 4.0 release version 🎉 | branches:
only:
- master
- develop
- /^hotfix.*$/
- /^feature.*$/
matrix:
include:
- os: linux
install:
- gem install bundler
- bundler install
before_script:
- bundle exec danger
before_install:
- wget -q -O - https://swift.org/keys/all-keys.a... | branches:
only:
- master
- develop
- /^hotfix.*$/
- /^feature.*$/
matrix:
include:
- os: linux
install:
- gem install bundler
- bundler install
before_script:
- bundle exec danger
before_install:
- wget -q -O - https://swift.org/keys/all-keys.a... |
Use the latest ruby 2.1 available | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
|
Fix path problem in Travis CI configuration | language: java
sudo: false
jdk:
- oraclejdk7
install: "./installViaTravis.sh"
script: "./buildViaTravis.sh"
cache:
directories:
- "$HOME/.gradle/caches/"
before_install:
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_b1ee0fc237d8_key -iv $encrypted_b1ee0fc237d8_iv
-in gradle.properties.e... | language: java
sudo: false
jdk:
- oraclejdk7
install: "./installViaTravis.sh"
script: "./buildViaTravis.sh"
cache:
directories:
- "$HOME/.gradle/caches/"
before_install:
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_b1ee0fc237d8_key -iv $encrypted_b1ee0fc237d8_iv
-in gradle.properties.e... |
Revert "Stop the Jekyll server, it's quite loud" | language: ruby
rvm:
- 2.4
install:
- bundle install --jobs=3 --retry=3 --deployment
- npm install protractor
- sh -e /etc/init.d/xvfb start
- webdriver-manager update
script:
- bundle exec jekyll serve --detach
- npm test
- pkill -f jekyll
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- DISPLAY=:99.0
branches... | language: ruby
rvm:
- 2.4
install:
- bundle install --jobs=3 --retry=3 --deployment
- npm install protractor
- sh -e /etc/init.d/xvfb start
- webdriver-manager update
script:
- bundle exec jekyll serve --detach
- npm test
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- DISPLAY=:99.0
branches:
only:
- gh-p... |
Remove all dependancies to SmalltalkHub | language: smalltalk
sudo: false
os:
- linux
osx_image: xcode6.4
smalltalk:
- Pharo64-6.1
- Pharo64-8.0
matrix:
fast_finish: true
| language: smalltalk
sudo: false
os:
- linux
osx_image: xcode6.4
smalltalk:
- Pharo64-8.0
matrix:
fast_finish: true
|
Remove go1.9, add go1.12 to Travis CI | language: go
go:
- "1.9"
- "1.10"
- "1.11"
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
| language: go
go:
- "1.10"
- "1.11"
- "1.12"
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cover
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
|
Introduce failing poor man's automated test | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
matrix:
allow_failures:
- python: "3.5-dev"
install:
- pip install .
- pip install -r test-requirements.txt
cache: pip
script:
- flake8
| language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
matrix:
allow_failures:
- python: "3.5-dev"
install:
- pip install .
- pip install -r test-requirements.txt
cache: pip
script:
- flake8
- globus --help # poor man's test: detect catastrophic parsing failures
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.