Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update from Hackage at 2018-06-21T15:16:44Z | homepage: ''
changelog-type: ''
hash: 15605f3b48cadb39eb43dd87138e3cd3164e47c49b860b9656168b6f732350cc
test-bench-deps: {}
maintainer: Max Rabkin <max.rabkin@gmail.com>
synopsis: Haskell interface to the WordNet database
changelog: ''
basic-deps:
base: <4.8
filepath: -any
array: -any
containers: -any
all-versions:
- '0.1.1'
- '0.1.2'
- '1.0.0'
- '1.1.0'
author: Hal Daume III
latest: '1.1.0'
description-type: haddock
description: ! 'A pure-Haskell interface to the WordNet lexical database of English.
Depends on the WordNet database, but not on the WordNet source code.'
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: 1866659ce783bf3f1dd8572dbf85b70f21ef76abcc1a4852d5b19f68d78f2522
test-bench-deps: {}
maintainer: Max Rabkin <max.rabkin@gmail.com>
synopsis: Haskell interface to the WordNet database
changelog: ''
basic-deps:
base: ! '>=4 && <4.8'
filepath: -any
array: -any
containers: -any
all-versions:
- '0.1.1'
- '0.1.2'
- '1.0.0'
- '1.1.0'
author: Hal Daume III
latest: '1.1.0'
description-type: haddock
description: ! 'A pure-Haskell interface to the WordNet lexical database of English.
Depends on the WordNet database, but not on the WordNet source code.'
license-name: BSD3
|
Fix typo in Anniversary pack script | name: 'Enable Lightbearer pack'
on:
schedule:
# Run annually at 04:00 UTC on November 1st.
- cron: '0 4 1 11 *'
workflow_dispatch:
jobs:
enable-anniversary:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Read .nvmrc
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
id: nvm
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'
- name: Install dependencies
run: npm install
- name: Enable pack
run: |
node scripts/enable-marker-pack.mjs lightbearer
git config user.name 'Mathias Bynens'
git config user.email 'mathias@qiwi.be'
git commit data -m 'Enable Lightbearer pack' -m 'This patch enables the Lightbearer markers in preparation for the upcoming event (which runs from January 7th until January 10th).'
git push
| name: 'Enable Anniversary pack'
on:
schedule:
# Run annually at 04:00 UTC on December 1st.
- cron: '0 4 1 12 *'
workflow_dispatch:
jobs:
enable-anniversary:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Read .nvmrc
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
id: nvm
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '${{ steps.nvm.outputs.NVMRC }}'
- name: Install dependencies
run: npm install
- name: Enable pack
run: |
node scripts/enable-marker-pack.mjs anniversary
git config user.name 'Mathias Bynens'
git config user.email 'mathias@qiwi.be'
git commit data -m 'Enable Anniversary pack' -m 'This patch enables the Tibia Anniversary markers in preparation for the upcoming event (which runs from January 7th until January 10th).'
git push
|
Update from Hackage at 2021-11-11T02:27:59Z | homepage: https://github.com/Ailrun/satyros#readme
changelog-type: ''
hash: a2204d51c461c7130c4b4db976c8f9f465d79b967e6f3a65b3ab72156abc414b
test-bench-deps:
free: -any
extra: -any
base: -any
containers: -any
lens: -any
mtl: -any
random: -any
vector: -any
satyros: -any
maintainer: jjc9310@gmail.com
synopsis: Step-by-step SAT solver for educational purposes
changelog: ''
basic-deps:
free: -any
extra: -any
base: '>=4.12 && <4.15'
containers: -any
lens: -any
mtl: -any
random: -any
vector: -any
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.2.0.0
- 0.2.1.0
- 0.2.2.0
- 0.2.2.1
- 0.3.0.0
- 0.3.1.0
author: Junyoung/Clare Jang
latest: 0.3.1.0
description-type: markdown
description: '# satyros'
license-name: MIT
| homepage: https://github.com/Ailrun/satyros#readme
changelog-type: ''
hash: 706ac67cf95a5c50bcdb3c5d7291e4a057d510f9b38d2eb169e759afbc24fc94
test-bench-deps:
free: -any
extra: -any
base: -any
containers: -any
lens: -any
mtl: -any
random: -any
vector: -any
satyros: -any
maintainer: jjc9310@gmail.com
synopsis: Step-by-step SAT solver for educational purposes
changelog: ''
basic-deps:
free: -any
extra: -any
base: '>=4.12 && <4.15'
containers: -any
lens: -any
mtl: -any
random: -any
vector: -any
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.2.0.0
- 0.2.1.0
- 0.2.2.0
- 0.2.2.1
- 0.3.0.0
- 0.3.1.0
- 0.3.1.1
author: Junyoung/Clare Jang
latest: 0.3.1.1
description-type: markdown
description: '# satyros'
license-name: MIT
|
Update from Hackage at 2017-08-08T20:37:10Z | homepage: ''
changelog-type: ''
hash: eca1ae5097a06b07e0da10db73362bbd821f73c5e99899da1ccf7d468fc57553
test-bench-deps: {}
maintainer: diagrams-discuss@googlegroups.com
synopsis: A type for points, as distinct from vectors.
changelog: ''
basic-deps:
base: ! '>=4.0 && <4.10'
vector-space: ! '>=0.7 && <0.11'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
- '0.1.1.1'
- '0.1.2.0'
- '0.1.2.1'
- '0.1.3'
- '0.2'
- '0.2.1'
- '0.2.1.1'
- '0.2.1.2'
author: Brent Yorgey
latest: '0.2.1.2'
description-type: haddock
description: ! 'A type for points, as distinct from vectors, built on top
of Data.AffineSpace.'
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: 84bac166db7ed9ad8be43fb921dad04976346b9991039aa3ab67cdd961e5feed
test-bench-deps: {}
maintainer: diagrams-discuss@googlegroups.com
synopsis: A type for points, as distinct from vectors.
changelog: ''
basic-deps:
base: ! '>=4.0 && <4.11'
vector-space: ! '>=0.7 && <0.12'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
- '0.1.1.1'
- '0.1.2.0'
- '0.1.2.1'
- '0.1.3'
- '0.2'
- '0.2.1'
- '0.2.1.1'
- '0.2.1.2'
author: Brent Yorgey
latest: '0.2.1.2'
description-type: haddock
description: ! 'A type for points, as distinct from vectors, built on top
of Data.AffineSpace.'
license-name: BSD3
|
Add i18n phrases for usergroups setting | i18n:
en-US:
admin:
core:
title: Nodeca admin panel
menus:
navbar:
system: System
sidebar:
settings: Global settings
| i18n:
en-US:
admin:
core:
title: Nodeca admin panel
menus:
navbar:
system: System
sidebar:
settings: Global settings
settings:
usergroups:
group_visible_title: Group visible
group_visible_help: Boolean flag, show this group in member list?
|
Add version resolver to Release Drafter | name-template: "$NEXT_PATCH_VERSION"
tag-template: "$NEXT_PATCH_VERSION"
categories:
- title: "Added"
labels:
- "changelog: Added"
- "enhancement"
- title: "Changed"
label: "changelog: Changed"
- title: "Deprecated"
label: "changelog: Deprecated"
- title: "Removed"
label: "changelog: Removed"
- title: "Fixed"
labels:
- "changelog: Fixed"
- "bug"
- title: "Security"
label: "changelog: Security"
exclude-labels:
- "changelog: skip"
template: |
## Changes
$CHANGES
| name-template: "$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
categories:
- title: "Added"
labels:
- "changelog: Added"
- "enhancement"
- title: "Changed"
label: "changelog: Changed"
- title: "Deprecated"
label: "changelog: Deprecated"
- title: "Removed"
label: "changelog: Removed"
- title: "Fixed"
labels:
- "changelog: Fixed"
- "bug"
- title: "Security"
label: "changelog: Security"
exclude-labels:
- "changelog: skip"
template: |
## Changes
$CHANGES
version-resolver:
major:
labels:
- "changelog: Removed"
minor:
labels:
- "changelog: Added"
- "changelog: Changed"
- "changelog: Deprecated"
- "enhancement"
patch:
labels:
- "changelog: Fixed"
- "bug"
default: minor
|
Bump actions/setup-java from 2.3.1 to 2.4.0 | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
name: GitHub CI
on:
push:
branches-ignore:
- dependabot/**
pull_request:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
java: [8, 11]
jdk: [temurin, zulu]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Set up JDK
uses: actions/setup-java@v2.3.1
with:
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: mvn clean verify -e -B -V -P run-its site -Preporting
| # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
name: GitHub CI
on:
push:
branches-ignore:
- dependabot/**
pull_request:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
java: [8, 11]
jdk: [temurin, zulu]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Set up JDK
uses: actions/setup-java@v2.4.0
with:
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: mvn clean verify -e -B -V -P run-its site -Preporting
|
Update from Forestry.io - Updated Forestry configuration | ---
hide_body: false
fields:
- name: date
label: Date
type: datetime
hidden: false
default:
- name: tags
label: Tags
type: text
hidden: false
default:
- name: images
label: Images
type: text
hidden: false
default: ''
| ---
hide_body: false
fields:
- name: date
label: Date
type: datetime
hidden: false
default:
- type: textarea
name: description
label: Description
- name: images
label: Images
type: text
hidden: false
default: ''
|
Split CI tasks in two | image: python:3.4.3
before_script:
- pip install tox
test:
script:
- tox
| image: python:3.4.3
before_script:
- pip install tox
test:
script:
- tox -e py34
style:
script:
- tox -e style
|
Disable Azure Pipelines for now | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: yarn install
displayName: 'Yarn install'
- script: yarn run package
displayName: 'Build package'
| # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- none
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: yarn install
displayName: 'Yarn install'
- script: yarn run package
displayName: 'Build package'
|
Update Gardine to 0.4 (4) | Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/yauhen-l/gardine
IssueTracker: https://github.com/yauhen-l/gardine/issues
Bitcoin: bc1qz3avvmrkh93y6rq6jp9yhm8n5v78s06n8aghu4
AutoName: Gardine
RepoType: git
Repo: https://github.com/yauhen-l/gardine
Builds:
- versionName: '0.1'
versionCode: 1
commit: v0.1
subdir: app
gradle:
- yes
- versionName: '0.2'
versionCode: 2
commit: v0.2
subdir: app
gradle:
- yes
- versionName: '0.3'
versionCode: 3
commit: v0.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.3'
CurrentVersionCode: 3
| Categories:
- System
License: GPL-3.0-only
SourceCode: https://github.com/yauhen-l/gardine
IssueTracker: https://github.com/yauhen-l/gardine/issues
Bitcoin: bc1qz3avvmrkh93y6rq6jp9yhm8n5v78s06n8aghu4
AutoName: Gardine
RepoType: git
Repo: https://github.com/yauhen-l/gardine
Builds:
- versionName: '0.1'
versionCode: 1
commit: v0.1
subdir: app
gradle:
- yes
- versionName: '0.2'
versionCode: 2
commit: v0.2
subdir: app
gradle:
- yes
- versionName: '0.3'
versionCode: 3
commit: v0.3
subdir: app
gradle:
- yes
- versionName: '0.4'
versionCode: 4
commit: v0.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.4'
CurrentVersionCode: 4
|
Move save cache to the end of the flow | version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-27-alpha
environment:
TZ: Asia/Tokyo
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "android/app/build.gradle" }}
- run:
name: Print Android home
command: echo $ANDROID_HOME
- run:
name: Accept licenses
command: yes | sdkmanager --licenses || true
- run:
name: Download Dependencies
command: cd android && ./gradlew androidDependencies
- save_cache:
paths:
- ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "android/app/build.gradle" }}
- run:
name: Run Tests
command: cd android && ./gradlew lint test
- run:
name: Create jacoco report
command: cd android && ./gradlew jacocoTestReport
- run:
name: Publish to codecov
command: cd android && bash <(curl -s https://codecov.io/bash)
- store_artifacts:
path: android/app/build/reports
destination: reports
- store_test_results:
path: android/app/build/test-results
| version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-27-alpha
environment:
TZ: Asia/Tokyo
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "android/app/build.gradle" }}
- run:
name: Print Android home
command: echo $ANDROID_HOME
- run:
name: Accept licenses
command: yes | sdkmanager --licenses || true
- run:
name: Download Dependencies
command: cd android && ./gradlew androidDependencies
- run:
name: Run Tests
command: cd android && ./gradlew lint test
- run:
name: Create jacoco report
command: cd android && ./gradlew jacocoTestReport
- run:
name: Publish to codecov
command: cd android && bash <(curl -s https://codecov.io/bash)
- store_artifacts:
path: android/app/build/reports
destination: reports
- store_test_results:
path: android/app/build/test-results
- save_cache:
paths:
- ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "android/app/build.gradle" }}
|
Remove swift update package phase | version: 2
jobs:
build:
working_directory: ~/sunshinejr/moya-modelmapper
parallelism: 1
shell: /bin/bash --login
environment:
LANG: en_US.UTF-8
macos:
xcode: '9.3.0'
steps:
- checkout
- restore_cache:
keys:
- v1-build-{{ .Branch }}-
- run:
name: Update SPM
command: swift update package
- save_cache:
key: v1-build-{{ .Branch }}-{{ epoch }}
paths:
- .build
- run:
name: swift build
command: swift build
- run:
name: swift test
command: swift test
- store_test_results:
path: test_output/report.xml
- store_artifacts:
path: /tmp/test-results
destination: scan-test-results
- store_artifacts:
path: ~/Library/Logs/scan
destination: scan-logs | version: 2
jobs:
build:
working_directory: ~/sunshinejr/moya-modelmapper
parallelism: 1
shell: /bin/bash --login
environment:
LANG: en_US.UTF-8
macos:
xcode: '9.3.0'
steps:
- checkout
- restore_cache:
keys:
- v1-build-{{ .Branch }}-
- save_cache:
key: v1-build-{{ .Branch }}-{{ epoch }}
paths:
- .build
- run:
name: swift build
command: swift build
- run:
name: swift test
command: swift test
- store_test_results:
path: test_output/report.xml
- store_artifacts:
path: /tmp/test-results
destination: scan-test-results
- store_artifacts:
path: ~/Library/Logs/scan
destination: scan-logs |
Fix circle ci build issues | version: 2
jobs:
build:
parallelism: 4
shell: /bin/bash --login
docker:
- image: ericfreese/zsh-autosuggestions-test:latest
command: /sbin/init
steps:
- checkout
- run:
name: Running tests
command: |
for v in $(grep "^[^#]" ZSH_VERSIONS | awk "(NR + $CIRCLE_NODE_INDEX) % $CIRCLE_NODE_TOTAL == 0"); do
TEST_ZSH_BIN=zsh-$v make test || exit 1
done
| version: 2
jobs:
build:
parallelism: 4
shell: /bin/bash --login
docker:
- image: ericfreese/zsh-autosuggestions-test:latest
steps:
- checkout
- run:
name: Running tests
command: |
for v in $(grep "^[^#]" ZSH_VERSIONS | awk "(NR + $CIRCLE_NODE_INDEX) % $CIRCLE_NODE_TOTAL == 0"); do
TEST_ZSH_BIN=zsh-$v make test || exit 1
done
|
Update from Forestry.io - Updated Forestry configuration | ---
label: colinha
hide_body: true
display_field: title
fields:
- name: layout
label: Layout
type: text
hidden: true
default: post
- name: title
label: título
type: text
hidden: false
default: ''
config:
required: true
- type: text
name: subtitle
label: subtítulo
description: max 70 char
config:
required: true
- name: date
label: data da publicação
type: datetime
hidden: false
default: now
config:
required: true
- name: img
label: capa do artigo
type: file
hidden: false
default: "/colinha.png"
- name: tags
type: list
config:
use_select: false
min:
max:
label: Tags
- name: comments
label: comentários
type: boolean
hidden: false
default: true
pages:
- _posts/2019-03-16-brincando-com-a-listagem-de-containers-docker.md
- _posts/2019-04-03-copiando-arquivos-para-dentro-do-container.md
- _posts/como-dar-nome-a-pontos-nos-gráficos-do-matplotlib.md
| ---
label: colinha
hide_body: false
display_field: title
fields:
- name: layout
label: Layout
type: text
hidden: true
default: post
- name: title
label: título
type: text
hidden: false
default: ''
config:
required: true
- type: text
name: subtitle
label: subtítulo
description: max 70 char
config:
required: true
- name: date
label: data da publicação
type: datetime
hidden: false
default: now
config:
required: true
- name: img
label: capa do artigo
type: file
hidden: false
default: "/colinha.png"
- name: tags
type: list
config:
use_select: false
min:
max:
label: Tags
- name: comments
label: comentários
type: boolean
hidden: false
default: true
pages:
- _posts/2019-03-16-brincando-com-a-listagem-de-containers-docker.md
- _posts/2019-04-03-copiando-arquivos-para-dentro-do-container.md
- _posts/como-dar-nome-a-pontos-nos-gráficos-do-matplotlib.md
|
Update github action to include mariadb service | name: tests
# Run actions when pushing to the testing branch or when you create a
# PR against it
on:
push:
branches: [ testing ]
pull_request:
branches: [ testing ]
jobs:
unittest:
runs-on: ubuntu-latest
container: bonfacekilz/python2-genenetwork2:latest
steps:
# Use v1 of checkout since v2 fails
- name: Checkout Project
uses: actions/checkout@v1
# Redis is required by some of the tests
- name: Start Redis
run: |
redis-server --daemonize yes
- name: Run the unit tests
run: |
mkdir -p /genotype_files/genotype/json
env GN2_PROFILE=/usr/gn2-profile TMPDIR=/tmp SERVER_PORT=5004 \
GENENETWORK_FILES=/genotype_files/ bash bin/genenetwork2 \
etc/default_settings.py -c -m unittest discover -v
| name: tests
# Run actions when pushing to the testing branch or when you create a
# PR against it
on:
push:
branches: [ testing ]
pull_request:
branches: [ testing ]
jobs:
unittest:
runs-on: ubuntu-latest
container: bonfacekilz/python2-genenetwork2:latest
services:
mariadb:
image: mariadb:latest
ports:
- 3306:3306
env:
MYSQL_USER: gn2
MYSQL_PASSWORD: mysql_password
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_DATABASE: db_webqtl_s
MYSQL_ROOT_PASSWORD: mysql_password
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
steps:
# Use v1 of checkout since v2 fails
- name: Checkout Project
uses: actions/checkout@v1
# Redis is required by some of the tests
- name: Start Redis
run: |
redis-server --daemonize yes
- name: Run the unit tests
run: |
mkdir -p /genotype_files/genotype/json
env GN2_PROFILE=/usr/gn2-profile TMPDIR=/tmp SERVER_PORT=5004 \
GENENETWORK_FILES=/genotype_files/ bash bin/genenetwork2 \
etc/default_settings.py -c -m unittest discover -v
|
Use default image unless necessary | version: 0.0.1.{build}-test
os:
- Windows Server 2012 R2
shallow_clone: true
environment:
LUAROCKS_VER: 2.2.2
matrix:
- LUA_VER: 5.1.5
- LUA_VER: 5.2.4
- LUA_VER: 5.2.4
NOCOMPAT: true
- LUA_VER: 5.3.1
- LUA_VER: 5.3.1
NOCOMPAT: true
- LJ_VER: 2.0.4
- LJ_VER: 2.1
platform:
- x86
- x64
cache:
- c:\lua -> appveyor.yml
- c:\external -> appveyor.yml
init:
# Setup Lua development/build environment
# Make VS 2013 command line tools available
- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %platform%
install:
# Setup Lua development/build environment
- call .appveyor\install.bat
before_build:
# @todo
- echo "Installing external deps"
build_script:
- luarocks make rockspecs/foo-scm-0.rockspec
before_test:
# install test only deps
- luarocks install telescope
test_script:
- echo "Testing..."
- cd %APPVEYOR_BUILD_FOLDER%\test
- tsc.bat test.lua
after_test:
# @todo
| version: 0.0.1.{build}-test
# Use default image unless needed
#os:
#- Windows Server 2012 R2
shallow_clone: true
environment:
LUAROCKS_VER: 2.2.2
matrix:
- LUA_VER: 5.1.5
- LUA_VER: 5.2.4
- LUA_VER: 5.2.4
NOCOMPAT: true
- LUA_VER: 5.3.1
- LUA_VER: 5.3.1
NOCOMPAT: true
- LJ_VER: 2.0.4
- LJ_VER: 2.1
platform:
- x86
- x64
cache:
- c:\lua -> appveyor.yml
- c:\external -> appveyor.yml
init:
# Setup Lua development/build environment
# Make VS 2013 command line tools available
- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %platform%
install:
# Setup Lua development/build environment
- call .appveyor\install.bat
before_build:
# @todo
- echo "Installing external deps"
build_script:
- luarocks make rockspecs/foo-scm-0.rockspec
before_test:
# install test only deps
- luarocks install telescope
test_script:
- echo "Testing..."
- cd %APPVEYOR_BUILD_FOLDER%\test
- tsc.bat test.lua
after_test:
# @todo
|
Remove build configuration and platform to build default for AppVeyor |
# version format
version: 1.0.{build}
# Maximum number of concurrent jobs for the project
max_jobs: 1
services:
- mssql2014 # start SQL Server 2014 Express
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
platform: X64
configuration:
- Release
build:
parallel: true # enable MSBuild parallel builds
project: src\bar-mgmt.sln # path to Visual Studio solution or project
# MSBuild verbosity level
verbosity: normal
|
# version format
version: 1.0.{build}
# Maximum number of concurrent jobs for the project
max_jobs: 1
services:
- mssql2014 # start SQL Server 2014 Express
build:
parallel: true # enable MSBuild parallel builds
project: src\bar-mgmt.sln # path to Visual Studio solution or project
# MSBuild verbosity level
verbosity: normal
|
Use docker-make builder from okkur's gcr | steps:
- name: 'gcr.io/erfanb-223517/docker-make'
args: ['docker-build']
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/txtdirect:latest', '.']
images:
- 'gcr.io/$PROJECT_ID/txtdirect:dev-$short-commit-id' | steps:
- name: 'gcr.io/okkur-230615/docker-make'
args: ['docker-build']
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/$PROJECT_ID/txtdirect:dev-$SHORT_SHA', '.']
images:
- 'gcr.io/$PROJECT_ID/txtdirect:dev-$SHORT_SHA' |
Change become to become_user for same user | ---
- name: Upgrade all packages
yum:
name: '*'
state: latest
become: yes
| ---
- name: Upgrade all packages
yum:
name: '*'
state: latest
become_user: "{{ ansible_user_id }}"
|
Update CurrentVersion of LibreCHovid to 1.4.1 (14010) | Categories:
- Sports & Health
License: MPL-2.0
SourceCode: https://github.com/c4dt/dp3t-app-android-ch/
IssueTracker: https://github.com/c4dt/dp3t-app-android-ch/issues
AutoName: LibreCHovid
RepoType: git
Repo: https://github.com/c4dt/dp3t-app-android-ch/
Builds:
- versionName: 1.3.1+nogaen-1
versionCode: 13010
commit: nogaen-1
subdir: app
gradle:
- prod
srclibs:
- dp3t-sdk@nogaen-1
rm:
- app/testKeystore
build:
- pushd $$dp3t-sdk$$/dp3t-sdk
- ./gradlew assembleProdRelease -PversionNoGaen=+nogaen-1
- popd
- mkdir -p ./libs
- cp $$dp3t-sdk$$/dp3t-sdk/sdk/build/outputs/aar/sdk-production-release.aar
./libs/
gradleprops:
- versionNoGaen=+nogaen-1
MaintainerNotes: |-
There is a lint error during the build phase that has not yet been worked out.
It is currently ignored and should have no consequence on the app.
AutoUpdateMode: None
UpdateCheckMode: Tags nogaen-\d+$
CurrentVersion: 1.3.1+nogaen-1
CurrentVersionCode: 13010
| Categories:
- Sports & Health
License: MPL-2.0
SourceCode: https://github.com/c4dt/dp3t-app-android-ch/
IssueTracker: https://github.com/c4dt/dp3t-app-android-ch/issues
AutoName: LibreCHovid
RepoType: git
Repo: https://github.com/c4dt/dp3t-app-android-ch/
Builds:
- versionName: 1.3.1+nogaen-1
versionCode: 13010
commit: nogaen-1
subdir: app
gradle:
- prod
srclibs:
- dp3t-sdk@nogaen-1
rm:
- app/testKeystore
build:
- pushd $$dp3t-sdk$$/dp3t-sdk
- ./gradlew assembleProdRelease -PversionNoGaen=+nogaen-1
- popd
- mkdir -p ./libs
- cp $$dp3t-sdk$$/dp3t-sdk/sdk/build/outputs/aar/sdk-production-release.aar
./libs/
gradleprops:
- versionNoGaen=+nogaen-1
MaintainerNotes: |-
There is a lint error during the build phase that has not yet been worked out.
It is currently ignored and should have no consequence on the app.
AutoUpdateMode: None
UpdateCheckMode: Tags nogaen-\d+$
CurrentVersion: 1.4.1
CurrentVersionCode: 14010
|
Update CV of Corona Stats to 1.0.3 (3) | Categories:
- Sports & Health
- Internet
License: GPL-3.0-only
AuthorName: Rahul Kumar Patel
AuthorEmail: whyorean@gmail.com
WebSite: https://auroraoss.com
SourceCode: https://gitlab.com/AuroraOSS/CoronaStats
IssueTracker: https://gitlab.com/AuroraOSS/CoronaStats/issues
Changelog: https://gitlab.com/AuroraOSS/CoronaStats/blob/HEAD/CHANGELOG
Donate: https://www.paypal.me/auroradev
LiberapayID: '1616537'
AutoName: Corona Stats
Description: |-
A statistics app to provide details about the Corona outbreak in India
* Free / Libre software
* Daily Report
* State-wise reports
* Graphical Stats
RepoType: git
Repo: https://gitlab.com/AuroraOSS/CoronaStats.git
Builds:
- versionName: 1.0.1
versionCode: 1
commit: 1.0.1
subdir: app
gradle:
- yes
- versionName: 1.0.2
versionCode: 2
commit: 1.0.2
subdir: app
gradle:
- yes
- versionName: 1.0.3
versionCode: 3
commit: 1.0.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.2
CurrentVersionCode: 2
| Categories:
- Sports & Health
- Internet
License: GPL-3.0-only
AuthorName: Rahul Kumar Patel
AuthorEmail: whyorean@gmail.com
WebSite: https://auroraoss.com
SourceCode: https://gitlab.com/AuroraOSS/CoronaStats
IssueTracker: https://gitlab.com/AuroraOSS/CoronaStats/issues
Changelog: https://gitlab.com/AuroraOSS/CoronaStats/blob/HEAD/CHANGELOG
Donate: https://www.paypal.me/auroradev
LiberapayID: '1616537'
AutoName: Corona Stats
Description: |-
A statistics app to provide details about the Corona outbreak in India
* Free / Libre software
* Daily Report
* State-wise reports
* Graphical Stats
RepoType: git
Repo: https://gitlab.com/AuroraOSS/CoronaStats.git
Builds:
- versionName: 1.0.1
versionCode: 1
commit: 1.0.1
subdir: app
gradle:
- yes
- versionName: 1.0.2
versionCode: 2
commit: 1.0.2
subdir: app
gradle:
- yes
- versionName: 1.0.3
versionCode: 3
commit: 1.0.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.3
CurrentVersionCode: 3
|
Add missing word to guidance on check failure | name: Check
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
jobs:
check-news-entry:
name: news entry
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
# `towncrier check` runs `git diff --name-only origin/main...`, which
# needs a non-shallow clone.
fetch-depth: 0
- name: Check news entry
if: "!contains(github.event.pull_request.labels.*.name, 'trivial')"
run: |
if ! pipx run towncrier check --compare-with origin/${{ github.base_ref }}; then
echo "Please https://pip.pypa.io/dev/news-entry-failure for guidance."
false
fi
| name: Check
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
jobs:
check-news-entry:
name: news entry
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
# `towncrier check` runs `git diff --name-only origin/main...`, which
# needs a non-shallow clone.
fetch-depth: 0
- name: Check news entry
if: "!contains(github.event.pull_request.labels.*.name, 'trivial')"
run: |
if ! pipx run towncrier check --compare-with origin/${{ github.base_ref }}; then
echo "Please see https://pip.pypa.io/dev/news-entry-failure for guidance."
false
fi
|
Update CI workflow to also run on PRs | name: CI
on: push
jobs:
test:
name: Lint & Test
runs-on: ubuntu-latest
env:
CI: true
strategy:
matrix:
node: [12, 14]
steps:
- uses: actions/checkout@master
- name: Setup environment
id: setups
run: |-
echo "::set-output name=yarn_cache::$(yarn cache dir)"
- name: Setup Node ${{ matrix.node }}
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node }}
check-latest: true
- name: Yarn cache
uses: actions/cache@v1
with:
path: ${{ steps.setups.outputs.yarn_cache }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}-node-${{ matrix.node }}
- name: Install packages
run: yarn --frozen-lockfile
- name: Lint
run: |-
yarn format-check;
yarn lint;
- name: Test
run: |-
yarn test-unit;
yarn test-types;
- name: Build # Tests to see if a build can succeed
run: yarn build
| name: CI
on:
push:
pull_request:
jobs:
test:
name: Lint & Test
runs-on: ubuntu-latest
env:
CI: true
strategy:
matrix:
node: [12, 14]
steps:
- uses: actions/checkout@master
- name: Setup environment
id: setups
run: |-
echo "::set-output name=yarn_cache::$(yarn cache dir)"
- name: Setup Node ${{ matrix.node }}
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node }}
check-latest: true
- name: Yarn cache
uses: actions/cache@v1
with:
path: ${{ steps.setups.outputs.yarn_cache }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}-node-${{ matrix.node }}
- name: Install packages
run: yarn --frozen-lockfile
- name: Lint
run: |-
yarn format-check;
yarn lint;
- name: Test
run: |-
yarn test-unit;
yarn test-types;
- name: Build # Tests to see if a build can succeed
run: yarn build
|
Add checkout to bundle task | version: v1.0
name: First pipeline example
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: "Checkout code"
task:
jobs:
- name: checkout code from Github
commands:
- checkout
- name: "Bundle"
task:
jobs:
- name: bundle gems
commands:
- bundle
- name: "Run tests"
task:
jobs:
- name: tests
commands:
- bundle exec rake
| version: v1.0
name: First pipeline example
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
blocks:
- name: "Bundle"
task:
jobs:
- name: bundle gems
commands:
- checkout
- bundle
- name: "Run tests"
task:
jobs:
- name: tests
commands:
- bundle exec rake
|
Use git url by default for wundermachina. | project:
name: ansibleref
ansible:
remote: https://github.com/wunderkraut/WunderMachina.git
branch: master
revision:
buildsh:
enabled: true
branch: develop
revision:
wundertools:
branch: master
externaldrupal:
remote:
branch:
| project:
name: ansibleref
ansible:
remote: git@github.com:wunderkraut/WunderMachina.git
branch: master
revision:
buildsh:
enabled: true
branch: develop
revision:
wundertools:
branch: master
externaldrupal:
remote:
branch:
|
Install cloc for LOC metrics | boxen::personal::homebrew_packages:
- ack
- findutils
- gnu-tar
- mercurial
- forego
- graphviz
- groovy
- lcov
- imagemagick
- sqlite3
- devd
"nodejs::build::ensure": "v2.1.0"
"nodejs::nodenv::ensure": "v0.2.0"
"ruby::build::ensure": "v20160130"
"ruby::rbenv::ensure": "v1.0.0"
"python::pyenv::ensure": "v20160303"
| boxen::personal::homebrew_packages:
- ack
- findutils
- gnu-tar
- mercurial
- forego
- graphviz
- groovy
- lcov
- imagemagick
- sqlite3
- devd
- cloc
"nodejs::build::ensure": "v2.1.0"
"nodejs::nodenv::ensure": "v0.2.0"
"ruby::build::ensure": "v20160130"
"ruby::rbenv::ensure": "v1.0.0"
"python::pyenv::ensure": "v20160303"
|
Add aws s3 publish script | ## Customize the test machine
machine:
timezone:
Asia/Dubai # Set the timezone
# Version of ruby to use
ruby:
version:
2.2.0
# Override /etc/hosts
hosts:
circlehost: 127.0.0.1
dev.abhishekpareek.io: 127.0.0.1
## Customize dependencies
dependencies:
pre:
- gem install bundler
- sudo pip install iso8601 pycurl
- script/fetch-gists-convert-to-jekyll-md-format.py
override:
- bundle install: # note ':' here
timeout: 180 # fail if command has no output for 3 minutes
# we automatically cache and restore many dependencies between
# builds. If you need to, you can add custom paths to cache:
cache_directories:
- "custom_1" # relative to the build directory
- "~/custom_2" # relative to the user's home directory
## Customize test commands
test:
override:
- script/cibuild
deployment:
aws:
branch: master
commands:
#- jekyll build
- script/publish.sh
## Custom notifications
#notify:
#webhooks:
# A list of hashes representing hooks. Only the url field is supported.
# - url: https://someurl.com/hooks/circle
| ## Customize the test machine
machine:
timezone:
Asia/Dubai # Set the timezone
# Version of ruby to use
ruby:
version:
2.2.0
# Override /etc/hosts
hosts:
circlehost: 127.0.0.1
dev.abhishekpareek.io: 127.0.0.1
## Customize dependencies
dependencies:
pre:
- gem install bundler
- sudo pip install iso8601 pycurl
- script/fetch-gists-convert-to-jekyll-md-format.py
override:
- bundle install: # note ':' here
timeout: 180 # fail if command has no output for 3 minutes
# we automatically cache and restore many dependencies between
# builds. If you need to, you can add custom paths to cache:
cache_directories:
- "custom_1" # relative to the build directory
- "~/custom_2" # relative to the user's home directory
## Customize test commands
test:
override:
- script/cibuild
deployment:
aws:
branch: master
commands:
- script/publish.sh
## Custom notifications
#notify:
#webhooks:
# A list of hashes representing hooks. Only the url field is supported.
# - url: https://someurl.com/hooks/circle
|
Unify deployment sections in CirlceCI config. | machine:
services:
- docker
node:
version:
0.12.4
python:
version:
2.7.3
dependencies:
pre:
- make deps
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
cache_directories:
- rd_ui/node_modules/
- rd_ui/app/bower_components/
test:
override:
- make test
post:
- make pack
deployment:
github:
branch: master
commands:
- make upload
docker:
branch: [master, docker]
commands:
- echo "rd_ui/app" >> .dockerignore
- docker build -t redash/redash:$(./manage.py version | sed -e "s/\+/./") .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push redash/redash:$(./manage.py version | sed -e "s/\+/./")
notify:
webhooks:
- url: https://webhooks.gitter.im/e/895d09c3165a0913ac2f
general:
branches:
ignore:
- gh-pages
| machine:
services:
- docker
node:
version:
0.12.4
python:
version:
2.7.3
dependencies:
pre:
- make deps
- pip install -r requirements_dev.txt
- pip install -r requirements.txt
cache_directories:
- rd_ui/node_modules/
- rd_ui/app/bower_components/
test:
override:
- make test
post:
- make pack
deployment:
github_and_docker:
branch: master
commands:
- make upload
- echo "rd_ui/app" >> .dockerignore
- docker build -t redash/redash:$(./manage.py version | sed -e "s/\+/./") .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push redash/redash:$(./manage.py version | sed -e "s/\+/./")
notify:
webhooks:
- url: https://webhooks.gitter.im/e/895d09c3165a0913ac2f
general:
branches:
ignore:
- gh-pages
|
Comment out github config on sample | github:
keys:
- client_id:client_secret
mongo: mongodb://127.0.0.1/frisky
redis: 127.0.0.1 | # github:
# keys:
# - client_id:client_secret
mongo: mongodb://127.0.0.1/frisky
redis: 127.0.0.1
|
Update from Hackage at 2016-12-24T01:52:35Z | homepage: https://github.com/maoe/ghc-prof
changelog-type: ''
hash: 9327597db974c8648fe623e2213d126a96daf9041710da786b1ce1d06492f29c
test-bench-deps:
base: -any
text: -any
filepath: -any
process: -any
containers: -any
ghc-prof: -any
tasty-hunit: ! '>=0.9.1 && <0.10'
attoparsec: ! '>=0.10 && <0.14'
temporary: -any
tasty: <0.12
directory: -any
maintainer: Mitsutoshi Aoe <maoe@foldr.in>
synopsis: Library for parsing GHC time and allocation profiling reports
changelog: ''
basic-deps:
base: ==4.*
time: -any
text: -any
containers: ==0.5.*
ghc-prof: -any
attoparsec: <0.14
scientific: <0.4
all-versions:
- '1.0.0'
- '1.0.1'
- '1.1.0'
author: Mitsutoshi Aoe
latest: '1.1.0'
description-type: haddock
description: Library for parsing GHC time and allocation profiling reports
license-name: BSD3
| homepage: https://github.com/maoe/ghc-prof
changelog-type: ''
hash: 08fb1eed7c12839ec51d8e2a6347ddf02f9457c53fd211389a9875667a75d4c6
test-bench-deps:
base: -any
text: -any
filepath: -any
process: -any
containers: -any
ghc-prof: -any
tasty-hunit: ! '>=0.9.1 && <0.10'
attoparsec: ! '>=0.10 && <0.14'
temporary: -any
tasty: <0.12
directory: -any
maintainer: Mitsutoshi Aoe <maoe@foldr.in>
synopsis: Library for parsing GHC time and allocation profiling reports
changelog: ''
basic-deps:
base: ==4.*
time: -any
text: -any
containers: ==0.5.*
ghc-prof: -any
attoparsec: <0.14
scientific: <0.4
all-versions:
- '1.0.0'
- '1.0.1'
- '1.1.0'
- '1.2.0'
author: Mitsutoshi Aoe
latest: '1.2.0'
description-type: haddock
description: Library for parsing GHC time and allocation profiling reports
license-name: BSD3
|
Update location for tar file | {% set name = "libharu" %}
{% set version = "2.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/libharu/libharu/archive/master.zip
sha256: 3cc03c5fc0953621e88637a8a004d1ed4c61d050502a0429caab263919b10834
build:
number: 0
requirements:
build:
- {{ compiler('c') }}
- cmake
run:
- zlib
- libpng
- boost
test:
commands:
- test -f $PREFIX/include/hpdf.h # [unix]
- if not exist %LIBRARY_INC%\\include\\hpdf.h exit 1 # [win]
about:
home: http://libharu.org/
license: Zlib
license_family: OTHER
license_file: LICENSE.txt
summary: 'Simple, fast, extensible JSON encoder/decoder for Python'
description: |
libharu is a free, cross platform, open source library for generating PDF files.
doc_url: https://github.com/libharu/libharu/wiki
dev_url: https://github.com/libharu/libharu
extra:
recipe-maintainers:
- hobu
| {% set name = "libharu" %}
{% set version = "2.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/libharu/libharu/archive/RELEASE_{{ version.replace('.', '_') }}.tar.gz
sha256: 8f9e68cc5d5f7d53d1bc61a1ed876add1faf4f91070dbc360d8b259f46d9a4d2
build:
number: 0
requirements:
build:
- {{ compiler('c') }}
- cmake
run:
- zlib
- libpng
- boost
test:
commands:
- test -f $PREFIX/include/hpdf.h # [unix]
- if not exist %LIBRARY_INC%\\include\\hpdf.h exit 1 # [win]
about:
home: http://libharu.org/
license: Zlib
license_family: OTHER
license_file: LICENSE.txt
summary: Simple, fast, extensible JSON encoder/decoder for Python
description: |
libharu is a free, cross platform, open source library for generating PDF files.
doc_url: https://github.com/libharu/libharu/wiki
dev_url: https://github.com/libharu/libharu
extra:
recipe-maintainers:
- hobu
- xylar
|
Move Amqp related code to OroPro namespace but keep the namepspace Oro | imports:
- { resource: config_prod.yml }
- { resource: parameters_test.yml }
- { resource: security_test.yml }
parameters:
doctrine.dbal.connection_factory.class: 'Oro\Component\Testing\Doctrine\PersistentConnectionFactory'
framework:
test: ~
session:
storage_id: session.storage.mock_file
csrf_protection: true
profiler:
enabled: false
services:
twig.extension.debug:
class: Twig_Extensions_Extension_Debug
tags:
- { name: twig.extension }
swiftmailer:
disable_delivery: true
oro_require_js:
js_engine: ~
oro_message_queue:
client: ~
transport:
default: 'null'
'null': true | imports:
- { resource: config_prod.yml }
- { resource: parameters_test.yml }
- { resource: security_test.yml }
parameters:
doctrine.dbal.connection_factory.class: 'Oro\Component\Testing\Doctrine\PersistentConnectionFactory'
framework:
test: ~
session:
storage_id: session.storage.mock_file
csrf_protection: true
profiler:
enabled: false
services:
twig.extension.debug:
class: Twig_Extensions_Extension_Debug
tags:
- { name: twig.extension }
swiftmailer:
disable_delivery: true
oro_require_js:
js_engine: ~
oro_message_queue:
client:
traceable_producer: true
transport:
default: 'null'
'null': true |
Update from Forestry.io - Updated Forestry configuration | ---
hide_body: true
is_partial: false
fields:
- type: text
name: title
label: Title
- type: datetime
name: date
label: Date
- type: textarea
name: description
label: Description
- type: select
name: vendor
config:
source:
type: simple
options:
- YouTube
- Vimeo
label: Vendor
- type: text
name: video_id
label: Video ID
description: e.g. KX4G49ZrvY0
- type: list
name: tool
label: Related Tool
config:
use_select: true
source:
type: pages
section: tool
- type: list
name: related_content
label: Related Event or Article
config:
use_select: true
source:
type: pages
- type: field_group
name: apple
label: Apple
fields:
- type: text
name: title
label: Title
- type: textarea
name: description
label: Description
config:
wysiwyg: true
schema:
format: markdown
| ---
hide_body: true
is_partial: false
fields:
- type: text
name: title
label: Title
- type: datetime
name: date
label: Date
- type: textarea
name: description
label: Description
- type: select
name: vendor
config:
source:
type: simple
options:
- YouTube
- Vimeo
label: Vendor
- type: text
name: video_id
label: Video ID
description: e.g. KX4G49ZrvY0
- type: list
name: tool
label: Related Tool
config:
use_select: true
source:
type: pages
section: tool
- type: list
name: related_content
label: Related Event or Article
config:
use_select: true
source:
type: pages
|
Add updated Heat template for deploying Docker image | heat_template_version: 2013-05-23
description: >
Heat template to deploy Docker containers to an existing host
resources:
nginx-01:
type: DockerInc::Docker::Container
properties:
image: nginx
docker_endpoint: 'tcp://192.168.1.207:2345' | heat_template_version: 2013-05-23
description: >
Heat template to deploy Docker containers to an existing host
resources:
nginx-01:
type: DockerInc::Docker::Container
properties:
image: nginx
docker_endpoint: 'tcp://172.16.6.18:2375'
port_specs:
- 80
port_bindings:
80: 80 |
Add longer retention on topics | exporter:
enabled: false
image:
repositry: rbrndt/kafka-prometheus
tag: latest
pullPolicy: IfNotPresent
port: 7204
image:
repository: monasca/kafka
tag: 0.9.0.1-2.11
pullPolicy: IfNotPresent
topic_config: segment.ms=900000
service:
type: ClusterIP
port: 9092
resources:
requests:
memory: 1Gi
cpu: 250m
limits:
memory: 2Gi
cpu: 2000m
persistence:
storageClass: default
enabled: false
accessMode: ReadWriteOnce
size: 10Gi
zookeeper:
service:
port: 2181 | exporter:
enabled: false
image:
repositry: rbrndt/kafka-prometheus
tag: latest
pullPolicy: IfNotPresent
port: 7204
image:
repository: monasca/kafka
tag: 0.9.0.1-2.11
pullPolicy: IfNotPresent
topic_config: segment.ms=900000,retention.ms=86400000
service:
type: ClusterIP
port: 9092
resources:
requests:
memory: 1Gi
cpu: 250m
limits:
memory: 2Gi
cpu: 2000m
persistence:
storageClass: default
enabled: false
accessMode: ReadWriteOnce
size: 10Gi
zookeeper:
service:
port: 2181
|
Tag controllers that are used within tests with `app.rest.controller` tag. | services:
# default configuration for services in *this* file
_defaults:
# automatically injects dependencies in your services
autowire: true
# automatically registers your services as commands, event subscribers, etc.
autoconfigure: true
# this means you cannot fetch services directly from the container via $container->get()
# if you need to do this, you can override this setting on individual services
public: true
App\Tests\E2E\Rest\src\:
resource: '../../../tests/E2E/Rest/src/*'
App\Tests\E2E\Rest\src\Controller\:
resource: '../../../tests/E2E/Rest/src/Controller/*'
tags: [ 'controller.service_arguments' ]
App\Tests\E2E\Rest\Traits\Actions\src\:
resource: '../../../tests/E2E/Rest/Traits/Actions/src/*'
tags: [ 'controller.service_arguments' ]
App\Tests\Integration\Helpers\src\:
resource: '../../../tests/Integration/Helpers/src/*'
| services:
# default configuration for services in *this* file
_defaults:
# automatically injects dependencies in your services
autowire: true
# automatically registers your services as commands, event subscribers, etc.
autoconfigure: true
# this means you cannot fetch services directly from the container via $container->get()
# if you need to do this, you can override this setting on individual services
public: true
App\Tests\E2E\Rest\src\:
resource: '../../../tests/E2E/Rest/src/*'
App\Tests\E2E\Rest\src\Controller\:
resource: '../../../tests/E2E/Rest/src/Controller/*'
tags:
- 'controller.service_arguments'
- 'app.rest.controller'
App\Tests\E2E\Rest\Traits\Actions\src\:
resource: '../../../tests/E2E/Rest/Traits/Actions/src/*'
tags:
- 'controller.service_arguments'
- 'app.rest.controller'
App\Tests\Integration\Helpers\src\:
resource: '../../../tests/Integration/Helpers/src/*'
|
Update Price Per Unit to 1.3.8 (14) | Categories:
- Money
License: Apache-2.0
AuthorName: Brent Vollebregt
AuthorEmail: brent.vollebregt@gmail.com
AuthorWebSite: https://nitratine.net/
WebSite: https://nitratine.net/blog/post/price-per-unit/
SourceCode: https://github.com/brentvollebregt/price-per-unit
IssueTracker: https://github.com/brentvollebregt/price-per-unit/issues
AutoName: Price Per Unit
RepoType: git
Repo: https://github.com/brentvollebregt/price-per-unit
Builds:
- versionName: 1.3.7
versionCode: 13
commit: v1.3.7
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.7
CurrentVersionCode: 13
| Categories:
- Money
License: Apache-2.0
AuthorName: Brent Vollebregt
AuthorEmail: brent.vollebregt@gmail.com
AuthorWebSite: https://nitratine.net/
WebSite: https://nitratine.net/blog/post/price-per-unit/
SourceCode: https://github.com/brentvollebregt/price-per-unit
IssueTracker: https://github.com/brentvollebregt/price-per-unit/issues
AutoName: Price Per Unit
RepoType: git
Repo: https://github.com/brentvollebregt/price-per-unit
Builds:
- versionName: 1.3.7
versionCode: 13
commit: v1.3.7
subdir: app
gradle:
- yes
- versionName: 1.3.8
versionCode: 14
commit: v1.3.8
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.8
CurrentVersionCode: 14
|
Add newer versions of Ruby | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
script: rspec
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
- sudo apt-get install -qq lintian
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
- 2.2.1
script: rspec
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq rpm
- sudo apt-get install -qq lintian
|
Add latest rubies to Travis | language: ruby
rvm:
- 2.4.1
- 2.3.1
- 2.2
- 2.1
- 2.0
matrix:
# Rubinius periodically fails in general, and it always segfaults for RuboCop
# in particular. Until we figure out how to make it work consistently, allow
# it to fail without breaking the build.
allow_failures:
- rvm: rbx-2
include:
- rvm: rbx-2
script: bundle exec rake spec
# Run Danger only once, on 2.3.1
- rvm: 2.3.1
before_script: bundle exec danger
script: bundle exec rake spec rubocop
install: bundle install --jobs=1
cache: bundler
branches:
except:
- legacy-v2
sudo: false
| language: ruby
rvm:
- 2.5.1
- 2.4.4
- 2.3.7
- 2.2
- 2.1
- 2.0
matrix:
# Rubinius periodically fails in general, and it always segfaults for RuboCop
# in particular. Until we figure out how to make it work consistently, allow
# it to fail without breaking the build.
allow_failures:
- rvm: rbx-2
include:
- rvm: rbx-2
script: bundle exec rake spec
# Run Danger only once, on 2.3.1
- rvm: 2.3.1
before_script: bundle exec danger
script: bundle exec rake spec rubocop
install: bundle install --jobs=1
cache: bundler
branches:
except:
- legacy-v2
sudo: false
|
Update Node version for Travis | language: node_js
node_js:
- "0.8"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g bower grunt-cli
- npm install
- bower install
script: "grunt" | language: node_js
node_js:
- "0.10"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install -g bower grunt-cli
- npm install
- bower install
script: "grunt" |
Add a sleep to allow the server to get ready | language: python
sudo: required
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install: "python setup.py install"
script: nosetests -s
env:
- NEO4J_VERSION="3.0.7"
before_install:
- sudo apt-get update && sudo apt-get install oracle-java8-installer
- export JAVA_HOME=/usr/lib/jvm/java-8-oracle
- wget dist.neo4j.org/neo4j-community-$NEO4J_VERSION-unix.tar.gz
- tar -xzf neo4j-community-$NEO4J_VERSION-unix.tar.gz
- neo4j-community-$NEO4J_VERSION/bin/neo4j start
| language: python
sudo: required
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install: "python setup.py install"
script: nosetests -s
env:
- NEO4J_VERSION="3.0.7"
before_install:
- sudo apt-get update && sudo apt-get install oracle-java8-installer
- export JAVA_HOME=/usr/lib/jvm/java-8-oracle
- wget dist.neo4j.org/neo4j-community-$NEO4J_VERSION-unix.tar.gz
- tar -xzf neo4j-community-$NEO4J_VERSION-unix.tar.gz
- neo4j-community-$NEO4J_VERSION/bin/neo4j start
- sleep 10
|
Use Sphinx and more python modules from Ubuntu repo | language: python
python:
- "2.6"
before_install:
- sudo apt-get install texlive-math-extra dvipng texlive-latex-extra
- sudo easy_install -U Sphinx dateutils
script:
- cd blogweb && sudo make html
| language: python
python:
- "2.6"
before_install:
- sudo apt-get install texlive-math-extra dvipng texlive-latex-extra python-sphinx python-argparse python-dateutil python-tz
- sudo easy_install -U dateutils
script:
- cd blogweb && sudo make html
|
Allow beta build to fail. | language: rust
rust:
- 1.1.0
- beta
- nightly
sudo: false
script:
- make
- make test
- make build-check
- make test-check
matrix:
allow_failures:
- rust: 1.1.0
| language: rust
rust:
- 1.1.0
- beta
- nightly
sudo: false
script:
- make
- make test
- make build-check
- make test-check
matrix:
allow_failures:
- rust: 1.1.0
- rust: beta
|
Add lowest and highest dependencies tests | language: php
matrix:
include:
- php: hhvm
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: nightly
allow_failures:
- php: hhvm
- php: nightly
fast_finish: true
sudo: false
cache:
directories:
- $HOME/.composer/cache
install: composer install -n
script: vendor/bin/phpunit -v --coverage-clover=coverage.clover
after_script:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi;'
notifications:
webhooks:
urls: ['https://webhooks.gitter.im/e/9ccc2378e6c0de6480f8']
on_success: change
on_failure: always
on_start: never
| language: php
sudo: false
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.3
- php: 5.4
- php: 5.5
- php: 5.6
- php: 5.6
env: deps=low
- php: 5.6
env: deps=high
- php: hhvm
- php: nightly
allow_failures:
- php: hhvm
- php: nightly
fast_finish: true
install:
- composer self-update -q
- if [ -z "$deps" ]; then composer install -n; fi;
- if [ "$deps" = "low" ]; then composer update --prefer-lowest --prefer-stable --prefer-source -n; fi;
- if [ "$deps" = "high" ]; then composer update --prefer-source -n; fi;
script: vendor/bin/phpunit -v --coverage-clover=coverage.clover
after_script:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi;'
notifications:
webhooks:
urls: ['https://webhooks.gitter.im/e/9ccc2378e6c0de6480f8']
on_success: change
on_failure: always
on_start: never
|
Merge JVM & JS builds | language: scala
scala:
- 2.12.13
- 2.13.5
- 3.0.0-RC1
jdk:
- openjdk8
install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- export NODE_PATH="$(npm config get prefix)"/lib/node_modules
- npm install
- npm install jsdom source-map-support
env:
- TARGET=JVM PRE=test:compile
- TARGET=JS PRE=test:fastOptJS
script:
- sbt ++$TRAVIS_SCALA_VERSION ${TARGET}/$PRE
- sbt ++$TRAVIS_SCALA_VERSION ${TARGET}/test
before_cache:
- rm -f $HOME/.ivy2/.sbt.ivy.lock
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
- find $HOME/.sbt -name "*.lock" -type f -delete
cache:
directories:
- $HOME/.coursier
- $HOME/.ivy2/cache
- $HOME/.sbt
| language: scala
scala:
- 2.12.13
- 2.13.5
- 3.0.0-RC1
jdk:
- openjdk8
install:
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- export NODE_PATH="$(npm config get prefix)"/lib/node_modules
- npm install
- npm install jsdom source-map-support
script:
- sbt ++$TRAVIS_SCALA_VERSION test
before_cache:
- rm -f $HOME/.ivy2/.sbt.ivy.lock
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
- find $HOME/.sbt -name "*.lock" -type f -delete
cache:
directories:
- $HOME/.coursier
- $HOME/.ivy2/cache
- $HOME/.sbt
|
Use the new build env on Travis | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
script: bundle exec rake db:reset test:all
env:
- "RAILS_VERSION=3.1.12"
- "RAILS_VERSION=3.2.19"
- "RAILS_VERSION=4.0.8"
- "RAILS_VERSION=3.2.19 TEST_RAILS_API=true"
- "RAILS_VERSION=4.0.8 TEST_RAILS_API=true"
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
sudo: false
script: bundle exec rake db:reset test:all
env:
- "RAILS_VERSION=3.1.12"
- "RAILS_VERSION=3.2.19"
- "RAILS_VERSION=4.0.8"
- "RAILS_VERSION=3.2.19 TEST_RAILS_API=true"
- "RAILS_VERSION=4.0.8 TEST_RAILS_API=true"
|
Add node 10 to the test matrix | language: node_js
node_js:
- "6"
- "8"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6 # upgrade libstdc++ on linux to support C++11
sudo: false
| language: node_js
node_js:
- "6"
- "8"
- "10"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libstdc++6 # upgrade libstdc++ on linux to support C++11
sudo: false
|
Use container-based infrastructure, and turn on caching | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
| sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
|
Fix deploy, move push script to correct place | language: r
cache: packages
sudo: false
r:
- bioc-release
- bioc-devel
warnings_are_errors: false
after_success:
- pwd
- cd ..
- git clone --depth=50 --branch=master https://github.com/bcbio/bcbio_rnaseq_output_example.git
- mkdir template
- cd template
- cp ../bcbio_rnaseq_output_example/setup.R .
- cp ../bcbioRnaseq/inst/rmarkdown/templates/quality_control/skeleton/skeleton.Rmd .
- Rscript -e 'devtools::install_local("../bcbioRnaseq")'
- Rscript -e 'rmarkdown::render("skeleton.Rmd")'
- ls
- cd ../bcbio_rnaseq_output_example
- ./.push.sh
| language: r
cache: packages
sudo: false
r:
- bioc-release
- bioc-devel
warnings_are_errors: false
after_success:
- pwd
- cd ..
- git clone --depth=50 --branch=master https://github.com/bcbio/bcbio_rnaseq_output_example.git
- mkdir template
- cd template
- cp ../bcbio_rnaseq_output_example/setup.R .
- cp ../bcbioRnaseq/inst/rmarkdown/templates/quality_control/skeleton/skeleton.Rmd .
- Rscript -e 'devtools::install_local("../bcbioRnaseq")'
- Rscript -e 'rmarkdown::render("skeleton.Rmd")'
- ls
- cd ../bcbio_rnaseq_output_example
- cp ../bcbioRnaseq/.push.sh push.sh
- chmod +x push.sh
- push.sh
|
Remove pypy/pypy3 from allowed failures | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
matrix:
allow_failures:
- python: pypy
- python: pypy3
before_install:
- sudo apt-get update
install:
- sudo apt-get install ghc cabal-install git xcb-proto happy alex xvfb libxcb1-dev x11-apps parallel
- cabal update
- cabal install --only-dependencies --enable-tests
- cabal configure --enable-tests
- pip install -r requirements.txt
script: "make -j3 check"
| language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
- pypy3
before_install:
- sudo apt-get update
install:
- sudo apt-get install ghc cabal-install git xcb-proto happy alex xvfb libxcb1-dev x11-apps parallel
- cabal update
- cabal install --only-dependencies --enable-tests
- cabal configure --enable-tests
- pip install -r requirements.txt
script: "make -j3 check"
|
Test Ruby 2.6 as well | language: ruby
sudo: false
rvm:
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- jruby-19mode
| language: ruby
sudo: false
rvm:
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- jruby-19mode
|
Correct typo in Travis CI file. | nguage: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
| language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
|
Update Travis with explicit emails | language: node_js
node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi
- npm install -g grunt-cli
| language: node_js
node_js:
- '0.10'
before_install:
- currentfolder=${PWD##*/}
- if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi
- npm install -g grunt-cli
notifications:
email:
- dave@famo.us
- fetterman@famo.us
- myles@famo.us
|
Remove Python 3.10 from tests. | dist: bionic
language: python
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
env:
- DJANGO_VERSION=2.2
- DJANGO_VERSION=3.2
# command to install dependencies
install:
- pip install django~=$DJANGO_VERSION
- pip install -r requirements.txt
- pip install python-coveralls coverage
# command to run tests
script:
- coverage run --source='qr_code' manage.py test
after_success:
- coveralls
| dist: bionic
language: python
python:
- "3.7"
- "3.8"
- "3.9"
env:
- DJANGO_VERSION=2.2
- DJANGO_VERSION=3.2
# command to install dependencies
install:
- pip install django~=$DJANGO_VERSION
- pip install -r requirements.txt
- pip install python-coveralls coverage
# command to run tests
script:
- coverage run --source='qr_code' manage.py test
after_success:
- coveralls
|
Update Travis config to Go 1.6.2 | language: go
sudo: false
go:
- 1.5.4
- 1.6.1
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
script:
- make check
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
install:
- go get github.com/stretchr/testify
- go get -v ./...
| language: go
sudo: false
go:
- 1.5.4
- 1.6.2
- tip
os:
- linux
- osx
matrix:
allow_failures:
- go: tip
script:
- make check
- go build -race
- ./hugo -s docs/
- ./hugo --renderToMemory -s docs/
install:
- go get github.com/stretchr/testify
- go get -v ./...
|
Make Travis build fail upon a test failure | # Travis-CI Build for libgit2sharp
# see travis-ci.org for details
language: c
# Make sure CMake is installed
install:
- sudo apt-get install cmake mono-devel mono-gmcs
# Run the Build script
script:
- git submodule update --init
- mkdir cmake-build
- cd cmake-build
- cmake -DTHREADSAFE=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_CLAR=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=./libgit2-bin ../libgit2
- export LD_LIBRARY_PATH=$PWD/libgit2-bin/lib
- cmake --build . --target install
- cd ..
# Run Tests
after_script:
- xbuild CI-build.msbuild /t:Deploy
# Only watch the development branch
branches:
only:
- vNext
# Notify development list when needed
notifications:
recipients:
- emeric.fermas@gmail.com
email:
on_success: change
on_failure: always
| # Travis-CI Build for libgit2sharp
# see travis-ci.org for details
language: c
# Make sure CMake is installed
install:
- sudo apt-get install cmake mono-devel mono-gmcs
# Build libgit2, LibGit2Sharp and run the tests
script:
- git submodule update --init
- mkdir cmake-build
- cd cmake-build
- cmake -DTHREADSAFE=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_CLAR=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=./libgit2-bin ../libgit2
- export LD_LIBRARY_PATH=$PWD/libgit2-bin/lib
- cmake --build . --target install
- cd ..
- xbuild CI-build.msbuild /t:Deploy
# Only watch the development branch
branches:
only:
- vNext
# Notify development list when needed
notifications:
recipients:
- emeric.fermas@gmail.com
email:
on_success: change
on_failure: always
|
Fix typo in perl version. | language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.12"
- "5.10"
- "5.08"
before_install:
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
install:
- cpanm --quiet --notest --installdeps .
script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -l t
- cover
after_success:
- cover -report coveralls
| language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.12"
- "5.10"
- "5.8"
before_install:
- cpanm --quiet --notest Devel::Cover::Report::Coveralls
install:
- cpanm --quiet --notest --installdeps .
script:
- PERL5OPT=-MDevel::Cover=-coverage,statement,branch,condition,path,subroutine prove -l t
- cover
after_success:
- cover -report coveralls
|
Add graphviz to CI dependecies | language: ruby
rvm:
- 2.2.5
- 2.3.0
- 2.3.1
- jruby
| before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgraphviz-dev graphviz
language: ruby
rvm:
- 2.2.5
- 2.3.0
- 2.3.1
- jruby
|
Add Ruby 2.2 to Travis CI, drop Ruby 1.9. | rvm:
- 2.1.0
- 2.0.0
- 1.9.3
gemfile:
- Gemfile
install: "bundle install"
script: "ruby -Itest test/test_textfile.rb"
notifications:
email:
- piers@varyonic.com
| rvm:
- 2.2.0
- 2.1.0
- 2.0.0
gemfile:
- Gemfile
install: "bundle install"
script: "ruby -Itest test/test_textfile.rb"
notifications:
email:
- piers@varyonic.com
|
Test on the latest Ruby releases in Travis | sudo: false
language: ruby
cache: bundler
branches:
only:
- master
before_install:
- gem update --system
- gem install bundler
- bundle --version
- gem --version
bundler_args: --jobs=3 --retry=3 --without changelog
script:
- bundle exec rake build
- bundle exec rake spec
matrix:
include:
- rvm: 2.4.4
- rvm: 2.5.1
- rvm: ruby-head
- rvm: 2.5.1
env:
CHEFSTYLE: 1
script: bundle exec rake style
allow_failures:
- rvm: ruby-head
notifications:
slack:
on_failure: always
on_success: change
secure: W2QBW06FQcKP8F6VrVJZjhJDZkz46meV0Zuj/AHcexYbGvB9zWE8Vb/U5h7YW5CS1U2y0hKwl1VgdOmLf+SWDZLFLZ5hYcc44VJqQl5XZlaOw4OCeUvp4aluzTl9n4qRh1DTPrvb37iZbA2uMcLlyhiv1jVS8NnNaqqh9Uy/A5A=
| sudo: false
language: ruby
cache: bundler
branches:
only:
- master
before_install:
- gem update --system
- gem install bundler
- bundle --version
- gem --version
bundler_args: --jobs=3 --retry=3 --without changelog
script:
- bundle exec rake build
- bundle exec rake spec
matrix:
include:
- rvm: 2.4.5
- rvm: 2.5.3
- rvm: ruby-head
- rvm: 2.5.3
env:
CHEFSTYLE: 1
script: bundle exec rake style
allow_failures:
- rvm: ruby-head
notifications:
slack:
on_failure: always
on_success: change
secure: W2QBW06FQcKP8F6VrVJZjhJDZkz46meV0Zuj/AHcexYbGvB9zWE8Vb/U5h7YW5CS1U2y0hKwl1VgdOmLf+SWDZLFLZ5hYcc44VJqQl5XZlaOw4OCeUvp4aluzTl9n4qRh1DTPrvb37iZbA2uMcLlyhiv1jVS8NnNaqqh9Uy/A5A=
|
Exclude fetchmail_incoming_log + fetchmail_notify_error_to_sender_test addon to prevent error in Travis related to OCA/OCB | language: python
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit
python:
- "3.6"
addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
stages:
- test
jobs:
include:
- stage: test
env:
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1"
- stage: test
env:
- TESTS=1 ODOO_REPO="OCA/OCB"
env:
global:
- VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- MQT_DEP=PIP
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git
${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
script:
- travis_run_tests
after_success:
- travis_after_tests_success
| language: python
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit
python:
- "3.6"
addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility
stages:
- linting
- test
jobs:
include:
- stage: linting
name: "pre-commit"
before_install:
install: pip install pre-commit
script: pre-commit run --all --show-diff-on-failure --verbose --color always
after_success:
- stage: test
env:
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
- stage: test
env:
- TESTS="1" ODOO_REPO="OCA/OCB"
EXCLUDE="fetchmail_incoming_log,fetchmail_notify_error_to_sender_test"
env:
global:
- VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- MQT_DEP=PIP
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git
${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
script:
- travis_run_tests
after_success:
- travis_after_tests_success
|
Add git options to Travis build. | language: objective-c
install:
- npm install -g swift-playground-builder
script:
# Generate README.playground from README.md
- make
- git add .
- git commit -m"Playground update from Travis [ci skip]"
- git push
- pushd IDZSwiftCommonCrypto
- rm -rf CommonCrypto
- ./GenerateCommonCryptoModule iphonesimulator8.0 .
- cat CommonCrypto/module.map
- pwd
- xcodebuild build -scheme IDZSwiftCommonCrypto -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.0'
# Remove testing pending solution to https://github.com/travis-ci/travis-ci/issues/2829
#- xcodebuild test -scheme IDZSwiftCommonCrypto -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.0'
- popd
| language: objective-c
install:
- npm install -g swift-playground-builder
script:
# Generate README.playground from README.md
- make
- git config --global push.default simple
- git commit -a -m"Playground update from Travis [ci skip]"
- git push
- pushd IDZSwiftCommonCrypto
- rm -rf CommonCrypto
- ./GenerateCommonCryptoModule iphonesimulator8.0 .
- cat CommonCrypto/module.map
- pwd
- xcodebuild build -scheme IDZSwiftCommonCrypto -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.0'
# Remove testing pending solution to https://github.com/travis-ci/travis-ci/issues/2829
#- xcodebuild test -scheme IDZSwiftCommonCrypto -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.0'
- popd
|
Update Ruby 2.4 version in Travis config | sudo: false
language: ruby
rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.5
- 2.6.2
| sudo: false
language: ruby
rvm:
- 2.1.10
- 2.2.10
- 2.3.8
- 2.4.6
- 2.5.5
- 2.6.2
|
Move the TZ env to the main runner | language: ruby
cache:
bundler: true
directories:
- node_modules
matrix:
fast_finish: true
include:
- rvm: 2.1
env: RUN=default
before_install: test -d node_modules || npm install
- rvm: 1.9.3
env: RUN=rspec
- rvm: 2.0.0
env: RUN="rspec mspec"
- rvm: rbx
env: RUN=rspec
- rvm: jruby
env: RUN=rspec
allow_failures:
- rvm: 1.8.7
- rvm: 1.9.3
- rvm: 2.0.0
- rvm: rbx
- rvm: jruby
env:
- TZ="/usr/share/zoneinfo/Pacific/Fiji"
before_install:
- git submodule update --init
- npm install
script:
- "bundle exec rake $RUN"
notifications:
irc: "irc.freenode.org#opal"
webhooks:
urls:
- https://webhooks.gitter.im/e/2ea12333adebda0c2289
| language: ruby
cache:
bundler: true
directories:
- node_modules
matrix:
fast_finish: true
include:
- rvm: 2.1
env: RUN=default TZ="/usr/share/zoneinfo/Pacific/Fiji"
before_install: test -d node_modules || npm install
- rvm: 1.9.3
env: RUN=rspec
- rvm: 2.0.0
env: RUN="rspec mspec"
- rvm: rbx
env: RUN=rspec
- rvm: jruby
env: RUN=rspec
allow_failures:
- rvm: 1.8.7
- rvm: 1.9.3
- rvm: 2.0.0
- rvm: rbx
- rvm: jruby
before_install:
- git submodule update --init
- npm install
script:
- "bundle exec rake $RUN"
notifications:
irc: "irc.freenode.org#opal"
webhooks:
urls:
- https://webhooks.gitter.im/e/2ea12333adebda0c2289
|
Test Ruby 2.1.1 on Travis | language: ruby
after_script:
- cane
- yard stats --list-undoc
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- ruby-head
- rbx
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
notifications:
email:
on_success: always
on_failure: always
| language: ruby
after_script:
- cane
- yard stats --list-undoc
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- ruby-head
- rbx
matrix:
allow_failures:
- rvm: ruby-head
- rvm: rbx
notifications:
email:
on_success: always
on_failure: always
|
Use matrix approach for different build environments. | language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install -U coveralls appveyor-artifacts mock
# command to run tests
script:
nosetests --with-coverage --cover-package=asciimatics
after_success:
- mv .coverage .coverage.travis
- appveyor-artifacts download
- python coverage_fix.py */.coverage
- coverage combine .coverage.travis */.coverage
- coveralls
| ---
sudo: false
language: python
matrix:
fast_finish: true
include:
- env: BUILD=test
python: '2.7'
- env: BUILD=test
python: '3.3'
- env: BUILD=test
python: '3.4'
- env: BUILD=test
python: '3.5'
- env: BUILD=test
python: '3.6'
- env: BUILD=test
python: 'pypy'
- env: BUILD=docs
python: '3.6'
install:
- pip install -r requirements/dev.txt
script:
- |
set -ex
case "$BUILD" in
test)
nosetests --with-coverage --cover-package=asciimatics
;;
docs)
cd doc && cp source/conf_orig.py source/conf.py && ./build.sh
;;
esac
set +ex
after_success:
- |
set -ex
case "$BUILD" in
test)
mv .coverage .coverage.travis
appveyor-artifacts download
python coverage_fix.py */.coverage
coverage combine .coverage.travis */.coverage
coveralls
;;
esac
set +ex
|
Use Xcode 8.3 on Travis CI | os: osx
osx_image: xcode8.0
language: cpp
compiler:
- clang
install:
- git submodule update --init --depth 1
script:
- xcodebuild -project build/PomdogTest.xcodeproj clean
- xcodebuild -project build/PomdogTest.xcodeproj
- xcodebuild -project examples/QuickStart/Builds/QuickStart.xcodeproj clean
- xcodebuild -project examples/QuickStart/Builds/QuickStart.xcodeproj
- build/build/Release/PomdogUnitTest
notifications:
email: false
| os: osx
osx_image: xcode8.3
language: cpp
compiler:
- clang
install:
- git submodule update --init --depth 1
script:
- xcodebuild -project build/PomdogTest.xcodeproj clean
- xcodebuild -project build/PomdogTest.xcodeproj
- xcodebuild -project examples/QuickStart/Builds/QuickStart.xcodeproj clean
- xcodebuild -project examples/QuickStart/Builds/QuickStart.xcodeproj
- build/build/Release/PomdogUnitTest
notifications:
email: false
|
Test Ruby 3 + Rails 6.1 | language: ruby
sudo: false
cache: bundler
services:
- postgresql
jdk:
- openjdk11
rvm:
- ruby-2.7
- ruby-2.6
- ruby-2.5
- jruby
gemfile:
- gemfiles/ar60.gemfile
- gemfiles/ar52.gemfile
- gemfiles/ar51.gemfile
env:
global:
- JRUBY_OPTS="--dev --debug"
matrix:
- ADAPTER="postgresql"
- ADAPTER="sqlite3"
matrix:
allow_failures:
- rvm: jruby
env: ADAPTER="sqlite3"
- rvm: ruby-2.7
| language: ruby
sudo: false
cache: bundler
services:
- postgresql
jdk:
- openjdk11
rvm:
- ruby-3.0
- ruby-2.7
- ruby-2.6
- ruby-2.5
- jruby
gemfile:
- gemfiles/ar61.gemfile
- gemfiles/ar60.gemfile
- gemfiles/ar52.gemfile
- gemfiles/ar51.gemfile
env:
global:
- JRUBY_OPTS="--dev --debug"
matrix:
- ADAPTER="postgresql"
- ADAPTER="sqlite3"
matrix:
allow_failures:
- rvm: jruby
env: ADAPTER="sqlite3"
- rvm: ruby-2.7
|
Build triggered on push to master | name: Build
on:
push:
branches:
- release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: ${{ secrets.DOCKER_REGISTRY }}
tag_with_ref: true
repository: bshishov/cognitive | name: Build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: ${{ secrets.DOCKER_REGISTRY }}
tag_with_ref: true
repository: bshishov/cognitive |
Change vagrant box to vanilla centos/7. | ---
- name: vps.dev
description: Personal VPS
box: puppetlabs/centos-6.6-64-nocm
box_version: 1.0.2
cpus: 2
cpu_execution_cap: 75
ram: 1024
public_network:
bridge: "en0: Wi-Fi (AirPort)"
ip: 192.168.2.101
| ---
- name: vps.dev
description: Personal VPS
box: centos/7
box_version: "1509.01"
cpus: 2
cpu_execution_cap: 75
ram: 1024
public_network:
bridge: "en0: Wi-Fi (AirPort)"
ip: 192.168.2.101
|
Use update in Travis CI | language: php
env:
global:
- XDEBUG_MODE=coverage
matrix:
include:
- php: 7.2
env: PHPUNIT_VERSION=8
- php: 7.4
env: PHPUNIT_VERSION=9
- php: 8.0
env: PHPUNIT_VERSION=9
- php: 8.1
env: PHPUNIT_VERSION=9
sudo: false
before_install:
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then composer self-update --1; fi
install:
- if [ -e phpstan.phpunit${PHPUNIT_VERSION}.neon ]; then cp phpstan.phpunit${PHPUNIT_VERSION}.neon phpstan.neon; fi
- composer require phpunit/phpunit:^${PHPUNIT_VERSION}.0 --update-no-dev --no-interaction --prefer-dist --no-progress --no-suggest --update-with-all-dependencies
- travis_retry composer install --dev --no-interaction --prefer-dist
script:
- composer style:check
- composer test:static
- if [ "$PHPUNIT_VERSION" == "8" ]; then composer test:default -- --coverage-clover=coverage.xml; fi
- if [ "$PHPUNIT_VERSION" == "9" ]; then composer test:phpunit9 -- --coverage-clover=coverage.xml; fi
after_success:
- bash <(curl -s https://codecov.io/bash)
| language: php
env:
global:
- XDEBUG_MODE=coverage
matrix:
include:
- php: 7.2
env: PHPUNIT_VERSION=8
- php: 7.4
env: PHPUNIT_VERSION=9
- php: 8.0
env: PHPUNIT_VERSION=9
- php: 8.1
env: PHPUNIT_VERSION=9
sudo: false
before_install:
- if [ "$TRAVIS_PHP_VERSION" == "7.2" ]; then composer self-update --1; fi
install:
- if [ -e phpstan.phpunit${PHPUNIT_VERSION}.neon ]; then cp phpstan.phpunit${PHPUNIT_VERSION}.neon phpstan.neon; fi
- composer require phpunit/phpunit:^${PHPUNIT_VERSION}.0 --update-no-dev --no-interaction --prefer-dist --no-progress --no-suggest --update-with-all-dependencies
- travis_retry composer update --no-interaction --prefer-dist
script:
- composer style:check
- composer test:static
- if [ "$PHPUNIT_VERSION" == "8" ]; then composer test:default -- --coverage-clover=coverage.xml; fi
- if [ "$PHPUNIT_VERSION" == "9" ]; then composer test:phpunit9 -- --coverage-clover=coverage.xml; fi
after_success:
- bash <(curl -s https://codecov.io/bash)
|
Disable xdebug in Travis CI | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install --dev
script: phpunit -c phpunit.xml.dist
notifications:
email:
- info@endroid.nl
| language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
matrix:
fast_finish: true
before_install:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
- composer self-update && composer install --no-interaction
script:
- phpunit
notifications:
email:
- info@endroid.nl |
Add Perl 6 v 2017.05 | language: perl6
perl6:
- latest
- '2017.04'
install:
- git clone https://github.com/WizardMac/ReadStat.git
- cd ReadStat
- ./autogen.sh
- ./configure
- make
- sudo cp .libs/*.* /usr/lib
- iconv -l
- cd ..
| language: perl6
perl6:
- latest
- '2017.05'
- '2017.04'
install:
- git clone https://github.com/WizardMac/ReadStat.git
- cd ReadStat
- ./autogen.sh
- ./configure
- make
- sudo cp .libs/*.* /usr/lib
- cd ..
|
Remove gulp from Travis build | dist: trusty
sudo: required
addons:
chrome: stable
language: node_js
node_js:
- "8"
- "10"
before_install:
- npm install --global gulp
| dist: trusty
sudo: required
addons:
chrome: stable
language: node_js
node_js:
- "8"
- "10"
|
Remove universal flag from release job | sudo: false
matrix:
fast_finish: true
include:
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- os: linux
python: 3.8
env: TOXENV=py38
- os: linux
dist: xenial
python: 3.7
env: TOXENV=py37
sudo: true
- python: "3.6"
env: TOXENV=cover
- python: "3.6"
env: TOXENV=pep8
- python: "3.6"
env: TOXENV=docs
- if: tag IS present
python: "3.6"
env:
- TWINE_USERNAME=stestr-release
install: pip install -U twine
script:
- python3 setup.py sdist bdist_wheel --universal
- twine upload dist/stestr*
cache:
directories:
- $HOME/.cache/pip
install: pip install -U tox coveralls
language: python
script:
- tox
after_success: .travis/coveralls.sh
notifications:
email: false
| sudo: false
matrix:
fast_finish: true
include:
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- os: linux
python: 3.8
env: TOXENV=py38
- os: linux
dist: xenial
python: 3.7
env: TOXENV=py37
sudo: true
- python: "3.6"
env: TOXENV=cover
- python: "3.6"
env: TOXENV=pep8
- python: "3.6"
env: TOXENV=docs
- if: tag IS present
python: "3.6"
env:
- TWINE_USERNAME=stestr-release
install: pip install -U twine
script:
- python3 setup.py sdist bdist_wheel
- twine upload dist/stestr*
cache:
directories:
- $HOME/.cache/pip
install: pip install -U tox coveralls
language: python
script:
- tox
after_success: .travis/coveralls.sh
notifications:
email: false
|
Add Pull Request specific built script | language: java
branches:
only:
- master
jdk:
- oraclejdk8
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
script: "mvn deploy --settings target/travis/settings.xml -Dsettings.security=target/travis/settings-security.xml -Dmaven.javadoc.skip=true"
after_success:
- mvn cobertura:cobertura coveralls:cobertura
- bash <(curl -s https://codecov.io/bash)
| language: java
branches:
only:
- master
jdk:
- oraclejdk8
before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
script:
- >
if [ "$TRAVIS_PULL_REQUEST" != "false" ];
then mvn verify --settings target/travis/settings.xml -Dsettings.security=target/travis/settings-security.xml -Dmaven.javadoc.skip=true;
fi
- >
if [ "$TRAVIS_PULL_REQUEST" = "false" ];
then mvn deploy --settings target/travis/settings.xml -Dsettings.security=target/travis/settings-security.xml -Dmaven.javadoc.skip=true;
fi
after_success:
- mvn cobertura:cobertura coveralls:cobertura
- bash <(curl -s https://codecov.io/bash)
|
Remove jruby, it reports java as platform :/ | script:
- bundle
- bundle exec rspec
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-19mode
- jruby-19mode
notifications:
email:
on_success: always
on_failure: always
| script:
- bundle
- bundle exec rspec
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-19mode
notifications:
email:
on_success: always
on_failure: always
|
Add port to Travis IRC notification config | language: python
python:
- 2.6
- 2.7
- pypy
install:
- python setup.py develop
- pip install Attest
script:
- python -mattest.run plastictests.tests
notifications:
irc:
channels:
- "irc.ozinger.org#hongminhee"
on_success: change
on_failure: always
| language: python
python:
- 2.6
- 2.7
- pypy
install:
- python setup.py develop
- pip install Attest
script:
- python -mattest.run plastictests.tests
notifications:
irc:
channels:
- "irc.ozinger.org:8080#hongminhee"
on_success: change
on_failure: always
|
Stop Travis from building the webpack branch | language: node_js
node_js:
- '8'
sudo: false
install:
- npm install
jobs:
include:
- stage: Test
script: npm run test
- stage: Webpack Release
script: npm run webpack
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: out
target_branch: webpack
name: Travis Deploy Bot
on:
branch: master | language: node_js
node_js:
- '8'
sudo: false
install:
- npm install
jobs:
include:
- stage: Test
script: npm run test
- stage: Webpack Release
script: npm run webpack
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: out
target_branch: webpack
name: Travis Deploy Bot
on:
branch: master
branches:
except:
- webpack
|
Remove Python 2.5 from Travis builds since it fails | language: python
services:
- memcached
python:
- 2.5
- 2.6
- 2.7
install: python setup.py install
before_script:
- pip install nose
script: python bin/runtests.py
| language: python
services:
- memcached
python:
- 2.6
- 2.7
install: python setup.py install
before_script:
- pip install nose
script: python bin/runtests.py
|
Throw rubies at the wall, see what sticks | rvm:
- 1.9.3
gemfile:
- test/gemfiles/Gemfile.rails-3.0.x
- test/gemfiles/Gemfile.rails-3.2.x
- test/gemfiles/Gemfile.rails-edge
notifications:
email: false
| rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
- ree
- ruby-head
gemfile:
- test/gemfiles/Gemfile.rails-3.0.x
- test/gemfiles/Gemfile.rails-3.2.x
- test/gemfiles/Gemfile.rails-edge
notifications:
email: false
|
Add RabbitMQ as a service we require | language: go
go:
- 1.1
- 1.2
services:
- redis-server
install: go get -v ./...
script: go test -v ./...
| language: go
go:
- 1.1
- 1.2
services:
- rabbitmq
- redis-server
install: go get -v ./...
script: go test -v ./...
|
Update Travis: use Symfony 2.0.10 | language: php
php:
- 5.3
- 5.4
env:
- SYMFONY_VERSION=v2.0.9
- SYMFONY_VERSION=origin/2.0
- SYMFONY_VERSION=origin/master
before_script: php vendor/vendors.php
script: phpunit --coverage-text | language: php
php:
- 5.3
- 5.4
env:
- SYMFONY_VERSION=v2.0.10
- SYMFONY_VERSION=origin/2.0
- SYMFONY_VERSION=origin/master
before_script: php vendor/vendors.php
script: phpunit --coverage-text |
Enable fast finish in Travis | language: ruby
bundler_args: --without development
script: bundle exec rake spec SPEC_OPTS='--format documentation'
after_success:
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-release
- .forge-release/publish
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.2.0"
global:
- PUBLISHER_LOGIN=puppetlabs
- secure: jY81Y/csdcDjjXRzX9VA3fbb5db+/KraLRPErHjYANO15DZjh3b9tBwo/ybLCLCGJE8ej1yXzTxs1dJhokySQL12m1VW1i8dM26kMc4x+wOnIFKny7VB78Tcbp8RV1iV1kWN3UcuAbQ5hvMrI3rzoWkD22zF0k3nFEcv1kpix1w=
matrix:
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 2.7.0"
notifications:
email: false
| ---
language: ruby
bundler_args: --without development
script: bundle exec rake spec SPEC_OPTS='--format documentation'
after_success:
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-release
- .forge-release/publish
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
env:
matrix:
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.2.0"
global:
- PUBLISHER_LOGIN=puppetlabs
- secure: jY81Y/csdcDjjXRzX9VA3fbb5db+/KraLRPErHjYANO15DZjh3b9tBwo/ybLCLCGJE8ej1yXzTxs1dJhokySQL12m1VW1i8dM26kMc4x+wOnIFKny7VB78Tcbp8RV1iV1kWN3UcuAbQ5hvMrI3rzoWkD22zF0k3nFEcv1kpix1w=
matrix:
fast_finish: true
exclude:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 2.7.0"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 2.7.0"
notifications:
email: false
|
Remove cache - having troubles updating nikic/php-parser due to permissions on binary | language: php
matrix:
include:
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
- php: 7.0
env: SYMFONY_VERSION='2.7.*'
- php: 7.0
env: SYMFONY_VERSION='2.8.*'
- php: 7.0
env: SYMFONY_VERSION='3.0.*'
- php: hhvm
allow_failures:
- php: hhvm
cache:
directories:
- vendor
- $HOME/.composer/cache/files
before_install:
- composer self-update
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
install:
- composer update $COMPOSER_FLAGS --prefer-source --optimize-autoloader
before_script:
- mkdir -p build/logs
script:
- ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
- ./vendor/bin/phpcs --standard=PSR2 ./src/
- ./vendor/bin/phpcs --standard=PSR2 ./test/
after_script:
- bash <(curl -s https://codecov.io/bash)
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml
| language: php
matrix:
include:
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
- php: 7.0
env: SYMFONY_VERSION='2.7.*'
- php: 7.0
env: SYMFONY_VERSION='2.8.*'
- php: 7.0
env: SYMFONY_VERSION='3.0.*'
- php: hhvm
allow_failures:
- php: hhvm
before_install:
- composer self-update
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
install:
- composer update $COMPOSER_FLAGS --prefer-source --optimize-autoloader
before_script:
- mkdir -p build/logs
script:
- ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
- ./vendor/bin/phpcs --standard=PSR2 ./src/
- ./vendor/bin/phpcs --standard=PSR2 ./test/
after_script:
- bash <(curl -s https://codecov.io/bash)
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml
|
Test on new Ruby versions. | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby
- rbx-2
before_install:
- gem install bundler
script:
- rake spec
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- jruby
before_install:
- gem install bundler
script:
- rake spec
|
Remove apt cache as it does not work | sudo: required
dist: trusty
language: node_js
node_js:
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "5.2"
- "5.3"
- "5.4"
- "5.5"
- node
cache: apt
before_install: sudo apt-get update && sudo apt-get install lcov -y
before_script: npm install -g coveralls node-gyp
after_success:
- npm run benchmark
- node-gyp --debug rebuild
- npm test -- --coverage --coverage-report=lcov
- lcov -c -d . --no-external -o lcov-cpp.info
- lcov -r lcov-cpp.info "*/node_modules/*" -o lcov-cpp.info
- lcov -a lcov-cpp.info -a coverage/lcov.info -o lcov.info
- coveralls < lcov.info
| sudo: required
dist: trusty
language: node_js
node_js:
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "5.2"
- "5.3"
- "5.4"
- "5.5"
- node
before_install: sudo apt-get update && sudo apt-get install lcov -y
before_script: npm install -g coveralls node-gyp
after_success:
- npm run benchmark
- node-gyp --debug rebuild
- npm test -- --coverage --coverage-report=lcov
- lcov -c -d . --no-external -o lcov-cpp.info
- lcov -r lcov-cpp.info "*/node_modules/*" -o lcov-cpp.info
- lcov -a lcov-cpp.info -a coverage/lcov.info -o lcov.info
- coveralls < lcov.info
|
Update Travis file to use container-based infrastructure | language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
script: go build
| sudo: false
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
script: go build
|
Support ARM, which also means raspberry pi! | language: go
go:
- 1.4
sudo: false
env:
- GIMME_OS=linux GIMME_ARCH=amd64
- GIMME_OS=darwin GIMME_ARCH=amd64
- GIMME_OS=windows GIMME_ARCH=amd64
install:
- go get -d -v ./...
script:
- go build -v ./...
before_deploy:
- "./script/prep-travis-release.sh"
- cd build
deploy:
provider: cloudfiles
username: rackcli.trythingsout
region: IAD
api-key:
secure: FLdkVNKnCcntd/bJlbzPuPyw/scLPfFYk7+FJ1SqoLRqeZEdnBvoHvDj0YEb2AFs7JVlbvHRCD8en9XhYPhZZuzAfSoSicp3LXAoGYMBrPD5d2sChOJXcELr8Q6+CQ4g0gN4dNJ0tsRa9Hi+ZlQs0MWX1vOP73WuXzwrXW2Vi2A=
container: rackclibuilds
skip_cleanup: true
on:
all_branches: true
| language: go
go:
- 1.4
sudo: false
env:
- GIMME_OS=linux GIMME_ARCH=amd64
- GIMME_OS=darwin GIMME_ARCH=amd64
- GIMME_OS=windows GIMME_ARCH=amd64
- GIMME_OS=linux GIMME_ARCH=arm
install:
- go get -d -v ./...
script:
- go build -v ./...
before_deploy:
- "./script/prep-travis-release.sh"
- cd build
deploy:
provider: cloudfiles
username: rackcli.trythingsout
region: IAD
api-key:
secure: FLdkVNKnCcntd/bJlbzPuPyw/scLPfFYk7+FJ1SqoLRqeZEdnBvoHvDj0YEb2AFs7JVlbvHRCD8en9XhYPhZZuzAfSoSicp3LXAoGYMBrPD5d2sChOJXcELr8Q6+CQ4g0gN4dNJ0tsRa9Hi+ZlQs0MWX1vOP73WuXzwrXW2Vi2A=
container: rackclibuilds
skip_cleanup: true
on:
all_branches: true
|
Update Travis file for Django 2.0 | language: python
python:
- "3.4"
- "3.5"
- "3.6"
# Needed to install python 3.5 for reasons which escape me:
addons:
apt:
sources:
- deadsnakes
packages:
- python3.5
# This, with tox-travis, and our tox.ini, will test on these Django versions
# across all our specified python versions:
env:
- DJANGO=1.10
- DJANGO=1.11
matrix:
include:
# This will also run the coverage test only on this python version:
- python: "3.6"
env: TOXENV="coverage"
# command to install dependencies
install:
- pip install tox tox-travis coverage coveralls
# command to run tests
script:
- tox
after_success:
- coveralls
# containers
sudo: false
| language: python
python:
- "3.4"
- "3.5"
- "3.6"
# Needed to install python 3.5 for reasons which escape me:
addons:
apt:
sources:
- deadsnakes
packages:
- python3.5
# This, with tox-travis, and our tox.ini, will test on these Django versions
# across all our specified python versions:
env:
- DJANGO=1.11
- DJANGO=2.0
matrix:
include:
# This will also run the coverage test only on this python version:
- python: "3.6"
env: TOXENV="coverage"
# command to install dependencies
install:
- pip install tox tox-travis coverage coveralls
# command to run tests
script:
- tox
after_success:
- coveralls
# containers
sudo: false
|
Test Chef 12 using Docker on Travis | language: ruby
script: bundle exec rake test
sudo: false
cache:
- bundler
rvm:
- 2.1
matrix:
fast_finish: true
include:
- rvm: 1.9
gemfile: gemfiles/chef-11/Gemfile
script: bundle exec rspec spec
| language: ruby
script: bundle exec rake test
sudo: false
cache:
- bundler
rvm:
- 2.1
matrix:
fast_finish: true
include:
- rvm: 1.9
gemfile: gemfiles/chef-11/Gemfile
script: bundle exec rspec spec
- rvm: 2.1
sudo: required
services:
- docker
env: CHEF_VERSION=12 KITCHEN_YAML=.kitchen.docker.yml
script: bundle exec kitchen test --destroy=always
install: travis_wait bundle install --jobs=3 --retry=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
|
Add tests execution to Travis CI | language: java
install: ""
script: mvn clean package | language: java
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install: "" # Prevent Travis's default of: mvn install -DskipTests=true
script: mvn clean integration-test |
Add required dependency of emulator for Travis | sudo: false
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_TARGET=android-26
- ANDROID_BUILD_TOOLS_VERSION=26.0.0
- ANDROID_ABI=armeabi-v7a
android:
components:
- tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- $ANDROID_TARGET
- extra-google-google_play_services
- extra-android-support
- extra
- sys-img-$ANDROID_ABI-android-22
licenses:
- 'android-sdk-license-.+'
before_install:
- echo yes | android update sdk --all --filter build-tools-$ANDROID_BUILD_TOOLS_VERSION --no-ui --force
before_script:
- echo no | android create avd --force -n test -t android-22 --abi $ANDROID_ABI
- emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew clean check :demo:connectedAndroidTest | sudo: false
language: android
jdk: oraclejdk8
env:
global:
- ANDROID_TARGET=android-26
- ANDROID_BUILD_TOOLS_VERSION=26.0.0
- ANDROID_ABI=armeabi-v7a
- ANDROID_EMULATOR_TARGET=android-22
android:
components:
- tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- $ANDROID_TARGET
- $ANDROID_EMULATOR_TARGET
- extra-google-google_play_services
- extra-android-support
- extra
- sys-img-$ANDROID_ABI-$ANDROID_EMULATOR_TARGET
licenses:
- 'android-sdk-license-.+'
before_install:
- echo yes | android update sdk --all --filter build-tools-$ANDROID_BUILD_TOOLS_VERSION --no-ui --force
before_script:
- echo no | android create avd --force -n test -t $ANDROID_EMULATOR_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
script:
- ./gradlew clean check :demo:connectedAndroidTest |
Use the new build environment. | language: ruby
cache: bundler
rvm:
- 2.1
- 2.0
- 1.9.3
before_script: bundle update
script: script/cibuild
notifications:
irc:
on_success: change
on_failure: change
channels:
- irc.freenode.org#jekyll
template:
- '%{repository}#%{build_number} (%{branch}) %{message} %{build_url}'
email:
on_success: never
on_failure: never
| language: ruby
cache: bundler
sudo: false
rvm:
- 2.1
- 2.0
- 1.9.3
before_script: bundle update
script: script/cibuild
notifications:
irc:
on_success: change
on_failure: change
channels:
- irc.freenode.org#jekyll
template:
- '%{repository}#%{build_number} (%{branch}) %{message} %{build_url}'
email:
on_success: never
on_failure: never
|
Add support for PHP 7.3 | language: php
php:
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- vendor/bin/phpstan analyse --level=max src tests
jobs:
include:
- stage: coverage
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
- bash <(curl -s https://codecov.io/bash)
git:
depth: 5
group: travis_latest
| language: php
php:
- 7.1
- 7.2
- 7.3
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- vendor/bin/phpstan analyse --level=max src tests
jobs:
include:
- stage: coverage
script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
- bash <(curl -s https://codecov.io/bash)
git:
depth: 5
group: travis_latest
|
Fix Travis CI build setup | language: java
script: mvn clean install
jdk:
- oraclejdk7
- openjdk7
notifications:
email:
recipients:
- antonin.stefanutti@gmail.com
after_success:
- mvn verify -Ptravis,with-lib
- mvn jacoco:report -Ptravis
- mvn -N coveralls:jacoco -Ptravis | language: java
script: mvn clean verify -Pwith-lib,travis
jdk:
- oraclejdk7
- openjdk7
notifications:
email:
recipients:
- antonin.stefanutti@gmail.com
after_success:
- mvn jacoco:report
- mvn -N coveralls:jacoco |
Install node dependencies on Travis | before_install:
- "sudo pip install -r requirements.txt"
- "git clone --depth=50 https://github.com/jsdoc3/jsdoc build/jsdoc"
- "cd build/jsdoc"
- "git fetch origin refs/tags/v3.2.2:refs/tags/v3.2.2"
- "git checkout tags/v3.2.2"
- "cd ../.."
before_script:
- "./build.py plovr"
- "./build.py serve-integration-test &"
- "rm src/ol/renderer/webgl/*shader.js"
- "sleep 3"
script: "./build.py JSDOC=build/jsdoc/jsdoc integration-test"
| before_install:
- "sudo pip install -r requirements.txt"
- "git clone --depth=50 https://github.com/jsdoc3/jsdoc build/jsdoc"
- "cd build/jsdoc"
- "git fetch origin refs/tags/v3.2.2:refs/tags/v3.2.2"
- "git checkout tags/v3.2.2"
- "cd ../.."
- "npm install"
before_script:
- "./build.py plovr"
- "./build.py serve-integration-test &"
- "rm src/ol/renderer/webgl/*shader.js"
- "sleep 3"
script: "./build.py JSDOC=build/jsdoc/jsdoc integration-test"
|
Test both gcc and clang compilers in Travis | os:
- linux
addons:
apt:
sources:
- kubuntu-backports
packages:
- cmake
language: c
install:
# powercap dependency
- git clone git@github.com:powercap/powercap.git
- cd powercap
- mkdir _build
- cd _build
- cmake -DCMAKE_INSTALL_PREFIX=_install ..
- make
- make install
- cd ../..
# libmsr dependency (force version 0.3.0) (force Ivy Bridge architecture)
- git clone git@github.com:LLNL/libmsr.git libmsr_src
- cd libmsr_src
- git checkout v0.3.0
- ./install.sh _install -f3E
- cd ..
script:
- mkdir _build
- cd _build
- PKG_CONFIG_PATH="../powercap/_build/_install/lib/pkgconfig" cmake -DCMAKE_PREFIX_PATH="`pwd`/../libmsr_src/_install/" ..
- make
| os:
- linux
addons:
apt:
sources:
- kubuntu-backports
packages:
- cmake
language: c
compiler:
- gcc
- clang
install:
# powercap dependency
- git clone git@github.com:powercap/powercap.git
- cd powercap
- mkdir _build
- cd _build
- cmake -DCMAKE_INSTALL_PREFIX=_install ..
- make
- make install
- cd ../..
# libmsr dependency (force version 0.3.0) (force Ivy Bridge architecture)
- git clone git@github.com:LLNL/libmsr.git libmsr_src
- cd libmsr_src
- git checkout v0.3.0
# libmsr only claims to support gcc, so don't let it build with clang
- CC=gcc ./install.sh _install -f3E
- cd ..
script:
- mkdir _build
- cd _build
- PKG_CONFIG_PATH="../powercap/_build/_install/lib/pkgconfig" cmake -DCMAKE_PREFIX_PATH="`pwd`/../libmsr_src/_install/" ..
- make
|
Remove .NET Core SDK install | sudo: required
dist: xenial
dotnet: 2.2
language: csharp
mono: none
os:
- linux
- osx
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- NUGET_XMLDOC_MODE=skip
branches:
only:
- master
cache:
directories:
- /home/travis/.nuget/packages
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
script:
- ./build.sh
| sudo: required
dist: xenial
os:
- linux
- osx
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- NUGET_XMLDOC_MODE=skip
branches:
only:
- master
cache:
directories:
- /home/travis/.nuget/packages
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
script:
- ./build.sh
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.