commit
stringlengths 40
40
| old_file
stringlengths 4
237
| new_file
stringlengths 4
237
| old_contents
stringlengths 1
4.24k
| new_contents
stringlengths 1
4.87k
| subject
stringlengths 15
778
| message
stringlengths 15
8.75k
| lang
stringclasses 266
values | license
stringclasses 13
values | repos
stringlengths 5
127k
|
---|---|---|---|---|---|---|---|---|---|
0a2091fd2fec6ca65fff8576d29629ce0aa7a0f4
|
_data/blogs.yml
|
_data/blogs.yml
|
# Blogs
-
url: http://www.r-bloggers.com/
name: R-Bloggers
-
url: http://www.today-is-a-good-day.de/
name: Today is a good day
|
# Blogs
-
url: http://www.r-bloggers.com/
name: R-Bloggers
-
url: http://www.today-is-a-good-day.de/
name: Today is a good day
-
url: http://www.magesblog.com/
name: mages' blog
|
Update blog.yml, added mages blog
|
Update blog.yml, added mages blog
|
YAML
|
mit
|
today-is-a-good-day/quiri.github.io,Quiri/quiri.github.io,safferli/quiri.github.io,safferli/quiri.github.io,today-is-a-good-day/quiri.github.io,Quiri/quiri.github.io,yukiegosapporo/quiri.github.io,safferli/quiri.github.io,yukiegosapporo/quiri.github.io,Quiri/quiri.github.io,today-is-a-good-day/quiri.github.io,today-is-a-good-day/quiri.github.io,yukiegosapporo/quiri.github.io,Quiri/quiri.github.io,yukiegosapporo/quiri.github.io,Quiri/quiri.github.io,today-is-a-good-day/quiri.github.io,safferli/quiri.github.io,safferli/quiri.github.io
|
8890da25d62ff56ba97474abfa1bfe3e03ebc0f6
|
packages/me/med-module.yaml
|
packages/me/med-module.yaml
|
homepage: ''
changelog-type: ''
hash: afaff722d77f21e20db6d91eec41dd150ef93bd1eb74d25a76bc6ad9437de7be
test-bench-deps: {}
maintainer: [email protected]
synopsis: Parse song module files from Amiga MED and OctaMED
changelog: ''
basic-deps:
storable-endian: ! '>=0.2.6 && <0.3'
bytestring: ! '>=0.9.2 && <0.11'
base: ! '>=4.5 && <5'
utility-ht: ! '>=0.0.12 && <0.1'
transformers: ! '>=0.3 && <0.6'
all-versions:
- '0.0'
- '0.1'
- 0.1.1
author: Claude Heiland-Allen, Henning Thielemann
latest: 0.1.1
description-type: markdown
description: ! "* unmed2: extract useful information from MED files\n\n* animed: convert
a MED module file to an animation in a PostScript file\n\n Limitations:\n\n *
Ignores the rarely used looping commands `16` and `1E` without notice.\n"
license-name: GPL-3.0-only
|
homepage: ''
changelog-type: ''
hash: bcaab0fd18fba5aab4fa921400f45c200738971fd1845ea0b8c00817167dcb15
test-bench-deps: {}
maintainer: [email protected]
synopsis: Parse song module files from Amiga MED and OctaMED
changelog: ''
basic-deps:
storable-endian: ! '>=0.2.6 && <0.3'
bytestring: ! '>=0.9.2 && <0.11'
base: ! '>=4.5 && <5'
utility-ht: ! '>=0.0.12 && <0.1'
transformers: ! '>=0.3 && <0.6'
all-versions:
- '0.0'
- '0.1'
- 0.1.1
author: Claude Heiland-Allen, Henning Thielemann
latest: 0.1.1
description-type: markdown
description: |
* unmed2: extract useful information from MED files
* animed: convert a MED module file to an animation in a PostScript file
Limitations:
* Ignores the rarely used looping commands `16` and `1E` without notice.
license-name: GPL-3.0-only
|
Update from Hackage at 2019-08-14T08:07:50Z
|
Update from Hackage at 2019-08-14T08:07:50Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
387724ae8f8e8615d1202c3e204909faa927ef03
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2
jobs:
build:
docker:
- image: ankyra/escape:latest
steps:
- checkout
- setup_remote_docker
- run:
name: Build Escape release
command: escape release
|
version: 2
jobs:
build:
docker:
- image: ankyra/escape:latest
steps:
- checkout
- setup_remote_docker
- run:
name: Install Docker client
command: |
set -x
VER="17.03.0-ce"
curl -L -o /tmp/docker-$VER.tgz https://get.docker.com/builds/Linux/x86_64/docker-$VER.tgz
tar -xz -C /tmp -f /tmp/docker-$VER.tgz
mv /tmp/docker/* /usr/bin
- run:
name: Build Escape release
command: escape release
|
Install Docker client in CircleCI build
|
Install Docker client in CircleCI build
|
YAML
|
apache-2.0
|
ankyra/escape-core,ankyra/escape-core,ankyra/escape-core
|
9fa4297f1a99ada0860d1979be4f8b9ab52dbbe3
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2.1
orbs:
haskell: haskell-works/[email protected]
github: haskell-works/[email protected]
hackage: haskell-works/[email protected]
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: GHC 8.4.4
executor: haskell/ghc-8_4_4
- haskell/build:
name: GHC 8.6.3
executor: haskell/ghc-8_6_3
- github/release-cabal:
name: GitHub Release
requires:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.3
checkout: true
filters:
branches:
only: master
- hackage/upload:
publish: true
requires:
- GitHub Release
username: ${HACKAGE_USER}
password: ${HACKAGE_PASS}
|
version: 2.1
orbs:
haskell: haskell-works/[email protected]
github: haskell-works/[email protected]
hackage: haskell-works/[email protected]
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: GHC 8.4.4
executor: haskell/ghc-8_4_4
- haskell/build:
name: GHC 8.6.3
executor: haskell/ghc-8_6_3
- github/release-cabal:
name: GitHub Release
requires:
- GHC 8.2.2
- GHC 8.4.4
- GHC 8.6.3
checkout: true
filters:
branches:
only: master
- hackage/upload:
publish: true
requires:
- GitHub Release
username: ${HACKAGE_USER}
password: ${HACKAGE_PASS}
|
Upgrade circleci to use haskell/build 1.6.0
|
Upgrade circleci to use haskell/build 1.6.0
|
YAML
|
bsd-3-clause
|
haskell-works/hw-bits
|
914e799d2b08d790f5d04d1c46928586b3a41250
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2.0
jobs:
rtems:
docker:
- image: sergiusthebest/rtems-arm-rasberrypi-ci:latest
steps:
- checkout
- run: cmake -H. -Bbuild -DCMAKE_TOOLCHAIN_FILE=$CMAKE_TOOLCHAIN_FILE && cd build && make -j
platformio:
docker:
- image: sergiusthebest/platformio-ci:latest
steps:
- checkout
- run: pio run -d samples/Arduino
workflows:
version: 2
workflow:
jobs:
- rtems
- platformio
|
version: 2.0
jobs:
rtems:
docker:
- image: sergiusthebest/rtems-arm-rasberrypi-ci:latest
steps:
- checkout
- run: cmake -H. -Bbuild -DCMAKE_TOOLCHAIN_FILE=$CMAKE_TOOLCHAIN_FILE && cd build && make -j
platformio:
docker:
- image: sergiusthebest/platformio-ci:latest
steps:
- checkout
- run: pio run -d samples/Arduino
android-ndk:
docker:
- image: sergiusthebest/android-ndk-ci:latest
steps:
- checkout
- run: cmake -H. -Bbuild -DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=android-30 -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_HOME/build/cmake/android.toolchain.cmake && cd build && make -j
workflows:
version: 2
workflow:
jobs:
- rtems
- platformio
- android-ndk
|
Add Android NDK ci build
|
Add Android NDK ci build
|
YAML
|
mit
|
SergiusTheBest/plog,SergiusTheBest/plog
|
4f527ebc74fadc995bf0096bb264df02c0e1bbcd
|
packages/pr/prim-array.yaml
|
packages/pr/prim-array.yaml
|
homepage: https://github.com/andrewthad/prim-array#readme
changelog-type: ''
hash: b8d8a735fc2351cdb8a57c86ec76dc58177a05bd799d077d86689cf0bef06aa9
test-bench-deps: {}
maintainer: [email protected]
synopsis: Primitive byte array with type variable
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
ghc-prim: ! '>=0.5 && <0.6'
primitive: ! '>=0.6 && <0.7'
all-versions:
- '0.1'
- '0.2'
author: Andrew Martin
latest: '0.2'
description-type: markdown
description: ! '# prim-array
'
license-name: BSD3
|
homepage: https://github.com/andrewthad/prim-array#readme
changelog-type: ''
hash: 6032b591f6dcd9a43a12d52c04730144e78d254fb8d9373b078ba37842cce5c2
test-bench-deps: {}
maintainer: [email protected]
synopsis: Primitive byte array with type variable
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
ghc-prim: ! '>=0.5 && <0.6'
primitive: ! '>=0.6 && <0.7'
all-versions:
- '0.1'
- '0.2'
- '0.2.1'
author: Andrew Martin
latest: '0.2.1'
description-type: markdown
description: ! '# prim-array
'
license-name: BSD3
|
Update from Hackage at 2017-08-10T20:14:28Z
|
Update from Hackage at 2017-08-10T20:14:28Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
4a010837a57e12cc43ed354672f5794392f260d3
|
metadata/com.cohenchris.weeklybudget.yml
|
metadata/com.cohenchris.weeklybudget.yml
|
Categories:
- Money
License: GPL-3.0-only
AuthorName: cohenchris
SourceCode: https://github.com/cohenchris/WeeklyBudget/
IssueTracker: https://github.com/cohenchris/WeeklyBudget/issues
AutoName: WeeklyBudget
RepoType: git
Repo: https://github.com/cohenchris/WeeklyBudget/
Builds:
- versionName: '1.4'
versionCode: 4
commit: v1.4
subdir: app
gradle:
- yes
- versionName: '1.5'
versionCode: 5
commit: bdc3210f4cd5313b75945c2a2fdf404aad7c0f06
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.5'
CurrentVersionCode: 5
|
Categories:
- Money
License: GPL-3.0-only
AuthorName: cohenchris
SourceCode: https://github.com/cohenchris/WeeklyBudget/
IssueTracker: https://github.com/cohenchris/WeeklyBudget/issues
AutoName: WeeklyBudget
RepoType: git
Repo: https://github.com/cohenchris/WeeklyBudget/
Builds:
- versionName: '1.4'
versionCode: 4
commit: v1.4
subdir: app
gradle:
- yes
- versionName: '1.5'
versionCode: 5
commit: bdc3210f4cd5313b75945c2a2fdf404aad7c0f06
subdir: app
gradle:
- yes
- versionName: '1.6'
versionCode: 6
commit: cf25ce29e7405723a0d3ac4ab036980c931638b0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.6'
CurrentVersionCode: 6
|
Update WeeklyBudget to 1.6 (6)
|
Update WeeklyBudget to 1.6 (6)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
df952633ef806d848ea75148a7be52e6a4e7f9fe
|
ports/windows/.appveyor.yml
|
ports/windows/.appveyor.yml
|
environment:
# Python version used
MICROPY_CPYTHON3: c:/python34/python.exe
init:
# Set build version number to commit to be travis-like
- ps: Update-AppveyorBuild -Version $env:appveyor_repo_commit.substring(0,8)
configuration:
- Debug
- Release
platform:
- x86
- x64
build:
project: ports/windows/micropython.vcxproj
verbosity: normal
test_script:
- cmd: >-
cd tests
%MICROPY_CPYTHON3% run-tests
skip_tags: true
deploy: off
nuget:
disable_publish_on_pr: true
|
environment:
# Python version used
MICROPY_CPYTHON3: c:/python34/python.exe
init:
# Set build version number to commit to be travis-like
- ps: Update-AppveyorBuild -Version $env:appveyor_repo_commit.substring(0,8)
configuration:
- Debug
- Release
platform:
- x86
- x64
build:
project: ports/windows/micropython.vcxproj
verbosity: normal
test_script:
- cmd: >-
cd tests
%MICROPY_CPYTHON3% run-tests
# After the build/test phase for the MSVC build completes,
# build and test with mingw-w64, release versions only.
after_test:
- ps: |
if ($env:configuration -eq 'Debug') {
return
}
$env:MSYSTEM = if ($platform -eq 'x86') {'MINGW32'} else {'MINGW64'}
$env:CHERE_INVOKING = 'enabled_from_arguments'
cd (Join-Path $env:APPVEYOR_BUILD_FOLDER 'ports/windows')
C:\msys64\usr\bin\bash.exe -l -c "make -B -j4 V=1"
if ($LASTEXITCODE -ne 0) {
throw "$env:MSYSTEM build exited with code $LASTEXITCODE"
}
cd (Join-Path $env:APPVEYOR_BUILD_FOLDER 'tests')
& $env:MICROPY_CPYTHON3 run-tests -e math_fun -e float2int_double -e float_parse -e math_domain_special
if ($LASTEXITCODE -ne 0) {
throw "$env:MSYSTEM tests exited with code $LASTEXITCODE"
}
skip_tags: true
deploy: off
nuget:
disable_publish_on_pr: true
|
Add Appveyor CI builds for windows mingw port
|
windows: Add Appveyor CI builds for windows mingw port
Build and test 32bit and 64bit versions of the windows port using gcc
from mingw-w64. Note a bunch of tests which rely on floating point
math/printing have been disabled for now since they fail.
|
YAML
|
mit
|
selste/micropython,bvernoux/micropython,adafruit/circuitpython,pfalcon/micropython,pramasoul/micropython,swegener/micropython,kerneltask/micropython,MrSurly/micropython,kerneltask/micropython,dmazzella/micropython,ryannathans/micropython,kerneltask/micropython,MrSurly/micropython,tobbad/micropython,selste/micropython,henriknelson/micropython,ryannathans/micropython,bvernoux/micropython,swegener/micropython,pramasoul/micropython,trezor/micropython,kerneltask/micropython,pfalcon/micropython,bvernoux/micropython,tralamazza/micropython,tobbad/micropython,dmazzella/micropython,trezor/micropython,swegener/micropython,pozetroninc/micropython,henriknelson/micropython,trezor/micropython,adafruit/micropython,pfalcon/micropython,pozetroninc/micropython,henriknelson/micropython,pozetroninc/micropython,henriknelson/micropython,pozetroninc/micropython,adafruit/micropython,MrSurly/micropython,pfalcon/micropython,pfalcon/micropython,ryannathans/micropython,adafruit/circuitpython,dmazzella/micropython,adafruit/circuitpython,ryannathans/micropython,trezor/micropython,swegener/micropython,bvernoux/micropython,selste/micropython,pramasoul/micropython,pozetroninc/micropython,adafruit/circuitpython,MrSurly/micropython,pramasoul/micropython,tobbad/micropython,ryannathans/micropython,dmazzella/micropython,tralamazza/micropython,kerneltask/micropython,pramasoul/micropython,tralamazza/micropython,tobbad/micropython,tralamazza/micropython,selste/micropython,bvernoux/micropython,adafruit/micropython,adafruit/micropython,MrSurly/micropython,adafruit/micropython,selste/micropython,tobbad/micropython,swegener/micropython,trezor/micropython,henriknelson/micropython,adafruit/circuitpython,adafruit/circuitpython
|
51b7e34cdf1a196cc61e957816733453c810ef10
|
packages/da/data-as.yaml
|
packages/da/data-as.yaml
|
homepage: https://github.com/incertia/data-as
changelog-type: markdown
hash: 3ab6f1543c6cee2fec70f6950cd4ce1255d2e2e41ca1e5bd2730756bcd9e873f
test-bench-deps: {}
maintainer: [email protected]
synopsis: Simple extensible sum
changelog: |
# Revision history for data-as
## 0.0.0.1
* initial release
basic-deps:
base: '>=4.14 && <4.15'
profunctors: -any
all-versions:
- 0.0.0.1
author: Will Song
latest: 0.0.0.1
description-type: haddock
description: Simple extensible sum
license-name: MIT
|
homepage: https://github.com/incertia/data-as
changelog-type: markdown
hash: 93950151a5434e49884b3b554d06602424b30a60b9ca7f89637ee3a2ef34cb5b
test-bench-deps: {}
maintainer: [email protected]
synopsis: Simple extensible sum
changelog: |
# Revision history for data-as
## 0.0.0.1
* initial release
basic-deps:
base: <5
profunctors: -any
all-versions:
- 0.0.0.1
- 0.0.0.2
author: Will Song
latest: 0.0.0.2
description-type: haddock
description: Simple extensible sum
license-name: MIT
|
Update from Hackage at 2020-11-26T19:13:33Z
|
Update from Hackage at 2020-11-26T19:13:33Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
1ca41bc20ec0fe52f3479834fd94cccb54522358
|
recipes/hdmedians/meta.yaml
|
recipes/hdmedians/meta.yaml
|
{% set name = "hdmedians" %}
{% set version = "0.13" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 230f80e064d905c49a1941af1b7e806e2f22b3c9a90ad5c21fd17d72636ea277
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "
requirements:
build:
- {{ compiler('c') }}
host:
- cython >=0.23
- numpy
- pip
- python
- nose
run:
- cython >=0.23
- numpy
- python
- nose
test:
imports:
- hdmedians
about:
home: http://github.com/daleroberts/hdmedians
license: GPL3
license_family: GPL3
summary: High-dimensional medians
extra:
recipe-maintainers:
- ElDeveloper
|
{% set name = "hdmedians" %}
{% set version = "0.13" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 230f80e064d905c49a1941af1b7e806e2f22b3c9a90ad5c21fd17d72636ea277
build:
number: 0
skip: true # [win]
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "
requirements:
build:
- {{ compiler('c') }}
host:
- cython >=0.23
- numpy
- pip
- python
run:
- numpy
- python
- nose
test:
imports:
- hdmedians
about:
home: http://github.com/daleroberts/hdmedians
license: GPL3
license_family: GPL3
summary: High-dimensional medians
extra:
recipe-maintainers:
- ElDeveloper
|
Address review comments from @loriab
|
Address review comments from @loriab
Also, remove windows build, since this may be out of our scope. See:
https://github.com/pypa/pip/issues/5679
|
YAML
|
bsd-3-clause
|
mariusvniekerk/staged-recipes,asmeurer/staged-recipes,chrisburr/staged-recipes,patricksnape/staged-recipes,mcs07/staged-recipes,petrushy/staged-recipes,stuertz/staged-recipes,asmeurer/staged-recipes,synapticarbors/staged-recipes,cpaulik/staged-recipes,SylvainCorlay/staged-recipes,goanpeca/staged-recipes,basnijholt/staged-recipes,conda-forge/staged-recipes,Juanlu001/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,cpaulik/staged-recipes,sodre/staged-recipes,igortg/staged-recipes,ceholden/staged-recipes,dschreij/staged-recipes,rvalieris/staged-recipes,ocefpaf/staged-recipes,jjhelmus/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,patricksnape/staged-recipes,sodre/staged-recipes,rvalieris/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes,basnijholt/staged-recipes,jochym/staged-recipes,rmcgibbo/staged-recipes,hadim/staged-recipes,birdsarah/staged-recipes,scopatz/staged-recipes,birdsarah/staged-recipes,shadowwalkersb/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/staged-recipes,isuruf/staged-recipes,dschreij/staged-recipes,rmcgibbo/staged-recipes,sodre/staged-recipes,jochym/staged-recipes,petrushy/staged-recipes,jjhelmus/staged-recipes,isuruf/staged-recipes,Juanlu001/staged-recipes,scopatz/staged-recipes,jakirkham/staged-recipes,synapticarbors/staged-recipes,hadim/staged-recipes,chrisburr/staged-recipes,shadowwalkersb/staged-recipes,ceholden/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,igortg/staged-recipes,mcs07/staged-recipes,SylvainCorlay/staged-recipes
|
ec38741cf478104f899e428929db94f0495115a8
|
recipes/pyqode.qt/meta.yaml
|
recipes/pyqode.qt/meta.yaml
|
{% set name = "pyqode.qt" %}
{% set version = "2.10.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: cfe97d85b210f0d77663c9df47bcb25bbb7cbbe2d9f58c0a9fd94e5e1d7daa2f
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "
requirements:
host:
- pip
- python
run:
- python
test:
requires:
- pyqt
imports:
- pyqode
- pyqode.qt
about:
home: https://github.com/pyQode/pyqode.qt
license: MIT
license_family: MIT
summary: Shim library that wraps PyQt5, PyQt4 and PySide
doc_url: https://github.com/pyQode/pyQode/wiki
dev_url: https://github.com/pyQode/pyQode
extra:
recipe-maintainers:
- ericpre
|
{% set name = "pyqode.qt" %}
{% set version = "2.10.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: cfe97d85b210f0d77663c9df47bcb25bbb7cbbe2d9f58c0a9fd94e5e1d7daa2f
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv "
requirements:
host:
- pip
- python
run:
- python
- setuptools
test:
requires:
- pyqt
imports:
- pyqode
- pyqode.qt
about:
home: https://github.com/pyQode/pyqode.qt
license: MIT
license_family: MIT
summary: Shim library that wraps PyQt5, PyQt4 and PySide
doc_url: https://github.com/pyQode/pyQode/wiki
dev_url: https://github.com/pyQode/pyQode
extra:
recipe-maintainers:
- ericpre
|
Add setuptools as run dependency.
|
Add setuptools as run dependency.
|
YAML
|
bsd-3-clause
|
rmcgibbo/staged-recipes,goanpeca/staged-recipes,asmeurer/staged-recipes,scopatz/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,rvalieris/staged-recipes,conda-forge/staged-recipes,chrisburr/staged-recipes,ceholden/staged-recipes,igortg/staged-recipes,Juanlu001/staged-recipes,cpaulik/staged-recipes,jochym/staged-recipes,birdsarah/staged-recipes,isuruf/staged-recipes,petrushy/staged-recipes,sodre/staged-recipes,petrushy/staged-recipes,igortg/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,sodre/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,Juanlu001/staged-recipes,jjhelmus/staged-recipes,mariusvniekerk/staged-recipes,rmcgibbo/staged-recipes,SylvainCorlay/staged-recipes,birdsarah/staged-recipes,asmeurer/staged-recipes,rvalieris/staged-recipes,chrisburr/staged-recipes,stuertz/staged-recipes,basnijholt/staged-recipes,conda-forge/staged-recipes,scopatz/staged-recipes,kwilcox/staged-recipes,synapticarbors/staged-recipes,basnijholt/staged-recipes,jjhelmus/staged-recipes,mcs07/staged-recipes,ceholden/staged-recipes,isuruf/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes,cpaulik/staged-recipes,shadowwalkersb/staged-recipes,mariusvniekerk/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,patricksnape/staged-recipes,dschreij/staged-recipes,dschreij/staged-recipes,shadowwalkersb/staged-recipes,kwilcox/staged-recipes,mcs07/staged-recipes,johanneskoester/staged-recipes,sodre/staged-recipes,synapticarbors/staged-recipes
|
db8c9de766123f5badd2e7d9bdcce400dd64c640
|
.platform.app.yaml
|
.platform.app.yaml
|
name: app
type: php:7.3
disk: 128
hooks:
build: |
set -e
mkdir -p web
export version=dev-"$PLATFORM_TREE_ID"
composer bin all install
./bin/platform self:build --no-composer-rebuild --yes --replace-version "$version" --output web/platform.phar
cat << EOF > .environment
alias platform="php $(realpath web/platform.phar)"
export CLI_URL_PATH=platform.phar
export CLI_BUILD_DATE="$(date)"
export CLI_VERSION="$version"
EOF
mv dist/dev-build-index.php web/index.php
web:
locations:
'/':
root: web
passthru: /index.php
|
name: app
type: php:7.3
disk: 128
hooks:
build: |
set -e
mkdir -p web
export version=dev-"$PLATFORM_TREE_ID"
composer bin all install
./bin/platform self:build --no-composer-rebuild --yes --replace-version "$version" --output web/platform.phar
cat << EOF > .environment
alias platform="php \${PLATFORM_APP_DIR}/web/platform.phar"
export CLI_URL_PATH=platform.phar
export CLI_BUILD_DATE="$(date)"
export CLI_VERSION="$version"
EOF
mv dist/dev-build-index.php web/index.php
web:
locations:
'/':
root: web
passthru: /index.php
|
Substitute phar path at runtime without realpath [skip changelog]
|
Substitute phar path at runtime without realpath [skip changelog]
|
YAML
|
mit
|
platformsh/platformsh-cli,pjcdawkins/platformsh-cli,platformsh/platformsh-cli,pjcdawkins/platformsh-cli,platformsh/platformsh-cli,pjcdawkins/platformsh-cli
|
7c8d5c34ab3368f56dbbcfa08f50c7a0444cf906
|
gemspec.yml
|
gemspec.yml
|
name: rprogram
summary: A library for creating wrappers around command-line programs.
description:
RProgram is a library for creating wrappers around command-line programs.
RProgram provides a Rubyful interface to programs and all their options
or non-options. RProgram can also search for programs installed on a
system. files without having to use YAML or define classes named like
the file.
license: MIT
authors: Postmodern
email: [email protected]
homepage: https://github.com/postmodern/rprogram#readme
has_yard: true
required_ruby_version: ">= 1.8.7"
development_dependencies:
rubygems-tasks: ~> 0.1
rspec: ~> 2.4
yard: ~> 0.7
|
name: rprogram
summary: A library for creating wrappers around command-line programs.
description:
RProgram is a library for creating wrappers around command-line programs.
RProgram provides a Rubyful interface to programs and all their options
or non-options. RProgram can also search for programs installed on a
system. files without having to use YAML or define classes named like
the file.
license: MIT
authors: Postmodern
email: [email protected]
homepage: https://github.com/postmodern/rprogram#readme
has_yard: true
required_ruby_version: ">= 1.8.7"
development_dependencies:
bundler: ~> 2.0
|
Hide development dependencies in the Gemfile.
|
Hide development dependencies in the Gemfile.
|
YAML
|
mit
|
postmodern/rprogram
|
81827f3d1fcaebd53517232720211f5e18ac450d
|
provisioning/roles/api-db/tasks/main.yml
|
provisioning/roles/api-db/tasks/main.yml
|
- set_fact: role_name=api-db
- name: install mongodb
apt: name={{ item }} state=present
with_items:
- mongodb
- name: open mongodb to external services
lineinfile: dest=/etc/mongodb.conf regexp=^bind_ip line="bind_ip = 0.0.0.0"
when: is_development_environment
notify:
- restart mongodb service
|
- set_fact: role_name=api-db
- name: install mongodb
apt: name={{ item }} state=present
with_items:
- mongodb
- name: open mongodb to external services
lineinfile: dest=/etc/mongodb.conf regexp=^bind_ip line="bind_ip = 0.0.0.0"
when: is_development_environment
notify:
- restart mongodb service
- name: add elasticsearch apt key
apt_key:
url: https://packages.elastic.co/GPG-KEY-elasticsearch
state: present
- name: add elasticsearch repository
apt_repository:
repo: 'deb http://packages.elastic.co/elasticsearch/2.x/debian stable main'
state: present
update_cache: yes
- name: install elasticsearch dependencies
apt: name={{ item }} state=present
with_items:
- openjdk-7-jre
- name: install elasticsearch
apt: name=elasticsearch state=present
|
Install elasticsearch in the "app-db" role.
|
Install elasticsearch in the "app-db" role.
|
YAML
|
mit
|
promethe42/dredd,promethe42/dredd,promethe42/dredd
|
eff68b3feaead07294e82313f781fe9959561566
|
build.yaml
|
build.yaml
|
repositories:
remote:
- https://repo.maven.apache.org/maven2
artifacts:
idea_codestyle: au.com.stocksoftware.idea.codestyle:idea-codestyle:xml:1.14
javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
gwt_user: org.realityforge.com.google.gwt:gwt-user:jar:2.8.2-v20191108
|
repositories:
remote:
- https://repo.maven.apache.org/maven2
artifacts:
idea_codestyle: au.com.stocksoftware.idea.codestyle:idea-codestyle:xml:1.14
javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
gwt_user: com.google.gwt:gwt-user:jar:2.9.0
|
Update the org.realityforge.com.google.gwt dependency coordinates.
|
Update the org.realityforge.com.google.gwt dependency coordinates.
|
YAML
|
apache-2.0
|
realityforge/gwt-cache-filter,realityforge/gwt-cache-filter,realityforge/gwt-cache-filter
|
3257c2485a30b9e7ec6630e6ee747a0ef102b961
|
blueprints.yaml
|
blueprints.yaml
|
name: Bootstrapper
version: 1.0.1
description: "Loads the Bootstrap Framework v3.3.2 assets for any plugin/theme that needs it"
icon: bold
author:
name: Team Grav
email: [email protected]
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-bootstrapper
demo: http://demo.getgrav.org/bootstrap-skeleton/
keywords: bootstrap, css, plugin, framework
bugs: https://github.com/getgrav/grav-plugin-bootstrapper/issues
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
|
name: Bootstrapper
version: 1.0.1
description: "Loads the Bootstrap Framework v3.3.2 assets for any plugin/theme that needs it"
icon: bold
author:
name: Team Grav
email: [email protected]
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-bootstrapper
demo: http://demo.getgrav.org/bootstrap-skeleton/
keywords: bootstrap, css, plugin, framework
bugs: https://github.com/getgrav/grav-plugin-bootstrapper/issues
license: MIT
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
always_load:
type: toggle
label: Always load
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
help: 'If disabled, let the theme decide to load the bootstrap plugin'
mode:
type: text
size: medium
label: Mode
default: 'production'
load_core_css:
type: toggle
label: Load Core CSS
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
load_theme_css:
type: toggle
label: Load Theme CSS
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
load_core_js:
type: toggle
label: Load Core JS
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
|
Add options to the blueprint
|
Add options to the blueprint
|
YAML
|
mit
|
dimayakovlev/grav-plugin-bootstrapper,dimayakovlev/grav-plugin-bootstrapper,getgrav/grav-plugin-bootstrapper,getgrav/grav-plugin-bootstrapper
|
abbf850d257a53a22f456a8e654a893873584542
|
updates/version.yaml
|
updates/version.yaml
|
1.0.1: First version of Uploader
1.0.2: Added JavaScript events for change, upload success and remove upload
1.0.3: Fix multiple uploads occuring in newer builds
1.0.4: Corrected support for maxSize property
|
1.0.1: First version of Uploader
1.0.2: Added JavaScript events for change, upload success and remove upload
1.0.3: Fix multiple uploads occuring in newer builds
1.0.4: Corrected support for maxSize property
1.0.5: Allow multiple uploaders on the same page
|
Allow multiple uploaders on the same page
|
1.0.5: Allow multiple uploaders on the same page
|
YAML
|
mit
|
responsiv/uploader-plugin,responsiv/uploader-plugin,responsiv/uploader-plugin
|
856064f8b84ffe04b6a1edb6d71d49c625c81674
|
circle.yml
|
circle.yml
|
machine:
ruby:
version: 2.3.4
node:
version: 6
dependencies:
cache_directories:
- "~/.cache/yarn"
pre:
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome.deb
- sudo sed -i 's|HERE/chrome\"|HERE/chrome\" --disable-setuid-sandbox|g' /opt/google/chrome/google-chrome
- rm google-chrome.deb
override:
- gem install bundler --pre
- bundle check --path=vendor/bundle || bundle install --path=vendor/bundle
--jobs=4 --retry=3
- yarn
test:
pre:
- RAILS_ENV=test bundle exec rake db:create db:schema:load
override:
- bundle exec rspec --format progress --format RspecJunitFormatter -o
$CIRCLE_TEST_REPORTS/rspec.xml
- RAILS_ENV=test bundle exec rake jasmine:ci
deployment:
staging:
branch: master
heroku:
appname: ifme
|
machine:
ruby:
version: 2.3.4
node:
version: 6
dependencies:
cache_directories:
- "~/.cache/yarn"
pre:
- curl -L -o google-chrome.deb
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome.deb
- sudo sed -i 's|HERE/chrome\"|HERE/chrome\"
--disable-setuid-sandbox|g' /opt/google/chrome/google-chrome
- rm google-chrome.deb
override:
- gem install bundler
- bundle install --path=vendor/bundle --jobs=4 --retry=3
- yarn
test:
pre:
- RAILS_ENV=test bundle exec rake db:create db:schema:load
- cd client &&
RAILS_ENV=test bundle exec rake react_on_rails:locale &&
yarn run build:test
override:
- bundle exec rspec --format progress --format RspecJunitFormatter -o
$CIRCLE_TEST_REPORTS/rspec.xml
- RAILS_ENV=test bundle exec rake jasmine:ci
deployment:
staging:
branch: master
heroku:
appname: ifme
|
Build React files on CircleCI
|
Build React files on CircleCI
|
YAML
|
agpl-3.0
|
cartothemax/ifme,julianguyen/ifme,julianguyen/ifme,sexybiggetje/ifme,cartothemax/ifme,sexybiggetje/ifme,cartothemax/ifme,julianguyen/ifme,sexybiggetje/ifme,julianguyen/ifme,cartothemax/ifme
|
35cd333f3de69d81e94b3fe43d676a760fe0f3c7
|
circle.yml
|
circle.yml
|
version: 2
jobs:
build:
working_directory: ~/react-mobiledoc-editor
docker:
- image: node:8.10.0
steps:
- checkout
- run: yarn install --pure-lockfile
- run: yarn test
|
version: 2
jobs:
build:
working_directory: ~/react-mobiledoc-editor
docker:
- image: circleci/node:8.10-browsers
steps:
- checkout
- run: yarn install --pure-lockfile
- run: yarn test
|
Set proper docker image for chrome headless (?)
|
Set proper docker image for chrome headless (?)
|
YAML
|
bsd-3-clause
|
upworthy/react-mobiledoc-editor
|
0d78c83158b15847e2ef0ef2bf39381c5c733f02
|
circle.yml
|
circle.yml
|
machine:
timezone:
America/Sao_Paulo # Set the timezone
node:
version: 6.2.1
deployment:
production:
branch: master
commands:
- ./bin/deploy.sh
feature:
branch: /(add-|fix-).*/
commands:
- ./bin/deploy.sh
|
machine:
timezone:
America/Sao_Paulo # Set the timezone
node:
version: 6.2.1
deployment:
production:
branch: master
commands:
- ./bin/deploy.sh
feature:
branch: /(add|fix)(-|\/).*/
commands:
- ./bin/deploy.sh
|
Update CircleCI configuration to accepts branch name convention to make automated deploy to staging.
|
Update CircleCI configuration to accepts branch name convention to make automated deploy to staging.
|
YAML
|
agpl-3.0
|
nossas/bonde-client,nossas/bonde-client,nossas/bonde-client
|
493794554779eb0b0f0eb7c5c14c3b8aa0df8a10
|
circle.yml
|
circle.yml
|
machine:
environment:
PROJECT_NAME: gopher-slack-bot
CLUSTER_NAME: gopher-slack-bot
CLOUDSDK_COMPUTE_ZONE: eu-west-1
DEBIAN_FRONTEND: noninteractive
services:
- docker
dependencies:
pre:
- sudo pip install pyopenssl
- sudo /opt/google-cloud-sdk/bin/gcloud --quiet components update
- sudo /opt/google-cloud-sdk/bin/gcloud --quiet components update kubectl
- echo $ACCT_AUTH | base64 --decode -i > ${HOME}/account-auth.json
- sudo /opt/google-cloud-sdk/bin/gcloud auth activate-service-account ${GCLOUD_ACCOUNT_ID} --key-file ${HOME}/account-auth.json
- sudo /opt/google-cloud-sdk/bin/gcloud --quiet config set container/cluster $CLUSTER_NAME
- sudo /opt/google-cloud-sdk/bin/gcloud --quiet config set compute/zone ${CLOUDSDK_COMPUTE_ZONE}
- sudo /opt/google-cloud-sdk/bin/gcloud --quiet container clusters get-credentials $CLUSTER_NAME
- ./container-make.sh
test:
override:
- ./container-test.sh
deployment:
prod:
branch: master
commands:
- ./container-deploy.sh
|
machine:
environment:
PROJECT_NAME: gopher-slack-bot
CLUSTER_NAME: gopher-slack-bot
CLOUDSDK_COMPUTE_ZONE: eu-west-1
DEBIAN_FRONTEND: noninteractive
services:
- docker
dependencies:
pre:
- sudo pip install pyopenssl
- sudo apt-get install python-openssl
- sudo /opt/google-cloud-sdk/bin/gcloud --quiet components update
- sudo /opt/google-cloud-sdk/bin/gcloud --quiet components update kubectl
- echo $ACCT_AUTH | base64 --decode -i > ${HOME}/account-auth.json
- sudo /opt/google-cloud-sdk/bin/gcloud auth activate-service-account ${GCLOUD_ACCOUNT_ID} --key-file ${HOME}/account-auth.json
- sudo /opt/google-cloud-sdk/bin/gcloud --quiet config set container/cluster $CLUSTER_NAME
- sudo /opt/google-cloud-sdk/bin/gcloud --quiet config set compute/zone ${CLOUDSDK_COMPUTE_ZONE}
- sudo /opt/google-cloud-sdk/bin/gcloud --quiet container clusters get-credentials $CLUSTER_NAME
- ./container-make.sh
test:
override:
- ./container-test.sh
deployment:
prod:
branch: master
commands:
- ./container-deploy.sh
|
Make sure we really install it
|
Make sure we really install it
|
YAML
|
apache-2.0
|
gopheracademy/gopher,gopheracademy/gopher
|
5921336a8d7647c39b346619c7f4ba228e4af567
|
circle.yml
|
circle.yml
|
machine:
environment:
PATH: ~/.local/bin:~/spark/bin:$PATH
checkout:
post:
- git submodule update --recursive --init
dependencies:
cache_directories:
- "~/.stack"
override:
# Work around who knows what ld.bfd bug.
- sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.gold" 20
- sudo update-alternatives --install "/usr/bin/ld" "ld" "/usr/bin/ld.bfd" 10
- mkdir -p ~/spark
- curl -L --retry 3 http://d3kbcqa49mib13.cloudfront.net/spark-1.6.0-bin-hadoop2.6.tgz | tar xz -C ~/spark --strip-components=1
- mkdir -p ~/.local/bin
- curl -L --retry 3 https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
- stack --no-terminal setup
# XXX Roundabout method due to CircleCI parser bug.
- echo 'extra-include-dirsCOLON [/usr/lib/jvm/java-7-openjdk-amd64/include]' > ~/.stack/config.yaml
- echo 'extra-lib-dirsCOLON [/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server]' >> ~/.stack/config.yaml
- sed -i s/COLON/:/ ~/.stack/config.yaml
- stack --no-terminal --no-system-ghc build --only-snapshot --prefetch
test:
override:
- stack --no-terminal --no-system-ghc build --pedantic
# Test that packaging at least one example works fine.
- stack exec sparkle package sparkle-example-hello
|
machine:
environment:
PATH: ~/.local/bin:~/spark/bin:$PATH
services:
- docker
checkout:
post:
- git submodule update --recursive --init
dependencies:
cache_directories:
- "~/.stack"
override:
- mkdir -p ~/.local/bin
- curl -L --retry 3 https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
- docker build -t sparkle .
- stack --no-terminal --docker --docker-image sparkle build --only-snapshot --prefetch
test:
override:
- stack --no-terminal --docker --docker-image sparkle build --pedantic
# Test that packaging at least one example works fine.
- stack --no-terminal --docker --docker-image sparkle exec sparkle package sparkle-example-hello
|
Make the CI build be stack --docker based.
|
Make the CI build be stack --docker based.
In this way, we get to test that things still build fine in the Docker
image. As a side effect, we also get to exercise the nix-shell too,
since Docker uses it internally.
This change has the added benefit of making the CI steps shorter and
simpler.
|
YAML
|
bsd-3-clause
|
tweag/sparkle,tweag/sparkle
|
36b80fc4ef6cf5da8153d54e29934e2bc742a33a
|
circle.yml
|
circle.yml
|
machine:
node:
version:
0.10.24
python:
version:
2.7.3
dependencies:
pre:
- wget http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.5/optipng-0.7.5.tar.gz
- tar xvf optipng-0.7.5.tar.gz
- cd optipng-0.7.5; ./configure; make; sudo checkinstall -y;
- make deps
- pip install -r dev_requirements.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
notify:
webhooks:
- url: https://webhooks.gitter.im/e/895d09c3165a0913ac2f
general:
branches:
ignore:
- gh-pages
|
machine:
node:
version:
0.10.24
python:
version:
2.7.3
dependencies:
pre:
- wget http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-0.7.5/optipng-0.7.5.tar.gz
- tar xvf optipng-0.7.5.tar.gz
- cd optipng-0.7.5; ./configure; make; sudo checkinstall -y;
- rm -rf optipng-0.7.5
- rm optipng-0.7.5.tar.gz
- make deps
- pip install -r dev_requirements.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
notify:
webhooks:
- url: https://webhooks.gitter.im/e/895d09c3165a0913ac2f
general:
branches:
ignore:
- gh-pages
|
Remove optipng from build artifacts
|
Remove optipng from build artifacts
|
YAML
|
bsd-2-clause
|
amino-data/redash,stefanseifert/redash,chriszs/redash,vishesh92/redash,ninneko/redash,hudl/redash,moritz9/redash,pubnative/redash,moritz9/redash,getredash/redash,guaguadev/redash,jmvasquez/redashtest,alexanderlz/redash,useabode/redash,pubnative/redash,chriszs/redash,alexanderlz/redash,getredash/redash,useabode/redash,stefanseifert/redash,guaguadev/redash,imsally/redash,denisov-vlad/redash,ninneko/redash,crowdworks/redash,44px/redash,vishesh92/redash,akariv/redash,EverlyWell/redash,pubnative/redash,denisov-vlad/redash,44px/redash,moritz9/redash,crowdworks/redash,easytaxibr/redash,rockwotj/redash,vishesh92/redash,getredash/redash,akariv/redash,EverlyWell/redash,rockwotj/redash,easytaxibr/redash,amino-data/redash,crowdworks/redash,easytaxibr/redash,imsally/redash,easytaxibr/redash,alexanderlz/redash,pubnative/redash,M32Media/redash,stefanseifert/redash,akariv/redash,ninneko/redash,rockwotj/redash,moritz9/redash,denisov-vlad/redash,M32Media/redash,jmvasquez/redashtest,jmvasquez/redashtest,hudl/redash,crowdworks/redash,jmvasquez/redashtest,guaguadev/redash,denisov-vlad/redash,jmvasquez/redashtest,amino-data/redash,44px/redash,hudl/redash,EverlyWell/redash,alexanderlz/redash,M32Media/redash,vishesh92/redash,ninneko/redash,useabode/redash,stefanseifert/redash,EverlyWell/redash,44px/redash,imsally/redash,useabode/redash,chriszs/redash,guaguadev/redash,akariv/redash,easytaxibr/redash,imsally/redash,getredash/redash,getredash/redash,M32Media/redash,chriszs/redash,ninneko/redash,stefanseifert/redash,guaguadev/redash,amino-data/redash,pubnative/redash,denisov-vlad/redash,hudl/redash,rockwotj/redash,akariv/redash
|
966e99782ca5d156e4357d52a3d2e7d6acc46801
|
circle.yml
|
circle.yml
|
machine:
timezone:
UTC
services:
- postgresql
dependencies:
pre:
- sudo apt-get update
- sudo apt-get install python-pip
- sudo apt-get install build-essential
- sudo apt-get install python-dev
- sudo apt-get install libpq-dev
- sudo apt-get install postgresql-server-dev-all
- sudo apt-get install postgresql-common
- sudo apt-get install postgresql-plpython3-9.5
- sudo pip install psycopg2 jinja2
database:
override:
- createdb bedquilt_test
test:
override:
- sudo make test
|
machine:
timezone:
UTC
services:
- postgresql
dependencies:
pre:
- sudo apt-get update
- sudo apt-get install python-pip
- sudo apt-get install build-essential
- sudo apt-get install python-dev
- sudo apt-get install libpq-dev
- sudo apt-get install postgresql-server-dev-all
- sudo apt-get install postgresql-common
- sudo apt-get install postgresql-plpython3-9.5
- sudo pip install psycopg2
database:
override:
- createdb bedquilt_test
test:
override:
- sudo make test
|
Remove jinja2 dependency from build
|
Remove jinja2 dependency from build
|
YAML
|
mit
|
BedquiltDB/bedquilt-core
|
f1c65cead4fe3996bee66bb6966eb4bd9d2ecd05
|
circle.yml
|
circle.yml
|
machine:
services:
- redis
dependencies:
pre:
- sudo apt-get update -qq
- sudo apt-get install -qq cmake libevent-dev libglib2.0-dev libgmime-2.6-dev libluajit-5.1-dev liblua5.1-0-dev libmagic-dev libpcre3-dev libsqlite3-dev libssl-dev make ragel redis-server gcc
- sudo pip install robotframework
# - echo $TRAVIS_OS_NAME
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq ; fi
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq cmake libevent-dev libglib2.0-dev libgmime-2.6-dev libluajit-5.1-dev libpcre3-dev libsqlite3-dev libhiredis-dev ; fi
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update ; fi
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install cmake gmime glib luajit pcre hiredis sqlite libevent ; fi
test:
override:
- cmake . -DCMAKE_INSTALL_PREFIX=./_install
- cmake --build . --target install
- sudo robot test/functional/cases
|
dependencies:
pre:
- sudo apt-get update -qq
- sudo apt-get install -qq cmake libevent-dev libglib2.0-dev libgmime-2.6-dev libluajit-5.1-dev liblua5.1-0-dev libmagic-dev libpcre3-dev libsqlite3-dev libssl-dev make ragel redis-server gcc
- sudo pip install robotframework
# - echo $TRAVIS_OS_NAME
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq ; fi
# - if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq cmake libevent-dev libglib2.0-dev libgmime-2.6-dev libluajit-5.1-dev libpcre3-dev libsqlite3-dev libhiredis-dev ; fi
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update ; fi
# - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install cmake gmime glib luajit pcre hiredis sqlite libevent ; fi
test:
override:
- cmake . -DCMAKE_INSTALL_PREFIX=./_install
- cmake --build . --target install
- sudo robot test/functional/cases
|
Drop redis service from CI configuration
|
[Minor] Drop redis service from CI configuration
|
YAML
|
apache-2.0
|
minaevmike/rspamd,minaevmike/rspamd,AlexeySa/rspamd,minaevmike/rspamd,minaevmike/rspamd,minaevmike/rspamd,minaevmike/rspamd,AlexeySa/rspamd,AlexeySa/rspamd,minaevmike/rspamd,AlexeySa/rspamd,AlexeySa/rspamd,AlexeySa/rspamd,AlexeySa/rspamd,minaevmike/rspamd,AlexeySa/rspamd,AlexeySa/rspamd,minaevmike/rspamd
|
88c59c8a9aea344320c958778fd4223522278839
|
circle.yml
|
circle.yml
|
machine:
node:
version: "6.1.0"
python:
version: "3.5.1"
environment:
DATABASE_URL: postgres://ubuntu:@127.0.0.1:5432/circle_test
SECRET_KEY: irrelevant
services:
- docker
dependencies:
override:
- yarn
- pip install -r requirements.txt
post:
- yarn run build-assets
- ./manage.py collectstatic --no-input
test:
override:
- mkdir -p $CIRCLE_TEST_REPORTS/pytest
- pytest --junitxml=$CIRCLE_TEST_REPORTS/pytest/junit.xml
deployment:
release:
tag: /.*/
branch: master
commands:
- echo "__version__ = '$(git describe --tags)'" > saleor/version.py
- docker login -e $DOCKERCLOUD_EMAIL -u $DOCKERCLOUD_USER -p $DOCKERCLOUD_PASS
- docker build -t mirumee/saleor:$CIRCLE_TAG -t mirumee/saleor:latest .
- docker push mirumee/saleor:$CIRCLE_TAG
- docker push mirumee/saleor:latest
- curl -X POST https://circleci.com/api/v1.1/project/github/mirumee/saleor-demo?circle-token=$CIRCLE_API_TOKEN
|
machine:
node:
version: "6.1.0"
python:
version: "3.5.1"
environment:
DATABASE_URL: postgres://ubuntu:@127.0.0.1:5432/circle_test
SECRET_KEY: irrelevant
services:
- docker
dependencies:
override:
- yarn
- pip install -r requirements.txt
post:
- yarn run build-assets
- ./manage.py collectstatic --no-input
test:
override:
- mkdir -p $CIRCLE_TEST_REPORTS/pytest
- pytest --junitxml=$CIRCLE_TEST_REPORTS/pytest/junit.xml
deployment:
release:
tag: /v.*/
commands:
- echo "__version__ = '$(git describe --tags)'" > saleor/version.py
- docker login -e $DOCKERCLOUD_EMAIL -u $DOCKERCLOUD_USER -p $DOCKERCLOUD_PASS
- docker build -t mirumee/saleor:$CIRCLE_TAG -t mirumee/saleor:latest .
- docker push mirumee/saleor:$CIRCLE_TAG
- docker push mirumee/saleor:latest
- curl -X POST https://circleci.com/api/v1.1/project/github/mirumee/saleor-demo?circle-token=$CIRCLE_API_TOKEN
|
Deploy only tags that start with v
|
Deploy only tags that start with v
|
YAML
|
bsd-3-clause
|
car3oon/saleor,maferelo/saleor,car3oon/saleor,itbabu/saleor,maferelo/saleor,UITools/saleor,car3oon/saleor,itbabu/saleor,maferelo/saleor,tfroehlich82/saleor,KenMutemi/saleor,mociepka/saleor,itbabu/saleor,UITools/saleor,UITools/saleor,tfroehlich82/saleor,UITools/saleor,KenMutemi/saleor,tfroehlich82/saleor,KenMutemi/saleor,UITools/saleor,HyperManTT/ECommerceSaleor,HyperManTT/ECommerceSaleor,jreigel/saleor,mociepka/saleor,HyperManTT/ECommerceSaleor,jreigel/saleor,mociepka/saleor,jreigel/saleor
|
b3515e913f546dd6a2ed704b3940ff4677351083
|
circle.yml
|
circle.yml
|
machine:
services:
- docker
dependencies:
post:
- docker build -t $AWS_ACCOUNT_ID.dkr.ecr.us-west-2.amazonaws.com/tyrantrep:$CIRCLE_SHA1 .
test:
post:
- docker run -d -p 8080:8080 --name tubackend $AWS_ACCOUNT_ID.dkr.ecr.us-west-2.amazonaws.com/tyrantrep:$CIRCLE_SHA1
- sleep 10
- curl --retry 10 --retry-delay 5 localhost:8080 | grep "Hello World!"
deployment:
prod:
branch: master
commands:
- ./deploy.sh
|
machine:
services:
- docker
dependencies:
post:
- docker build -t $AWS_ACCOUNT_ID.dkr.ecr.us-west-2.amazonaws.com/tyrantrep:$CIRCLE_SHA1 .
test:
post:
- docker run -d -p 8080:8080 --name tubackend $AWS_ACCOUNT_ID.dkr.ecr.us-west-2.amazonaws.com/tyrantrep:$CIRCLE_SHA1
- sleep 10
- curl --retry 10 --retry-delay 5 localhost:8080 | grep "Hello World!"
deployment:
prod:
branch: master
commands:
- chmod +x ./deploy.sh
- ./deploy.sh
|
Set permissions for deploy file
|
Set permissions for deploy file
|
YAML
|
mit
|
kragej/tubackend,kragej/tubackend
|
2f47073e8b636ec83d751d34b0064eff61c21c96
|
circle.yml
|
circle.yml
|
machine:
java:
version: openjdk8
services:
- docker
test:
override:
- mvn -P test-leave-running integration-test
post:
- if [[ $GIT_USER_EMAIL ]]; then git config --global user.email "$GIT_USER_EMAIL" ; fi
- if [[ $GIT_USER_NAME ]]; then git config --global user.name "$GIT_USER_NAME" ; fi
- if [[ $RELEASE ]]; then mvn -B release:prepare -DreleaseVersion=$RELEASE -DdevelopmentVersion=$NEXT "-Darguments=-P test-leave-running" ; fi
deployment:
deploy:
tag: /v.*/
owner: itzg
commands:
- mvn -P test-leave-running -DskipTests -s settings.xml deploy
# To initiate a maven release:
#
# In CircleCI project settings > Checkout SSH Keys
# Make sure you have a user key allocated
#
# curl -X POST -H "Content-Type: application/json" -d '{
# "build_parameters": {
# "TAG": "v1.0.1",
# "RELEASE": "1.0.1",
# "NEXT": "1.1-SNAPSHOT",
# "GIT_USER_EMAIL": "[email protected]",
# "GIT_USER_NAME": "Via CircleCI"
# }
# }' "https://circleci.com/api/v1.1/project/github/itzg/junit-rule-docker/tree/master?circle-token=$CIRCLECI_API_TOKEN"
|
machine:
java:
version: openjdk8
services:
- docker
post:
- sudo sysctl -w vm.max_map_count=262144
test:
override:
- mvn -P test-leave-running integration-test
post:
- if [[ $GIT_USER_EMAIL ]]; then git config --global user.email "$GIT_USER_EMAIL" ; fi
- if [[ $GIT_USER_NAME ]]; then git config --global user.name "$GIT_USER_NAME" ; fi
- if [[ $RELEASE ]]; then mvn -B release:prepare -DreleaseVersion=$RELEASE -DdevelopmentVersion=$NEXT "-Darguments=-P test-leave-running" ; fi
deployment:
deploy:
tag: /v.*/
owner: itzg
commands:
- mvn -P test-leave-running -DskipTests -s settings.xml deploy
# To initiate a maven release:
#
# In CircleCI project settings > Checkout SSH Keys
# Make sure you have a user key allocated
#
# curl -X POST -H "Content-Type: application/json" -d '{
# "build_parameters": {
# "TAG": "v1.0.1",
# "RELEASE": "1.0.1",
# "NEXT": "1.1-SNAPSHOT",
# "GIT_USER_EMAIL": "[email protected]",
# "GIT_USER_NAME": "Via CircleCI"
# }
# }' "https://circleci.com/api/v1.1/project/github/itzg/junit-rule-docker/tree/master?circle-token=$CIRCLECI_API_TOKEN"
|
Adjust mmap count for ES container testing
|
Adjust mmap count for ES container testing
|
YAML
|
apache-2.0
|
itzg/junit-rule-docker
|
d40691e04ccb42948cb3590ed9ef71034705ff8f
|
circle.yml
|
circle.yml
|
---
machine:
ruby:
version: 2.3.1
test:
override:
- RAILS_ENV=test bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml:
parallel: true
files:
- spec/**/*.rb
|
---
machine:
ruby:
version: 2.4.0
dependencies:
pre:
- echo "export rvm_ignore_gemsets_flag=1" >> ~/.rvmrc
- gem update --system
- gem install bundler
override:
- bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3 --full-index
test:
override:
- RAILS_ENV=test bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml:
parallel: true
files:
- spec/**/*.rb
|
Update RubyGems before running bundle install
|
Update RubyGems before running bundle install
|
YAML
|
bsd-3-clause
|
Xenapto/mailchimp_api_v3
|
45f7f7db3e53ad8d9f5123c88fcb958e6b937314
|
circle.yml
|
circle.yml
|
## Customize the test machine
machine:
timezone:
Europe/London
node:
version:
0.8.2
dependencies:
pre:
- npm install -g jamjs grunt
- jam install
test:
override:
- npm test
post:
- grunt clean-deps
- jam compile assets/require.js
|
## Customize the test machine
machine:
timezone:
Europe/London
node:
version:
0.8.2
dependencies:
pre:
- npm install -g jamjs grunt
- jam install
test:
pre:
- grunt copy-deps
override:
- npm test
post:
- grunt clean-deps
- jam compile assets/require.js
|
Copy dependencies into assets folder.
|
Copy dependencies into assets folder.
|
YAML
|
mit
|
pads/TiddlyBone
|
9c5b1f028992d9f12c666ba753081f4f535ad2b9
|
circle.yml
|
circle.yml
|
machine:
python:
version: 3.5.1
dependencies:
override:
- pip install -U pip wheel
- make install
test:
override:
- make test
|
machine:
python:
version: 3.5.1
dependencies:
override:
- pip install -U pip bootstrapper wheel
- make install
test:
override:
- make test
|
Fix to Circle CI support.
|
Fix to Circle CI support.
|
YAML
|
bsd-3-clause
|
playpauseandstop/rororo,playpauseandstop/rororo
|
0bca833c77a5e9ee897201ce352ea13c29821bc7
|
circle.yml
|
circle.yml
|
machine:
node:
version: v4.2.6
dependencies:
pre:
- npm install -g npm@3
test:
override:
- ./node_modules/.bin/eslint --debug . --format tap | ./node_modules/.bin/tap-xunit > ${CIRCLE_TEST_REPORTS}/lint.xml && test ${PIPESTATUS[0]} -eq 0
- NODE_PATH=source ./node_modules/.bin/babel-node source/test | ./node_modules/.bin/tap-xunit > ${CIRCLE_TEST_REPORTS}/test.xml && test ${PIPESTATUS[0]} -eq 0
- npm outdated --depth=0
- npm run build -s
- REPORT_DIR=${CIRCLE_TEST_REPORTS} LOG_DIR=${CIRCLE_ARTIFACTS} npm run test:e2e -s
|
machine:
node:
version: v4.2.6
dependencies:
pre:
- npm install -g npm@3
- npm set progress=false
test:
override:
- ./node_modules/.bin/eslint --debug . --format tap | ./node_modules/.bin/tap-xunit > ${CIRCLE_TEST_REPORTS}/lint.xml && test ${PIPESTATUS[0]} -eq 0
- NODE_PATH=source ./node_modules/.bin/babel-node source/test | ./node_modules/.bin/tap-xunit > ${CIRCLE_TEST_REPORTS}/test.xml && test ${PIPESTATUS[0]} -eq 0
- npm outdated --depth=0
- npm run build -s
- REPORT_DIR=${CIRCLE_TEST_REPORTS} LOG_DIR=${CIRCLE_ARTIFACTS} npm run test:e2e -s
general:
artifacts:
- reports
|
Add reports as artifacts folder to see screenshots
|
Add reports as artifacts folder to see screenshots
|
YAML
|
mit
|
ericelliott/universal-react-boilerplate,ericelliott/universal-react-boilerplate,cloverfield-tools/universal-react-boilerplate,cloverfield-tools/universal-react-boilerplate
|
c35851a75fb218b6e65096f0fe5806cba55081e2
|
circle.yml
|
circle.yml
|
machine:
node:
version: 8.1.0
test:
override:
- mkdir -p $CIRCLE_TEST_REPORTS/lab
- npm run test -- --output $CIRCLE_TEST_REPORTS/junit/test-results.xml --reporter junit
|
machine:
node:
version: 8.1.0
test:
override:
- mkdir -p $CIRCLE_TEST_REPORTS/lab
- npm run test -- --output $CIRCLE_TEST_REPORTS/lab/junit.xml --reporter junit
|
Revert "Corrected path for junit output"
|
Revert "Corrected path for junit output"
The old path actually worked fine.
This reverts commit a599623ee55d7d172bb8bf5547edb91e366dce40.
|
YAML
|
isc
|
mikl/edzif-converter
|
bdee8683dd60cf63e626c07d63bb655bcf84170c
|
circle.yml
|
circle.yml
|
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.6.0
environment:
TZ: "/usr/share/zoneinfo/America/Argentina/Buenos_Aires"
paralelism: 2
steps:
- add_ssh_keys:
fingerprints:
- "2b:d1:13:72:6c:a2:d1:4c:30:a5:a7:e5:b4:52:ee:75"
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "GreypineCI"
- checkout
- run:
name: APT Installs
command: |
sudo apt-get update
sudo apt-get install build-essential patch
sudo apt-get install ruby-dev zlib1g-dev liblzma-dev libgmp-dev cmake
- run:
name: Configure Bundler
command: |
echo 'export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")' >> $BASH_ENV
source $BASH_ENV
gem install bundler
- run:
name: Install dependencies
command: bundle install --jobs=10 --retry=3
- run:
name: Publishing
command: bundle exec rake publish
workflows:
version: 2
build:
jobs:
- build:
filters:
branches:
only: source
|
version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.6.0
environment:
TZ: "/usr/share/zoneinfo/America/Argentina/Buenos_Aires"
paralelism: 2
steps:
- add_ssh_keys:
fingerprints:
- "2b:d1:13:72:6c:a2:d1:4c:30:a5:a7:e5:b4:52:ee:75"
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "GreypineCI"
- checkout
- run:
name: APT Installs
command: |
sudo apt-get update
sudo apt-get install build-essential patch
sudo apt-get install ruby-dev zlib1g-dev liblzma-dev libgmp-dev cmake
- run:
name: Configure Bundler
command: |
echo 'export BUNDLER_VERSION=$(cat Gemfile.lock | tail -1 | tr -d " ")' >> $BASH_ENV
source $BASH_ENV
gem install bundler
- run:
name: Install dependencies
command: bundle install --jobs=10 --retry=3
- run:
name: Run the tests for backend
command: bundle exec rake test
- run:
name: Publishing
command: bundle exec rake publish
workflows:
version: 2
build:
jobs:
- build:
filters:
branches:
only: source
|
Revert "Prometo que ya agrego los tests"
|
Revert "Prometo que ya agrego los tests"
This reverts commit e3d7f5d457287de7d22e995296fdf95cf9355177.
|
YAML
|
apache-2.0
|
tadp-utn-frba/tadp-utn-frba.github.io,tadp-utn-frba/tadp-utn-frba.github.io,tadp-utn-frba/tadp-utn-frba.github.io,tadp-utn-frba/tadp-utn-frba.github.io
|
b6323a7a445b28b6c60dc872347504cbfd6a45b2
|
circle.yml
|
circle.yml
|
#dependencies:
#pre:
#- sudo apt-get update
#- sudo apt-get install gcc-5; sudo apt-get install g++-5
#- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 100
#- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 100
test:
pre:
- uname -a
- gcc --version
- sudo ip tuntap add name tap0 mode tap
- ip link show
override:
- make IFN=tap0 run
|
#dependencies:
#pre:
#- sudo apt-get update
#- sudo apt-get install gcc-5; sudo apt-get install g++-5
#- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 100
#- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 100
test:
pre:
- uname -a
- gcc --version
#- sudo ip tuntap add name tap0 mode tap
- ip link show
override:
- make IFN=eth0 run
|
Use eth0 instead of tap0 which wasn't created properly.
|
Use eth0 instead of tap0 which wasn't created properly.
|
YAML
|
unlicense
|
winksaville/test-af_packet,winksaville/test-af_packet
|
ee961ced5739311c0027c088696c25cbe9dfe66b
|
circle.yml
|
circle.yml
|
machine:
services:
- docker
dependencies:
override:
- docker build -t test-integration-nodejs:latest .
- >
docker run
-e "APIKEY=${APIKEY}"
-e "CIRCLE_PROJECT_REPONAME=${CIRCLE_PROJECT_REPONAME}"
-e "CIRCLE_BUILD_NUM=${CIRCLE_BUILD_NUM}"
-e "IMAGE=${IMAGE:-coreos-beta}"
--name=test-integration-nodejs-init test-integration-nodejs:latest /initialize.sh
- docker commit test-integration-nodejs-init test-integration-nodejs:latest
test:
override:
- docker run --name=test-integration-nodejs-hello-world test-integration-nodejs:latest /run_hello_world_test.sh
- docker run --name=test-integration-nodejs-apt-packages test-integration-nodejs:latest /run_apt_packages_test.sh
- docker run --name=test-integration-nodejs-apt-packages test-integration-nodejs:latest /run_restart_test.sh
post:
- docker run --name=DUMP-test-integration-nodejs test-integration-nodejs:latest vagrant ssh -- sudo journalctl
- docker run --name=DESTROY-test-integration-nodejs test-integration-nodejs:latest vagrant destroy -f
# TODO: Collect container as an asset?
|
machine:
services:
- docker
dependencies:
override:
- docker build -t test-integration-nodejs:latest .
- >
docker run
-e "APIKEY=${APIKEY}"
-e "CIRCLE_PROJECT_REPONAME=${CIRCLE_PROJECT_REPONAME}"
-e "CIRCLE_BUILD_NUM=${CIRCLE_BUILD_NUM}"
-e "IMAGE=${IMAGE:-coreos-beta}"
--name=test-integration-nodejs-init test-integration-nodejs:latest /initialize.sh
- docker commit test-integration-nodejs-init test-integration-nodejs:latest
test:
override:
- docker run --name=test-integration-nodejs-hello-world test-integration-nodejs:latest /run_hello_world_test.sh
- docker run --name=test-integration-nodejs-apt-packages test-integration-nodejs:latest /run_apt_packages_test.sh
- docker run --name=test-integration-nodejs-apt-packages test-integration-nodejs:latest /run_restart_test.sh
post:
- docker run --name=DUMP-test-integration-nodejs test-integration-nodejs:latest vagrant ssh -- sudo journalctl
- docker run --name=DESTROY-test-integration-nodejs test-integration-nodejs:latest vagrant destroy -f
- curl -l -X DELETE -H 'Content-Type: application/json' -H 'Authorization: Bearer ${APIKEY}' https://api.digitalocean.com/v2/account/keys/$(ssh-keygen -l -f /.ssh/id_rsa | awk '{ print $2 }')
# TODO: Collect container as an asset?
|
Remove unused ssh-key from digital ocean.
|
Remove unused ssh-key from digital ocean.
|
YAML
|
apache-2.0
|
experimental-platform/test-integration-nodejs
|
81b73e85a89af549e6228dc6908db46ad0f5390f
|
circle.yml
|
circle.yml
|
machine:
java:
version: oraclejdk8
test:
override:
- ./gradlew test
|
machine:
java:
version: oraclejdk8
test:
override:
- ./gradlew clean check
|
Change to `gradlew clean check`
|
Change to `gradlew clean check`
|
YAML
|
apache-2.0
|
o19s/elasticsearch-learning-to-rank,o19s/elasticsearch-learning-to-rank
|
c768555677b1b67c255c04adbaee28a74fda0a2c
|
circle.yml
|
circle.yml
|
machine:
python:
version: 2.7.12 # this specific version is preinstalled on the CI servers and allows faster builds
environment:
PYPI_USERNAME: openfisca-bot # set here the name of your Pypi account to automatically publish your template to Pypi
# PYPI_PASSWORD: this value is set in CircleCI's web interface; do not set it here, it is a secret!
dependencies:
override:
- pip install --upgrade pip wheel # pip >= 8.0 needed to be compatible with "manylinux" wheels, used by numpy >= 1.11
- pip install twine
- pip install ".[test, api]" --upgrade
test:
pre:
- git fetch
override:
- pip check
- nosetests:
parallel: true
files:
- tests/**/*.py
- openfisca-run-test:
parallel: true
files:
- tests/**/*.yaml
- tests/**/*.yml
- ./check-version-bump.sh
deployment:
master:
branch: master
owner: openfisca
commands:
- ./deploy-if-version-bump.sh
|
machine:
python:
version: 2.7.12 # this specific version is preinstalled on the CI servers and allows faster builds
environment:
PYPI_USERNAME: openfisca-bot # set here the name of your Pypi account to automatically publish your template to Pypi
# PYPI_PASSWORD: this value is set in CircleCI's web interface; do not set it here, it is a secret!
dependencies:
override:
- pip install --upgrade pip wheel # pip >= 8.0 needed to be compatible with "manylinux" wheels, used by numpy >= 1.11
- pip install twine
# Uncomment and adapt the next line to use a particular feature branch of OpenFisca-Core to run Circle CI tests
# - pip install --editable git+https://github.com/openfisca/openfisca-core.git@BRANCH_NAME#egg=OpenFisca-Core
- pip install ".[test, api]" --upgrade
test:
pre:
- git fetch
override:
- pip check
- nosetests:
parallel: true
files:
- tests/**/*.py
- openfisca-run-test:
parallel: true
files:
- tests/**/*.yaml
- tests/**/*.yml
- ./check-version-bump.sh
deployment:
master:
branch: master
owner: openfisca
commands:
- ./deploy-if-version-bump.sh
|
Document how to use core FB
|
Document how to use core FB
|
YAML
|
agpl-3.0
|
sgmap/openfisca-france,antoinearnoud/openfisca-france,sgmap/openfisca-france,antoinearnoud/openfisca-france
|
8513952a056a947dd1510d05d5500712a32273e6
|
circle.yml
|
circle.yml
|
machine:
node:
version: 4.4.7
environment:
NODE_ENV: test
dependencies:
# Gulp must be installed in the global environment.
pre:
- npm install -g gulp-cli
post:
- npm install -g aws-cli
# For hosting on mapzen.com. Only deploy if tests pass. Compiled files are
# rebuilt for a production environment.
deployment:
production:
branch: master
commands:
- NODE_ENV=production gulp build
- cp -R build data index.html $CIRCLE_ARTIFACTS
- aws s3 sync $CIRCLE_ARTIFACTS $AWS_DESTINATION --delete
- ./deploy/invalidate_cloudfront.sh
|
machine:
node:
version: 4.4.7
environment:
NODE_ENV: test
dependencies:
# Gulp must be installed in the global environment.
pre:
- npm install -g gulp-cli
post:
- npm install -g aws-cli
test:
post:
# For Precog.
- cp -R build data index.html $CIRCLE_ARTIFACTS
# For hosting on mapzen.com. Only deploy if tests pass. Compiled files are
# rebuilt for a production environment.
deployment:
production:
branch: master
commands:
- NODE_ENV=production gulp build
- cp -R build data index.html $CIRCLE_ARTIFACTS
- aws s3 sync $CIRCLE_ARTIFACTS $AWS_DESTINATION --delete
- ./deploy/invalidate_cloudfront.sh
|
Revert aab100: files must be copied after test for non-master branches
|
Revert aab100: files must be copied after test for non-master branches
|
YAML
|
mit
|
tangrams/tangram-play,tangrams/tangram-play
|
50db25cd62ad0e985bf4ec1f0e6954a12432eb45
|
circle.yml
|
circle.yml
|
machine:
java:
version: oraclejdk8
services:
- docker
test:
override:
- ./gradlew checkstyleMain checkstyleTest test --info
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
general:
artifacts:
- build/reports
deployment:
develop:
branch: develop
commands:
- ./gradlew -i artifactoryPublish
release:
tag: /[0-9]+(\.[0-9]+)+/
commands:
- ./gradlew -i bintrayUpload
|
machine:
java:
version: oraclejdk8
services:
- docker
test:
override:
- ./gradlew checkstyleMain checkstyleTest test --info
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
general:
artifacts:
- build/reports
deployment:
release:
tag: /[0-9]+(\.[0-9]+)+/
commands:
- ./gradlew -i bintrayUpload
|
Remove unnecessary develop publish command
|
Remove unnecessary develop publish command
|
YAML
|
apache-2.0
|
palantir/docker-compose-rule,palantir/docker-compose-rule,tomasulo/docker-compose-rule
|
24c1fd812e7cba07b9c7fda32f6b92a5028f9ab8
|
.bazelci/config.yml
|
.bazelci/config.yml
|
---
platforms:
ubuntu1404:
test_targets:
- //:bazelisk_test
ubuntu1604:
test_targets:
- //:bazelisk_test
ubuntu1804:
test_targets:
- //:bazelisk_test
macos:
test_targets:
- //:bazelisk_test
windows:
test_targets:
- //:bazelisk_test
test_flags:
- --test_env=PATH
- --test_env=PROCESSOR_ARCHITECTURE
|
---
platforms:
ubuntu1404:
test_targets:
- //:bazelisk_test
ubuntu1604:
test_targets:
- //:bazelisk_test
ubuntu1804:
test_targets:
- //:bazelisk_test
macos:
test_targets:
- //:bazelisk_test
test_flags:
- --test_output=streamed
windows:
test_targets:
- //:bazelisk_test
test_flags:
- --flaky_test_attempts=1
- --test_env=PATH
- --test_env=PROCESSOR_ARCHITECTURE
|
Add test_flags to workaround Bazel bugs on CI
|
Add test_flags to workaround Bazel bugs on CI
|
YAML
|
apache-2.0
|
bazelbuild/bazelisk,bazelbuild/bazelisk,bazelbuild/bazelisk,bazelbuild/bazelisk
|
2c429b2717903443376c81425cfa52c319bdde27
|
.codeclimate.yml
|
.codeclimate.yml
|
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "**.js"
- "**.md"
|
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "**.js"
- "**.md"
|
Fix missing tab causing code climate to fail builds
|
Fix missing tab causing code climate to fail builds
|
YAML
|
mit
|
Steven-Roberts/eslint-config
|
8b224e1406d3a24273aadad7c4e6eb4bce9eea4c
|
.kitchen.dokken.yml
|
.kitchen.dokken.yml
|
driver:
name: dokken
privileged: true # because Docker and SystemD/Upstart
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
transport:
name: dokken
provisioner:
name: dokken
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: debian-7
driver:
image: dokken/debian-7
pid_one_command: /sbin/init
- name: debian-8
driver:
image: dokken/debian-8
pid_one_command: /bin/systemd
- name: debian-9
driver:
# Need a custom Stretch image as dokken one contains extra packages and then we hit https://github.com/chef-cookbooks/apt/issues/234
image: debian:9
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- RUN /usr/bin/apt-get install -y systemd
- name: centos-7
driver:
image: dokken/centos-7
pid_one_command: /usr/lib/systemd/systemd
- name: ubuntu-14.04
driver:
image: dokken/ubuntu-14.04
pid_one_command: /sbin/init
- name: ubuntu-16.04
driver:
image: dokken/ubuntu-16.04
pid_one_command: /bin/systemd
|
driver:
name: dokken
privileged: true # because Docker and SystemD/Upstart
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
transport:
name: dokken
provisioner:
name: dokken
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: debian-7
driver:
image: dokken/debian-7
pid_one_command: /sbin/init
- name: debian-8
driver:
image: dokken/debian-8
pid_one_command: /bin/systemd
- name: debian-9
driver:
# Need a custom Stretch image as dokken one contains extra packages and then we hit https://github.com/chef-cookbooks/apt/issues/234
image: debian:9
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- RUN /usr/bin/apt-get install -y systemd
- RUN rm /etc/systemd/system/getty.target.wants/getty\@tty1.service
- name: centos-7
driver:
image: dokken/centos-7
pid_one_command: /usr/lib/systemd/systemd
- name: ubuntu-14.04
driver:
image: dokken/ubuntu-14.04
pid_one_command: /sbin/init
- name: ubuntu-16.04
driver:
image: dokken/ubuntu-16.04
pid_one_command: /bin/systemd
|
Remove getty service from Stretch
|
[GH-234] Remove getty service from Stretch
Remove annoying tty service which consumes 100% CPU
Signed-off-by: Tom Parker <[email protected]>
|
YAML
|
apache-2.0
|
opscode-cookbooks/apt,chef-cookbooks/apt,opscode-cookbooks/apt,chef-cookbooks/apt
|
4027ee5ab468e8688551234875562e280809e40a
|
tasks/storage.yml
|
tasks/storage.yml
|
---
- name: Create filesystem on storage block device
filesystem:
dev: "{{ docker_storage_block_device }}"
fstype: "{{ docker_storage_filesystem }}"
force: "{{ docker_storage_force }}"
become: true
ignore_errors: true
- name: Create docker directory
file:
path: /var/lib/docker
state: directory
owner: root
group: root
mode: 0711
become: true
tags:
- skip_ansible_lint
- name: Mount storage block device to docker directory
mount:
# NOTE: changes to path after 2.3
name: /var/lib/docker
src: "{{ docker_storage_block_device }}"
fstype: "{{ docker_storage_filesystem }}"
state: mounted
become: true
|
---
- name: Create filesystem on storage block device
filesystem:
dev: "{{ docker_storage_block_device }}"
fstype: "{{ docker_storage_filesystem }}"
force: "{{ docker_storage_force }}"
become: true
ignore_errors: true
- name: Create docker directory
file:
path: /var/lib/docker
state: directory
owner: root
group: root
mode: 0711
become: true
tags:
- skip_ansible_lint
- name: Mount storage block device to docker directory
mount:
path: /var/lib/docker
src: "{{ docker_storage_block_device }}"
fstype: "{{ docker_storage_filesystem }}"
state: mounted
become: true
|
Use path instead of name
|
Use path instead of name
|
YAML
|
apache-2.0
|
betacloud/ansible-docker,betacloud/ansible-docker
|
df610c2eb307f59e071235ea2d0db2bcb18fd526
|
.drone.yml
|
.drone.yml
|
build:
test:
image: golang
commands:
- go get $(comm -23 <(sort <(go list -f '{{join .Imports "\n"}}' ./...) | uniq) <(go list std) | grep -v TheThingsNetwork)
- go get $(comm -23 <(sort <(go list -f '{{join .TestImports "\n"}}' ./...) | uniq) <(go list std) | grep -v TheThingsNetwork)
- go list ./... | grep -v integration | xargs go test
- sh -c 'FMTRES="$(go fmt ./...)"; if [ ! -z "$FMTRES" ]; then echo $FMTRES; exit 255; fi'
- go vet ./...
release:
image: htdvisser/ttnbuild
commands:
- ./build_binaries.sh
when:
branch: [master, develop]
publish:
azure_storage:
account_key: $$AZURE_STORAGE_KEY
storage_account: thethingsnetwork
container: release
source: release/
when:
branch: [master, develop]
|
build:
test:
image: golang
commands:
- bash -c 'go get $(comm -23 <(sort <(go list -f '"'"'{{join .Imports "\n"}}'"'"' ./...) | uniq) <(go list std) | grep -v TheThingsNetwork)'
- bash -c 'go get $(comm -23 <(sort <(go list -f '"'"'{{join .TestImports "\n"}}'"'"' ./...) | uniq) <(go list std) | grep -v TheThingsNetwork)'
- go list ./... | grep -v integration | xargs go test -v
- sh -c 'FMTRES="$(go fmt ./...)"; if [ ! -z "$FMTRES" ]; then echo $FMTRES; exit 255; fi'
- go vet ./...
release:
image: htdvisser/ttnbuild
commands:
- bash -c 'go get $(comm -23 <(sort <(go list -f '"'"'{{join .Imports "\n"}}'"'"' ./...) | uniq) <(go list std) | grep -v TheThingsNetwork)'
- bash -c 'go get $(comm -23 <(sort <(go list -f '"'"'{{join .TestImports "\n"}}'"'"' ./...) | uniq) <(go list std) | grep -v TheThingsNetwork)'
- ./build_binaries.sh
when:
branch: [master, develop]
publish:
azure_storage:
account_key: $$AZURE_STORAGE_KEY
storage_account: thethingsnetwork
container: release
source: release/
when:
branch: [master, develop]
|
Fix dependency selection for Drone
|
Fix dependency selection for Drone
|
YAML
|
mit
|
jvanmalder/ttn,LoRaWanSoFa/ttn,mgranberry/ttn,TheThingsNetwork/ttn,jvanmalder/ttn,LoRaWanSoFa/ttn,TheThingsNetwork/ttn,TheThingsNetwork/ttn,mgranberry/ttn,mgranberry/ttn,jvanmalder/ttn
|
1720f149a405a988cff55d7f8f5273a811a267a6
|
.scrutinizer.yml
|
.scrutinizer.yml
|
before_commands:
- 'composer install --prefer-source --no-interaction --dev'
filter:
paths:
- 'src/*'
excluded_paths:
- 'vendor/*'
- 'tests/*'
tools:
php_mess_detector: true
php_code_coverage:
config_path: phpunit.xml
php_cpd:
excluded_dirs:
- vendor
- tests
php_loc:
excluded_dirs:
- vendor
- tests
php_pdepend:
excluded_dirs:
- vendor
- tests
|
before_commands:
- 'composer install --prefer-source --no-interaction --dev'
filter:
paths:
- 'src/*'
excluded_paths:
- 'build/*'
- 'public/*'
- 'vendor/*'
- 'tests/*'
tools:
php_mess_detector: true
php_code_sniffer:
config:
standard: PSR1
php_code_coverage:
config_path: phpunit.xml
php_cpd:
excluded_dirs:
- vendor
- tests
php_loc:
excluded_dirs:
- vendor
- tests
php_pdepend:
excluded_dirs:
- vendor
- tests
|
Add code sniffer using PSR-1 standard
|
Add code sniffer using PSR-1 standard
Signed-off-by: crynobone <[email protected]>
|
YAML
|
mit
|
orchestral/foundation,orchestral/foundation,orchestral/foundation,stevebauman/foundation
|
bc0c7933774275cd9a92c28905aeb7e7c1591550
|
packages/gh/ghc-syb-utils.yaml
|
packages/gh/ghc-syb-utils.yaml
|
homepage: http://github.com/nominolo/ghc-syb
changelog-type: ''
hash: dc4326e7ea0f8064ab782b7ed95ec79fd9ad87ef0b6cca8066020b8477435652
test-bench-deps:
ghc: -any
base: -any
ghc-syb-utils: -any
filepath: -any
ghc-paths: -any
directory: -any
maintainer: Thomas Schilling <[email protected]>
synopsis: Scrap Your Boilerplate utilities for the GHC API.
changelog: ''
basic-deps:
ghc: -any
base: ! '>=4 && <5'
syb: ! '>=0.1.0'
all-versions:
- '0.2.0.0'
- '0.2.1.0'
- '0.2.1.1'
- '0.2.1.2'
- '0.2.2'
- '0.2.3'
- '0.2.3.1'
author: Claus Reinke
latest: '0.2.3.1'
description-type: haddock
description: Scrap Your Boilerplate utilities for the GHC API.
license-name: BSD3
|
homepage: http://github.com/nominolo/ghc-syb
changelog-type: ''
hash: f136fb719b1d93eb54c189867c3176f3b64c87e0c9c7c2690c470a0f75e5d952
test-bench-deps:
ghc: -any
base: -any
ghc-syb-utils: -any
filepath: -any
ghc-paths: -any
directory: -any
maintainer: Thomas Schilling <[email protected]>
synopsis: Scrap Your Boilerplate utilities for the GHC API.
changelog: ''
basic-deps:
ghc: -any
base: ! '>=4 && <5'
syb: ! '>=0.1.0'
all-versions:
- '0.2.0.0'
- '0.2.1.0'
- '0.2.1.1'
- '0.2.1.2'
- '0.2.2'
- '0.2.3'
- '0.2.3.1'
- '0.2.3.2'
author: Claus Reinke
latest: '0.2.3.2'
description-type: haddock
description: Scrap Your Boilerplate utilities for the GHC API.
license-name: BSD3
|
Update from Hackage at 2017-06-11T14:09:28Z
|
Update from Hackage at 2017-06-11T14:09:28Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
490e6b68f629222791b45fb909d282ef510bd03c
|
.zuul.yaml
|
.zuul.yaml
|
- job:
name: heatclient-functional
parent: devstack-tox-functional
timeout: 4200
required-projects:
- openstack/heat
- openstack/python-heatclient
vars:
openrc_enable_export: true
devstack_plugins:
heat: https://opendev.org/openstack/heat
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- ^doc/.*$
- ^.*\.rst$
- ^releasenotes/.*$
- ^heatclient/tests/.*$
- project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- check-requirements
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- heatclient-functional
gate:
jobs:
- heatclient-functional
|
- job:
name: heatclient-functional
parent: devstack-tox-functional
timeout: 4200
required-projects:
- openstack/heat
- openstack/python-heatclient
vars:
openrc_enable_export: true
devstack_plugins:
heat: https://opendev.org/openstack/heat
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- ^doc/.*$
- ^.*\.rst$
- ^releasenotes/.*$
- ^heatclient/tests/.*$
- project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-xena-jobs
- check-requirements
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- heatclient-functional
gate:
jobs:
- heatclient-functional
|
Add Python3 xena unit tests
|
Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Depends-On: https://review.opendev.org/c/openstack/python-heatclient/+/784712
Change-Id: Ie183f7f5b02c6008de70d81e248211d453276c39
|
YAML
|
apache-2.0
|
openstack/python-heatclient
|
10941239f622536a90a35348f1ebd02283e66bb8
|
.zuul.yaml
|
.zuul.yaml
|
- job:
name: vitrage-dashboard-integration-tests
parent: horizon-integration-tests
required-projects:
- name: openstack/horizon
- name: openstack/vitrage
- name: openstack/python-vitrageclient
- name: openstack/vitrage-dashboard
roles:
- zuul: openstack-infra/devstack
- zuul: openstack/horizon
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
devstack_plugins:
vitrage: https://opendev.org/openstack/vitrage
vitrage-dashboard: https://opendev.org/openstack/vitrage-dashboard
devstack_services:
horizon: true
tox_envlist: integration
- project:
templates:
- horizon-nodejs10-jobs-nonvoting
- horizon-non-primary-django-jobs
- openstack-python3-victoria-jobs-horizon
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
check:
jobs:
- vitrage-dashboard-integration-tests:
voting: false
|
- job:
name: vitrage-dashboard-integration-tests
parent: horizon-integration-tests
required-projects:
- name: openstack/horizon
- name: openstack/vitrage
- name: openstack/python-vitrageclient
- name: openstack/vitrage-dashboard
roles:
- zuul: openstack-infra/devstack
- zuul: openstack/horizon
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
devstack_plugins:
vitrage: https://opendev.org/openstack/vitrage
vitrage-dashboard: https://opendev.org/openstack/vitrage-dashboard
devstack_services:
horizon: true
tox_envlist: integration
- project:
templates:
- horizon-nodejs10-jobs-nonvoting
- horizon-non-primary-django-jobs
- openstack-python3-wallaby-jobs-horizon
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
check:
jobs:
- vitrage-dashboard-integration-tests:
voting: false
|
Add Python3 wallaby unit tests
|
Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I0f5421091c31f2c2b01bba3927d528372caecd13
|
YAML
|
apache-2.0
|
openstack/vitrage-dashboard,openstack/vitrage-dashboard,openstack/vitrage-dashboard,openstack/vitrage-dashboard
|
25f1974169494b65e2efc41a6d0514edbf3bfc82
|
config/sidekiq.yml
|
config/sidekiq.yml
|
:verbose: false
:concurrency: 10
:timeout: 8
staging:
:concurrency: 10
production:
:concurrency: 20
:queues:
- default
|
:verbose: false
:concurrency: 5
:timeout: 8
staging:
:concurrency: 5
production:
:concurrency: 5
:queues:
- default
|
Reduce concurrency to avoid max number of clients error on heroku.
|
Reduce concurrency to avoid max number of clients error on heroku.
|
YAML
|
mit
|
SplitTime/OpenSplitTime,SplitTime/OpenSplitTime,SplitTime/OpenSplitTime,voltagead/OpenSplitTime,voltagead/OpenSplitTime,voltagead/OpenSplitTime
|
ed39f91c01e523bc8073ef6738ae9120c9ae67c8
|
configuration.yaml
|
configuration.yaml
|
ping:
- name: local
host: gateway.local
interval: 5
prefix: local_
- name: remote
host: p1db-prisms-p1.bmi.utah.edu
interval: 15
prefix: remote_
lcd:
display_air_quality: yes
wireless:
|
ping:
- name: local
host: gateway.local
interval: 5
prefix: local_
- name: remote
host: p1db-prisms-p1.bmi.utah.edu
interval: 15
prefix: remote_
lcd:
display_air_quality: yes
wireless:
dylos:
sht21:
|
Enable dylos and sht21 sensors
|
Enable dylos and sht21 sensors
|
YAML
|
apache-2.0
|
VDL-PRISM/dylos
|
453dd30e57d58e706fcc7a983266c6fae2620c91
|
scripts/jenkins/qa/macros.yaml
|
scripts/jenkins/qa/macros.yaml
|
---
- wrapper:
name: mkphyscloud-qa-common-wrappers
wrappers:
- build-name:
name: '#${BUILD_NUMBER}: ${ENV,var="cloudsource"}'
- timestamps
|
---
- wrapper:
name: mkphyscloud-qa-common-wrappers
wrappers:
- build-name:
name: '#${BUILD_NUMBER}: ${ENV,var="cloudsource"}'
- timestamps
- publisher:
name: mkphyscloud-qa-common-publishers
publishers:
- archive:
artifacts: .artifacts/**
|
Add publisher macro to archive artifacts
|
Add publisher macro to archive artifacts
|
YAML
|
apache-2.0
|
gosipyan/automation,SUSE-Cloud/automation,vmoravec/automation,SUSE-Cloud/automation,gosipyan/automation,aspiers/automation,vmoravec/automation,aspiers/automation,vmoravec/automation,aspiers/automation,SUSE-Cloud/automation,aspiers/automation,vmoravec/automation,SUSE-Cloud/automation,gosipyan/automation,gosipyan/automation
|
08e70cec42b7c501bfdddf9e7ac5401aad45c315
|
data/heroes/61.yml
|
data/heroes/61.yml
|
name: "Abigail"
personaje: "clérigo"
jugador: "Iris"
gender: "female"
status: "reserva"
nivel: 2
cuerpo: 6
mente: 5
mov: 7
armadura: 2
armas:
- { id: 13 }
- { id: 7 }
protecciones:
- { id: 1 }
skills: [1, 3]
|
name: "Abigail"
personaje: "clérigo"
jugador: "Iris"
gender: "female"
status: "reserva"
nivel: 2
cuerpo: 6
mente: 5
mov: 7
armadura: 2
armas:
- { id: 13 }
- { id: 7 }
protecciones:
- { id: 3 }
- { id: 4 }
- { id: 8 }
- { id: 10 }
- { id: 13 }
miscelaneas:
- { id: 6, enchants: [111] }
skills: [1, 3]
master: [8]
pociones: [1]
tesoro:
joyas: [8]
|
Update Abigail items and skills
|
Update Abigail items and skills
|
YAML
|
mit
|
borja/herobravo,AitorSG/herobravo,AlbertoMartinfer/herobravo,AitorSG/herobravo,Usserr/herobravo,AlbertoMartinfer/herobravo,AitorSG/herobravo,borja/herobravo,borja/herobravo,Usserr/herobravo,Usserr/herobravo,AlbertoMartinfer/herobravo
|
e156a5909e5f197ef83ab531500883ea48e92aca
|
.github/workflows/build.yaml
|
.github/workflows/build.yaml
|
name: Build
on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
build:
name: Building on ${{matrix.os}} using ${{matrix.compiler}}
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
compiler: [fsf]
steps:
- uses: actions/checkout@v2
- name: Install toolchain
uses: ada-actions/toolchain@ce2021
with:
distrib: ${{matrix.compiler}}
target: native
- name: Install Alire
uses: alire-project/setup-alire@latest-stable
- name: Run tests
run: make tests
- name: Generate coverage
run: make coverage
|
name: Build
on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
build:
name: Building on ${{matrix.os}} using ${{matrix.compiler}}
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-latest, windows-latest]
compiler: [fsf, community]
exclude:
- os: windows-latest
compiler: fsf
steps:
- uses: actions/checkout@v2
- name: Install toolchain
uses: ada-actions/toolchain@ce2021
with:
distrib: ${{matrix.compiler}}
target: native
- name: Install Alire
uses: alire-project/setup-alire@latest-stable
- name: Run tests
run: make tests
- name: Generate coverage
run: make coverage
|
Exclude FSF compiler on Windows
|
Exclude FSF compiler on Windows
Signed-off-by: onox <[email protected]>
|
YAML
|
apache-2.0
|
onox/orka
|
5d97267aaca165b9c2742732cb4c75779c8540b8
|
.github/workflows/deploy.yml
|
.github/workflows/deploy.yml
|
name: Deploy
on:
push:
tags:
- v*
jobs:
build-and-push:
name: Build and Push
runs-on: ubuntu-latest
env:
REGISTRY: registry.digitalocean.com
NAME: ghost/gscan
steps:
- uses: actions/checkout@v2
- name: Get version
run: echo "IMAGE_VERSION=$(git describe --tags)" >> $GITHUB_ENV
- name: Publish to DigitalOcean Registry
uses: elgohr/[email protected]
with:
registry: ${{ env.REGISTRY }}
name: ${{ env.NAME }}
dockerfile: .github/deploy/Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tags: "latest,${{ env.IMAGE_VERSION }}"
- uses: matootie/[email protected]
with:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: ${{ secrets.CLUSTER_NAME }}
- name: Update deployment
run: kubectl set image deployment/gscan gscan=${{ env.REGISTRY }}/${{ env.NAME }}:${{ env.IMAGE_VERSION }}
|
name: Deploy
on:
push:
tags:
- v*
jobs:
build-and-push:
name: Build and Push
runs-on: ubuntu-latest
env:
REGISTRY: registry.digitalocean.com
NAME: ghost/gscan
steps:
- uses: actions/checkout@v2
- name: Get version
run: echo "IMAGE_VERSION=$(git describe --tags)" >> $GITHUB_ENV
- name: Publish to DigitalOcean Registry
uses: elgohr/[email protected]
with:
registry: ${{ env.REGISTRY }}
name: ${{ env.NAME }}
dockerfile: .github/deploy/Dockerfile
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tags: "latest,${{ env.IMAGE_VERSION }}"
- uses: matootie/[email protected]
with:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: ${{ secrets.CLUSTER_NAME }}
- name: Update deployment
run: kubectl set image deployment/gscan gscan=${{ env.REGISTRY }}/${{ env.NAME }}:${{ env.IMAGE_VERSION }}
|
Update elgohr/Publish-Docker-Github-Action action to v3
|
Update elgohr/Publish-Docker-Github-Action action to v3
|
YAML
|
mit
|
TryGhost/gscan
|
7fa0dde2429d2ea5418ed39ecab89d6ebc4493bf
|
circle.yml
|
circle.yml
|
machine:
timezone:
Asia/Tokyo
test:
pre:
- bundle exec rubocop
- bundle exec rails_best_practices .
|
machine:
timezone:
Asia/Tokyo
dependencies:
pre:
- gem install bundler --pre
test:
pre:
- bundle exec rubocop
- bundle exec rails_best_practices .
|
Fix ciecle.yml to install latest version of bundler
|
Fix ciecle.yml to install latest version of bundler
|
YAML
|
mit
|
tamano/drunken_sakana,tamano/drunken_sakana
|
33f33b642761e969ed59acde685636b686d2ad4c
|
circle.yml
|
circle.yml
|
machine:
node:
version: 7.4.0
test:
override:
- bundle exec rake
|
machine:
services:
- redis
node:
version: 7.4.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- bundle exec rake
|
Add Yarn and Redis to CircleCI config
|
Add Yarn and Redis to CircleCI config
Yarn needs to be configured on CircleCI to run our tests.
Upgrading to latest Ubuntu (14.04) image does not start Redis
automatically.
|
YAML
|
mit
|
houndci/hound,houndci/hound,thoughtbot/hound,thoughtbot/hound,houndci/hound,thoughtbot/hound,thoughtbot/hound,houndci/hound
|
7d28ea41d7a30725db982707a3e40ba01e93af3d
|
circle.yml
|
circle.yml
|
machine:
environment:
ENV: dev
SECRET_KEY: testing-on-circle-ci
POSTGRES_USER: ubuntu
POSTGRES_HOST: localhost
UNPP_LOGS_PATH: /home/ubuntu/logs
UNPP_UPLOADS_PATH: /home/ubuntu/uploads
dependencies:
pre:
- mkdir -p /home/ubuntu/logs
- mkdir -p /home/ubuntu/uploads
- pip install -r backend/requirements/dev.pip
test:
override:
- cd backend && python manage.py test --noinput
- cd backend && flake8
|
machine:
environment:
ENV: dev
SECRET_KEY: testing-on-circle-ci
POSTGRES_USER: ubuntu
POSTGRES_HOST: localhost
UNPP_LOGS_PATH: /home/ubuntu/logs
UNPP_UPLOADS_PATH: /home/ubuntu/uploads
python:
version: 3.6.2
dependencies:
pre:
- mkdir -p /home/ubuntu/logs
- mkdir -p /home/ubuntu/uploads
- pip install -r backend/requirements/dev.pip
test:
override:
- cd backend && python manage.py test --noinput
- cd backend && flake8
|
Update Circle to run on py3
|
Update Circle to run on py3
|
YAML
|
apache-2.0
|
unicef/un-partner-portal,unicef/un-partner-portal,unicef/un-partner-portal,unicef/un-partner-portal
|
2826b0f8e5bec55b3def5480db685179d5d68c4d
|
circle.yml
|
circle.yml
|
machine:
environment:
IMPORT_PATH: "github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"
COPY_TARGET: echo $GOPATH | sed 's/:.*//'
dependencies:
override:
- mkdir -p "$COPY_TARGET/src/$IMPORT_PATH"
- rsync -azC --delete ./ "$COPY_TARGET/src/$IMPORT_PATH/"
test:
pre:
- go vet ./...
override:
- go test ./... -race
|
machine:
environment:
IMPORT_PATH: "github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"
dependencies:
override:
- COPY_TARGET=$( echo $GOPATH | sed 's/:.*//' ) mkdir -p "$COPY_TARGET/src/$IMPORT_PATH"
- COPY_TARGET=$( echo $GOPATH | sed 's/:.*//' ) rsync -azC --delete ./ "$COPY_TARGET/src/$IMPORT_PATH/"
test:
pre:
- go vet ./...
override:
- go test ./... -race
|
Move COPY_TARGET ENV declaration inline
|
Move COPY_TARGET ENV declaration inline
CircleCI apparently does not evaluate ENV declarations as previously
assumed. This moves the declarations inline with each command that
depends on the COPY_TARGET ENV in the hopes that CircleCI will blindly
evaluate the entire line.
|
YAML
|
mit
|
influxdb/usage-client,influxdata/usage-client
|
1f488760c00090a95a67fe645959075b9cd49c2f
|
circle.yml
|
circle.yml
|
machine:
python:
version: 2.7.9
dependencies:
pre:
- pip install coverage python-coveralls
- pip install --upgrade setuptools
- sh mecab_install.sh
test:
pre:
- python -m nltk.downloader maxent_treebank_pos_tagger punkt stopwords
- nosetests tests/scripts_test.py:ScriptsTestCase.test_mobileclick_download_data
override:
- nosetests -v --with-coverage --with-xunit --xunit-file=$CIRCLE_TEST_REPORTS/nosetests/nosetests.xml
post:
- coveralls
general:
artifacts:
- "runs"
|
machine:
python:
version: 2.7.9
dependencies:
pre:
- pip install coverage python-coveralls
- pip install --upgrade setuptools
- sh mecab_install.sh
test:
pre:
- python -m nltk.downloader maxent_treebank_pos_tagger punkt stopwords
- nosetests tests/scripts_test.py:ScriptsTestCase.test_mobileclick_download_data
override:
- nosetests -v --with-coverage --with-xunit --xunit-file=$CIRCLE_TEST_REPORTS/nosetests.xml
post:
- coveralls
general:
artifacts:
- "runs"
|
Change test report output dir
|
Change test report output dir
|
YAML
|
mit
|
mpkato/mobileclick,mpkato/mobileclick
|
56c798c98761c11e98875240d7df2bd46c9afdfe
|
circle.yml
|
circle.yml
|
machine:
node:
version: 4.4.5
dependencies:
cache_directories:
- /home/ubuntu/nvm/versions/node/v4.4.5/bin
- /home/ubuntu/nvm/versions/node/v4.4.5/lib/node_modules
- node_modules
- bower_components
override:
- npm install -g bower
- npm install --cache-min Infinity
- bower install
- npm rebuild node-sass
deployment:
production:
branch: master
commands:
- 'node_modules/.bin/ember deploy production --activate'
staging:
branch: develop
commands:
- 'node_modules/.bin/ember deploy staging --activate'
|
machine:
node:
version: 4.4.5
dependencies:
cache_directories:
- /home/ubuntu/nvm/versions/node/v4.4.5/bin
- /home/ubuntu/nvm/versions/node/v4.4.5/lib/node_modules
- node_modules
- bower_components
override:
- npm install -g bower
- npm install
- bower install
- npm rebuild node-sass
deployment:
production:
branch: master
commands:
- 'node_modules/.bin/ember deploy production --activate'
staging:
branch: develop
commands:
- 'node_modules/.bin/ember deploy staging --activate'
|
Revert "Circle CI script changes for faster build times"
|
Revert "Circle CI script changes for faster build times"
|
YAML
|
mit
|
jderr-mx/code-corps-ember,code-corps/code-corps-ember,jderr-mx/code-corps-ember,code-corps/code-corps-ember
|
9dc9946e5b576db19bedc5ad2778047ec63b5398
|
circle.yml
|
circle.yml
|
machine:
java:
version: openjdk8
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-23
- echo y | android update sdk --no-ui --all --filter build-tools-23.0.2
test:
pre:
# start the emulator
- emulator -avd circleci-android22 -no-audio -no-window:
background: true
parallel: true
# wait for it to have booted
- circle-android wait-for-boot
override:
- adb start-server:
background: true
- ./gradlew test assembleDebug
# Unlock the lockscreen on the emulator
- adb shell input keyevent 82
- adb shell input keyevent 92
- ./gradlew connectedAndroidTest
post:
- cp -r app/build/outputs $CIRCLE_ARTIFACTS
# copy the test results to the test results directory.
- find app/build/test-results -name "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/ \;
- cp -r app/build/outputs/androidTest-results/* $CIRCLE_TEST_REPORTS
|
machine:
java:
version: openjdk8
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-23
- echo y | android update sdk --no-ui --all --filter build-tools-23.0.2
test:
pre:
# start the emulator
- emulator -avd circleci-android22 -no-audio -no-window:
background: true
parallel: true
# wait for it to have booted
- circle-android wait-for-boot
override:
- adb start-server:
background: true
- ./gradlew test assembleDebug --console=plain
# Unlock the lockscreen on the emulator
- adb shell input keyevent 82
- adb shell input keyevent 92
- ./gradlew connectedAndroidTest --console=plain
post:
- cp -r app/build/outputs $CIRCLE_ARTIFACTS
# copy the test results to the test results directory.
- find app/build/test-results -name "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/ \;
- cp -r app/build/outputs/androidTest-results/* $CIRCLE_TEST_REPORTS
|
Add --console=plain to gradle commands
|
Add --console=plain to gradle commands
|
YAML
|
mit
|
alexander255/KISS
|
78ca940096df4d2ddd08878a1aebb70e8a405e66
|
circle.yml
|
circle.yml
|
general:
artifacts:
- build/vistk.js
test:
post:
- grunt
|
general:
artifacts:
- build/vistk.js
deployment:
release:
tag: /v[0-9]+(\.[0-9]+)*/
owner: romsson
commands:
- grunt
- echo "Deployment script goes here".
|
Build on tag / release creation.
|
Build on tag / release creation.
|
YAML
|
mit
|
cid-harvard/vis-toolkit,cid-harvard/vis-toolkit
|
bdcf458b13b5674b99d22b6de52ef8a5fc15a14c
|
packages/la/lame-tester.yaml
|
packages/la/lame-tester.yaml
|
homepage: http://github.com/TheBizzle
changelog-type: ''
hash: f1e55c60160e3a2d9b11e11370eb4c5a90608209e20128b23cf9ffb06444bf6b
test-bench-deps:
base: ! '>=4.6 && <5'
containers: ! '>=0.5'
tasty-hunit: ! '>=0.9'
tasty: ! '>=0.10'
lame-tester: ! '>=1.2'
maintainer: [email protected]
synopsis: A strange and unnecessary selective test-running library
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
semigroups: ! '>=0.9'
containers: ! '>=0.5'
bifunctors: ! '>=4.1'
validation: ! '>=0.3'
all-versions:
- '1.1'
- '1.2'
- '1.2.1'
author: Jason Bertsche
latest: '1.2.1'
description-type: haddock
description: A strange and unnecessary selective test-running library
license-name: BSD3
|
homepage: http://github.com/TheBizzle
changelog-type: ''
hash: 979938ec1bc0a40ab8663a50506bebceaf35d951b965142d0b8839bdaa024e3f
test-bench-deps:
bizzlelude: -any
containers: -any
tasty-hunit: ! '>=0.10.0 && <0.11.0'
tasty: ! '>=1.0.1 && <1.1.0'
lame-tester: -any
maintainer: [email protected]
synopsis: A strange and unnecessary selective test-running library
changelog: ''
basic-deps:
bizzlelude: ! '>=1.2.0 && <1.3.0'
base-noprelude: ! '>=4.8 && <5'
semigroups: ! '>=0.18.4 && <0.19.0'
containers: ! '>=0.5.11 && <0.6.0'
validation: ! '>=1 && <1.1.0'
all-versions:
- '1.1'
- '1.2'
- '1.2.1'
- '1.4.0'
author: Jason Bertsche
latest: '1.4.0'
description-type: haddock
description: A strange and unnecessary selective test-running library
license-name: BSD3
|
Update from Hackage at 2018-03-05T02:19:43Z
|
Update from Hackage at 2018-03-05T02:19:43Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
a87cc9b04db774ef7fdefde7bbafe94e804247fe
|
.drone.yml
|
.drone.yml
|
image: {{build_image}}
services:
- redis
script:
- curl -o config/database.yml https://gist.githubusercontent.com/danopia/940155/raw/025d62a8d8102735fade34d52f66f95c3d46e0a6/database.yml
- bower install --allow-root
- bundle install
- bundle exec rake test
env:
- {{secret_token}}
deploy:
ssh:
target: {{deploy_host}} {{deploy_port}}
cmd: {{deploy_cmd}}
notify:
email:
recipients:
- {{notify_email}}
|
image: {{build_image}}
services:
- redis
script:
- curl -o config/database.yml https://gist.githubusercontent.com/danopia/940155/raw/025d62a8d8102735fade34d52f66f95c3d46e0a6/database.yml
- bower install --allow-root
- bundle install
- bundle exec rake tmp:clear
- bundle exec rake test
env:
- {{secret_token}}
deploy:
ssh:
target: {{deploy_host}} {{deploy_port}}
cmd: {{deploy_cmd}}
notify:
email:
recipients:
- {{notify_email}}
|
Add tmp:clear task at build
|
Add tmp:clear task at build
|
YAML
|
mit
|
fudanchii/shreds,fudanchii/shreds,fudanchii/shreds
|
2f9902a620dd2e1c7d6abe7811102649c7e8e085
|
.drone.yml
|
.drone.yml
|
build:
image: bjodah/bjodahimg16dev:latest
environment:
- PYCVODES_LAPACK=lapack,blas
- CPLUS_INCLUDE_PATH=/opt/boost_1_63_0/include
- LIBRARY_PATH=/opt/boost_1_63_0/lib
- LD_LIBRARY_PATH=/opt/boost_1_63_0/lib
commands:
- ./scripts/ci.sh pyodesys
- ./scripts/prepare_deploy.sh
- PATH=/opt/miniconda3/bin:$PATH conda config --add channels bjodah # sym, pyodesys, pyneqsys
- PATH=/opt/miniconda3/bin:$PATH conda build conda-recipe
- bash -c '[[ $(python setup.py --version) =~ ^[0-9]+.* ]]'
- ./scripts/grep-for-merge-blocking-token.sh
deploy:
rsync:
host: hera.physchem.kth.se
port: 22
user: pyodesys
source: deploy/
target: ~
recursive: true
delete: false
|
build:
image: bjodah/bjodahimg16dev:latest
environment:
- CPLUS_INCLUDE_PATH=/opt/boost_1_63_0/include
- LIBRARY_PATH=/opt/boost_1_63_0/lib
- LD_LIBRARY_PATH=/opt/boost_1_63_0/lib
commands:
- PYCVODES_LAPACK=lapack,blas ./scripts/ci.sh pyodesys
- ./scripts/prepare_deploy.sh
- rm -r ~/.cache/python*pyodesys*/
- PATH=/opt/miniconda3/bin:$PATH conda config --add channels bjodah # sym, pyodesys, pyneqsys
- PATH=/opt/miniconda3/bin:$PATH conda build conda-recipe
- bash -c '[[ $(python setup.py --version) =~ ^[0-9]+.* ]]'
- ./scripts/grep-for-merge-blocking-token.sh
deploy:
rsync:
host: hera.physchem.kth.se
port: 22
user: pyodesys
source: deploy/
target: ~
recursive: true
delete: false
|
Clear native wrapper cache before using conda-forge libs
|
Clear native wrapper cache before using conda-forge libs
|
YAML
|
bsd-2-clause
|
bjodah/pyodesys,bjodah/pyodesys,bjodah/pyodesys,bjodah/pyodesys
|
1022a51847955f13913334a0234342671145b6ce
|
.zuul.yaml
|
.zuul.yaml
|
- project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-xena-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
|
- project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-yoga-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
|
Add Python3 yoga unit tests
|
Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ic8dd9ba6e5868c573ac8f0b340447f8addd8b6b7
|
YAML
|
apache-2.0
|
openstack/oslo.context
|
4c1925ec3dd603c3c80229a1dea32498079f418e
|
.zuul.yaml
|
.zuul.yaml
|
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- blazar-tempest-plugin-base
- blazar-tempest-plugin-ipv6-only
- openstack-tox-lower-constraints:
voting: false
- openstack-tox-pylint:
voting: false
gate:
queue: blazar
jobs:
- blazar-tempest-plugin-base
- blazar-tempest-plugin-ipv6-only
|
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-xena-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- blazar-tempest-plugin-base
- blazar-tempest-plugin-ipv6-only
- openstack-tox-lower-constraints:
voting: false
- openstack-tox-pylint:
voting: false
gate:
queue: blazar
jobs:
- blazar-tempest-plugin-base
- blazar-tempest-plugin-ipv6-only
|
Add Python3 xena unit tests
|
Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I1c6660635b26a9e0106d34eab8d63990b6cd2768
|
YAML
|
apache-2.0
|
openstack/blazar,ChameleonCloud/blazar,openstack/blazar,ChameleonCloud/blazar
|
f34ec9e12d5b6dcb4b592d420e105362a33e7948
|
.zuul.yaml
|
.zuul.yaml
|
- project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- horizon-nodejs10-jobs
- openstack-cover-jobs-horizon
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
|
- project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
# - horizon-nodejs10-jobs
- openstack-cover-jobs-horizon
# - openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
|
Disable nodjs an lower constraint job temporarily
|
Disable nodjs an lower constraint job temporarily
While we are trying to fix both lower constraints and the nodejs job,
temporarily disable the nodejs job so we can merge
I6bd42b175e74c9015db803eaaff09d908fae6a10 and
Id5186f16656e0671dda7ab91062c104b2c08758f.
Change-Id: I34a0bcd2413f1c3dcbbed64c052b6e995f846861
Signed-off-by: Nicolas Bock <[email protected]>
|
YAML
|
apache-2.0
|
openstack/designate-dashboard,openstack/designate-dashboard,openstack/designate-dashboard
|
742a52d1fe068c6ae59132d7ad7ab1626820cb49
|
.drone.yml
|
.drone.yml
|
debug: true
build:
image: mnbbrown/ci:latest
environment:
- GOOS=linux
- GOARCH=amd64
- CGO_ENABLED=0
commands:
- go test
|
debug: true
build:
image: mnbbrown/ci:latest
environment:
- GOOS=linux
- GOARCH=amd64
- CGO_ENABLED=0
commands:
- go get -t -v ./...
- go test
|
Install deps on build server
|
Install deps on build server
|
YAML
|
mit
|
mnbbrown/postmark
|
6f3b9d897bfc67137beb0b104e572ef5ac1b3756
|
.frigg.yml
|
.frigg.yml
|
tasks:
tests:
- tox -e flake8
- tox -e isort
- tox -e py2-tests
- tox -e py3-tests
- tox -e coverage
after_success:
- git pull origin master
- git config --global user.name "semantic-release"
- git config --global user.email "semantic-release@frigg"
- pip3 install python-semantic-release
- semantic-release publish
coverage:
parser: python
path: coverage.xml
|
tasks:
tests:
- tox -e flake8
- tox -e isort
- tox -e py2-tests
- tox -e py3-tests
- tox -e coverage
after_success:
- git fetch --unshallow
- git config --global user.name "semantic-release"
- git config --global user.email "semantic-release@frigg"
- pip3 install python-semantic-release
- semantic-release publish
coverage:
parser: python
path: coverage.xml
|
Change pull in after_success to git fetch --unshallow
|
chore: Change pull in after_success to git fetch --unshallow
This will retrieve the whole git history before trying to make a
release.
|
YAML
|
mit
|
wlonk/python-semantic-release,riddlesio/python-semantic-release,relekang/python-semantic-release,relekang/python-semantic-release
|
146e547da934c2464ec5f49326eabed0eecfda96
|
.zuul.yaml
|
.zuul.yaml
|
- project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- openstack-python3-xena-jobs-horizon
- openstack-cover-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
|
- project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- openstack-python3-yoga-jobs-horizon
- openstack-cover-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
|
Add Python3 yoga unit tests
|
Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ifd0557060d055aa07b34320808b2360387a226cb
|
YAML
|
apache-2.0
|
openstack/watcher-dashboard,openstack/watcher-dashboard,openstack/watcher-dashboard,openstack/watcher-dashboard
|
e42ede89f01d0448677ffe25cd9cde3c4c080c40
|
recipes/startables/meta.yaml
|
recipes/startables/meta.yaml
|
{% set name = "startables" %}
{% set version = "0.8.1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 186403164147fba3ee5e2e593290854645f29c7bf73cea5972107977a669774b
build:
number: 0
noarch: python
skip: True # [py<36]
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- pip
- python>=3.6
run:
- python>=3.6
- numpy
- pandas
- openpyxl
test:
requires:
- pytest
imports:
- startables
about:
home: https://github.com/startable/startables-python
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: Reads, writes, and manipulates data stored in StarTable format
description: |
Python package with data structures and functionality to read/write files
in StarTable format and contain and manipulate the information therein.
doc_url: https://github.com/startable/startables-python
dev_url: https://github.com/startable/startables-python
extra:
recipe-maintainers:
- jfcorbett
|
{% set name = "startables" %}
{% set version = "0.8.1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 186403164147fba3ee5e2e593290854645f29c7bf73cea5972107977a669774b
build:
number: 0
skip: True # [py<36]
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- pip
- python >=3.6
run:
- python >=3.6
- numpy
- pandas
- openpyxl
test:
requires:
- pytest
imports:
- startables
about:
home: https://github.com/startable/startables-python
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: Reads, writes, and manipulates data stored in StarTable format
description: |
Python package with data structures and functionality to read/write files
in StarTable format and contain and manipulate the information therein.
doc_url: https://github.com/startable/startables-python
dev_url: https://github.com/startable/startables-python
extra:
recipe-maintainers:
- jfcorbett
|
Fix recipy as requested by conda-forge-linter
|
Fix recipy as requested by conda-forge-linter
|
YAML
|
bsd-3-clause
|
ocefpaf/staged-recipes,asmeurer/staged-recipes,mcs07/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,stuertz/staged-recipes,patricksnape/staged-recipes,igortg/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,scopatz/staged-recipes,Juanlu001/staged-recipes,mcs07/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,synapticarbors/staged-recipes,SylvainCorlay/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,petrushy/staged-recipes,igortg/staged-recipes,chrisburr/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,birdsarah/staged-recipes,asmeurer/staged-recipes,jakirkham/staged-recipes,birdsarah/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,SylvainCorlay/staged-recipes,johanneskoester/staged-recipes,petrushy/staged-recipes,ReimarBauer/staged-recipes,Juanlu001/staged-recipes,synapticarbors/staged-recipes,ReimarBauer/staged-recipes,chrisburr/staged-recipes,dschreij/staged-recipes,isuruf/staged-recipes,dschreij/staged-recipes
|
35b96e3a07c5a4131c0e4e2bc1917f996a7e5e42
|
tests/test_vagrant.yml
|
tests/test_vagrant.yml
|
---
# Tests for docker role
- hosts: all
remote_user: vagrant
roles:
- .
post_tasks:
- include: ./common_tests.yml
vars: {}
|
---
# Tests for docker role
- hosts: all
remote_user: vagrant
roles:
- .
post_tasks:
- include: ./common_tests.yml
vars:
docker_package_to_install_state: 'latest'
|
Use latest docker version into Vagrant also
|
Use latest docker version into Vagrant also
|
YAML
|
mit
|
infOpen/ansible-role-docker
|
d6a83be51f8d912cb7ee215e162f4c27b3b7a927
|
tests/examples/project.yml
|
tests/examples/project.yml
|
---
crosscompute: 0.8.4
kind: project
id: p1
name: Project 1
tools:
- id: t1
- id: t2
results:
- id: r1
- id: r2
datasets:
- id: d1
- id: d2
|
---
crosscompute: 0.8.4
kind: project
name: Project 1
tools:
- id: t1
- id: t2
results:
- id: r1
- id: r2
datasets:
- id: d1
- id: d2
|
Remove id from test definition
|
Remove id from test definition
|
YAML
|
mit
|
crosscompute/crosscompute,crosscompute/crosscompute,crosscompute/crosscompute,crosscompute/crosscompute
|
89e1c24784e35335a95a24bd8d41d46b6028dc4a
|
build.yaml
|
build.yaml
|
repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.5.1
gwt_dev: com.google.gwt:gwt-dev:jar:2.5.1
# Mocking library used in tests
mockito: org.mockito:mockito-all:jar:1.8.5
|
repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_servlet: org.apache.geronimo.specs:geronimo-servlet_3.0_spec:jar:1.0
javax_annotation: com.google.code.findbugs:jsr305:jar:2.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.6.1
gwt_dev: com.google.gwt:gwt-dev:jar:2.6.1
# Mocking library used in tests
mockito: org.mockito:mockito-all:jar:1.8.5
|
Move from 2.5.1 to 2.6.1
|
Move from 2.5.1 to 2.6.1
|
YAML
|
apache-2.0
|
realityforge/gwt-appcache,realityforge/gwt-appcache
|
67529c342dd69ac6bc443015a8543f25e0de4b72
|
chores.yml
|
chores.yml
|
bi-weekly:
- Kitchen:
- mop floor
- wipe down outside of fridge with cleaner
- wipe down outside of dishwasher with cleaner
- Bathroom:
- mop floor
- scrub toilet inside and out with cleaner
- scrub sink with cleaner
- wash rugs
- Bedroom:
- wash bed sheets
- General:
- vacuum entire appartment
weekly:
- Kitchen:
- wipe down counters with cleaner
- wipe down stove with cleaner
- wipe down microwave outside with cleaner
- scrub sink with cleaner
- change hand towel
- sweep floor
- wipe off dining table
- Bathroom:
- change hand towels
- clean mirror
- Bedroom:
- clean keyboard, mouse
- wipe down desk, nightstand
- clean phone, keys, wallet
quad-weekly:
- Kitchen:
- clean inside of microwave
- wipe down outside of cabinets (parts we grab)
- clean stove burners/pans (if needed)
- Bathroom:
- clean shower
- clean cabinets/drawers
- Bedroom:
- lightly clean monitors
- dust computer tower
- dust surfaces
- Personal:
- clean old food out of fridge
credit:
- name: jpbush
credit: 730
- name: gemanley
credit: 608
dues: 480
|
bi-weekly:
- Kitchen:
- mop floor
- wipe down outside of fridge with cleaner
- wipe down outside of dishwasher with cleaner
- Bathroom:
- mop floor
- scrub toilet inside and out with cleaner
- scrub sink with cleaner
- wash rugs
- Bedroom:
- wash bed sheets
- General:
- vacuum entire appartment
weekly:
- Kitchen:
- wipe down counters with cleaner
- wipe down stove with cleaner
- wipe down microwave outside with cleaner
- scrub sink with cleaner
- change hand towel
- sweep floor
- wipe off dining table
- Bathroom:
- change hand towels
- clean mirror
- Bedroom:
- clean keyboard, mouse
- wipe down desk, nightstand
- clean phone, keys, wallet
quad-weekly:
- Kitchen:
- clean inside of microwave
- wipe down outside of cabinets (parts we grab)
- clean stove burners/pans (if needed)
- Bathroom:
- clean shower
- clean cabinets/drawers
- Bedroom:
- lightly clean monitors
- dust computer tower
- dust surfaces
- Personal:
- clean old food out of fridge
credit:
- name: jpbush
credit: 268
- name: gemanley
credit: 146
dues: 465
|
Update credit. Need a better way
|
Update credit. Need a better way
|
YAML
|
mit
|
keaneokelley/chores
|
1ce5d1421ae9344506e6868184e37e33663af666
|
circle.yml
|
circle.yml
|
general:
branches:
only:
- master
- staging
- /(feature|hotfix|release)\/.*/
machine:
timezone:
America/Sao_Paulo
ruby:
version: 2.4.1
node:
version: 8.1.4
environment:
RACK_ENV: ci
NODE_ENV: test
BUNDLE_WITHOUT: development
dependencies:
override:
- bin/setup
test:
override:
- bin/test
deployment:
staging:
branch: staging
commands:
- git push [email protected]:$HEROKU_APP_NAME.git $CIRCLE_SHA1:refs/heads/master
# production:
# branch: master
# commands:
# - ./deploy_prod.sh
|
general:
branches:
only:
- master
- staging
- /(feature|hotfix|release)\/.*/
machine:
timezone:
America/Sao_Paulo
ruby:
version: 2.4.1
node:
version: 8.2.1
environment:
RACK_ENV: ci
NODE_ENV: test
BUNDLE_WITHOUT: development
dependencies:
override:
- bin/setup
test:
override:
- bin/test
deployment:
staging:
branch: staging
commands:
- git push [email protected]:$HEROKU_APP_NAME.git $CIRCLE_SHA1:refs/heads/master
# production:
# branch: master
# commands:
# - ./deploy_prod.sh
|
Update node version on CircleCI
|
Update node version on CircleCI
|
YAML
|
bsd-3-clause
|
kriansa/amelia,kriansa/amelia,kriansa/amelia,kriansa/amelia
|
f1141f80d034400afdb7954988927b576a410d28
|
circle.yml
|
circle.yml
|
machine:
environment:
TAG: ${CIRCLE_SHA1:0:7}
services:
- docker
dependencies:
override:
- docker build -t craftship/phonebox-api:$TAG ./src/api
- docker build -t craftship/phonebox-workers:$TAG ./src/workers
test:
override:
- docker run -d -p 80:8080 craftship/phonebox-api:$TAG; sleep 3
- curl --retry 3 --retry-delay 1 -v http://localhost
deployment:
hub:
branch: master
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASSWORD
- docker push craftship/phonebox-api:$TAG
- docker push craftship/phonebox-workers:$TAG
|
machine:
environment:
TAG: latest
services:
- docker
dependencies:
override:
- docker build -t craftship/phonebox-api:$TAG ./src/api
- docker build -t craftship/phonebox-workers:$TAG ./src/workers
test:
override:
- docker run -d -p 80:8080 craftship/phonebox-api:$TAG; sleep 3
- curl --retry 3 --retry-delay 1 -v http://localhost
deployment:
hub:
branch: master
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASSWORD
- docker push craftship/phonebox-api:$TAG
- docker push craftship/phonebox-workers:$TAG
|
Use latest tag instead when building on master
|
Use latest tag instead when building on master
Allows consistency when people use deploy to Docker Cloud button in README
|
YAML
|
mit
|
craftship/phonebox,craftship/phonebox,craftship/phonebox
|
e895a68e5c42bfba845c1afe587e3ad3744eb186
|
circle.yml
|
circle.yml
|
version: 2
jobs:
lint:
docker:
- image: circleci/python:3.7.0
steps:
- checkout
- run: pip install bootstrapper
- run: make lint
test35:
docker:
- image: circleci/python:3.5.5
steps:
- checkout
- run: pip install bootstrapper
- run: TOXENV=py35 make test
test36:
docker:
- image: circleci/python:3.6.6
steps:
- checkout
- run: pip install bootstrapper
- run: TOXENV=py36 make test
test37:
docker:
- image: circleci/python3.7.0
steps:
- checkout
- run: pip install bootstrapper
- run: TOXENV=py37 make test
- run: make coveralls
- run: mkdir -p $CIRCLE_TEST_REPORTS/junit/
- run: "[ -r nosetests.xml ] && mv nosetests.xml $CIRCLE_TEST_REPORTS/junit/ || :"
workflows:
version: 2
lint:
jobs:
- lint
- test35
- test36
- test37
|
version: 2
jobs:
lint:
docker:
- image: circleci/python:3.7.0
steps:
- checkout
- run: pip install --user bootstrapper
- run: make lint
test35:
docker:
- image: circleci/python:3.5.5
steps:
- checkout
- run: pip install --user bootstrapper
- run: TOXENV=py35 make test
test36:
docker:
- image: circleci/python:3.6.6
steps:
- checkout
- run: pip install --user bootstrapper
- run: TOXENV=py36 make test
test37:
docker:
- image: circleci/python:3.7.0
steps:
- checkout
- run: pip install --user bootstrapper
- run: TOXENV=py37 make test
- run: make coveralls
- run: mkdir -p $CIRCLE_TEST_REPORTS/junit/
- run: "[ -r nosetests.xml ] && mv nosetests.xml $CIRCLE_TEST_REPORTS/junit/ || :"
workflows:
version: 2
lint:
jobs:
- lint
- test35
- test36
- test37
|
Install bootstrapper to user site, fix image name for 3.7 tests.
|
chore(ci): Install bootstrapper to user site, fix image name for 3.7 tests.
|
YAML
|
bsd-3-clause
|
playpauseandstop/rororo,playpauseandstop/rororo
|
d64eb7e97086a64ea5a30b87622fc1b02d378d25
|
circle.yml
|
circle.yml
|
machine:
environment:
CODACY_PROJECT_TOKEN: 4620615bad6043d3b623eff21a60130a
dependencies:
override:
# command to install dependencies
- pip install -r requirements_testing.txt
- pip install tox tox-pyenv
- pyenv local 2.7.11 3.5.0 pypy
test:
override:
- nosetests --with-coverage --cover-package=pybenchmark tests/
- coverage xml
- python-codacy-coverage -v -r coverage.xml
|
machine:
environment:
CODACY_PROJECT_TOKEN: 4620615bad6043d3b623eff21a60130a
dependencies:
override:
# command to install dependencies
- pip install -r requirements_testing.txt
- pip install tox tox-pyenv
- pyenv local 2.7.11 3.5.0
test:
override:
- nosetests --with-coverage --cover-package=pybenchmark tests/
- coverage xml
- python-codacy-coverage -v -r coverage.xml
|
Remove pypy that is not working on Circle CI
|
Remove pypy that is not working on Circle CI
|
YAML
|
mit
|
duboviy/pybenchmark
|
dd79d0bd735f82f552efb948e1616fc4d5f1caca
|
circle.yml
|
circle.yml
|
dependencies:
override:
- pip install tox tox-pyenv codeclimate-test-reporter
- pyenv global 2.7.11 3.1.5 3.2.6 3.3.6 3.4.4 3.5.1 pypy-4.0.1
test:
override:
- tox
post:
- codeclimate-test-reporter
deployment:
stable:
branch: master
commands:
- tox python setup.py bdist_egg
- cp dist/* $CIRCLE_ARTIFACTS/
|
dependencies:
override:
- pip install tox tox-pyenv coverage==4.3.4 codeclimate-test-reporter
- pyenv global 2.7.11 3.1.5 3.2.6 3.3.6 3.4.4 3.5.1 pypy-4.0.1
test:
override:
- tox
post:
- codeclimate-test-reporter
deployment:
stable:
branch: master
commands:
- tox python setup.py bdist_egg
- cp dist/* $CIRCLE_ARTIFACTS/
|
Fix coverage.py version for codeclimate-test-reporter
|
Fix coverage.py version for codeclimate-test-reporter
|
YAML
|
mit
|
checkr/fdep
|
594df18ad60439be01c4f230c53ca0e7932c169e
|
circle.yml
|
circle.yml
|
machine:
node:
version: 0.12.0
test:
override:
- npm test
post:
- chmod +x ./bin/codacy-coverage.js && cat ./coverage/lcov.info | node ./bin/codacy-coverage.js
|
machine:
node:
version: 0.10.0
test:
override:
- npm test
post:
- chmod +x ./bin/codacy-coverage.js && cat ./coverage/lcov.info | node ./bin/codacy-coverage.js
|
Change node version to 0.10.0
|
Change node version to 0.10.0
|
YAML
|
mit
|
codacy/node-codacy-coverage
|
b317d5c2bc9c893b577f035d4dc2fbc89a3265b5
|
circle.yml
|
circle.yml
|
test:
override:
- npm test
- npm run build-prod
post:
- mkdir -p $CIRCLE_TEST_REPORTS/zip/
- pushd build && zip -9vr $CIRCLE_TEST_REPORTS/zip/hyperion-web.zip . && popd
|
machine:
node:
version: 0.12.0
test:
override:
- npm test
- npm run build-prod
post:
- mkdir -p $CIRCLE_TEST_REPORTS/zip/
- pushd build && zip -9vr $CIRCLE_TEST_REPORTS/zip/hyperion-web.zip . && popd
|
Upgrade to NodeJS 0.12.0 for building, just to be sure
|
Upgrade to NodeJS 0.12.0 for building, just to be sure
|
YAML
|
mit
|
mthmulders/hyperion-web,mthmulders/hyperion-web,mthmulders/hyperion-web
|
f291abf70c73936850f9ff907504cacf69b247e7
|
circle.yml
|
circle.yml
|
machine:
environment:
ANDROID_NDK_ROOT: $ANDROID_NDK
IOS_BUILD_NUMBER: tests/start_ios_test.sh
## Customize dependencies
dependencies:
pre:
- sudo apt-get install libssl-dev python3 python3-setuptools ruby
override:
- make
- make test
- make test_all
- sudo make install
- sudo make pythemis_install
- sudo make rubythemis_install
## Customize test commands
test:
pre:
# - export IOS_BUILD_NUMBER=`tests/start_ios_test.sh`
- echo $IOS_BUILD_NUMBER
post:
- tests/check_ios_test.sh $IOS_BUILD_NUMBER
override:
- build/tests/soter_test
- build/tests/themis_test
- sudo /sbin/ldconfig
- build/tests/pythemis_test.sh
- sudo build/tests/rubythemis_test.sh
# start Android emulator
#- emulator -avd circleci-android22 -no-audio -no-window:
# background: true
# wait for it to have booted
#- circle-android wait-for-boot
# run Android tests
#- ./gradlew connectedAndroidTest
|
machine:
environment:
ANDROID_NDK_ROOT: $ANDROID_NDK
## Customize dependencies
dependencies:
pre:
- sudo apt-get install libssl-dev python3 python3-setuptools ruby
override:
- make
- make test
- make test_all
- sudo make install
- sudo make pythemis_install
- sudo make rubythemis_install
## Customize test commands
test:
override:
- build/tests/soter_test
- build/tests/themis_test
- sudo /sbin/ldconfig
- build/tests/pythemis_test.sh
- sudo build/tests/rubythemis_test.sh
- tests/check_ios_test.sh `tests/start_ios_test.sh`
# start Android emulator
#- emulator -avd circleci-android22 -no-audio -no-window:
# background: true
# wait for it to have booted
#- circle-android wait-for-boot
# run Android tests
#- ./gradlew connectedAndroidTest
|
Add ios test to main test script
|
Add ios test to main test script
|
YAML
|
apache-2.0
|
cossacklabs/themis,Lagovas/themis,mnaza/themis,Lagovas/themis,cossacklabs/themis,cossacklabs/themis,mnaza/themis,cossacklabs/themis,storojs72/themis,storojs72/themis,Lagovas/themis,cossacklabs/themis,Lagovas/themis,cossacklabs/themis,cossacklabs/themis,cossacklabs/themis,storojs72/themis,cossacklabs/themis,Lagovas/themis,storojs72/themis,mnaza/themis,cossacklabs/themis,cossacklabs/themis,storojs72/themis,mnaza/themis,mnaza/themis,mnaza/themis,Lagovas/themis,mnaza/themis,Lagovas/themis,mnaza/themis,Lagovas/themis,storojs72/themis,mnaza/themis,cossacklabs/themis,storojs72/themis,Lagovas/themis,storojs72/themis,storojs72/themis,cossacklabs/themis,storojs72/themis
|
95a80395fd423d651feafe05743ada547f0bc44d
|
circle.yml
|
circle.yml
|
machine:
environment:
PATH: $HOME/go/bin:$HOME/gopath/bin:$PATH
GOPATH: $HOME/gopath
dependencies:
pre:
- sudo apt-get update; sudo apt-get install libusb-1.0-0-dev mercurial; cd ~/; git clone https://github.com/jpoirier/librtlsdr; cd librtlsdr; mkdir build; cd build; cmake ../; make; sudo make install; sudo ldconfig; cd ~/; rm -rf gopath; mkdir gopath; wget https://dl.google.com/go/go1.9.2.linux-amd64.tar.gz; tar -zxvf go1.9.2.linux-amd64.tar.gz; go version; env
override:
- cd .. ; rm -rf stratux ; git clone --recursive https://github.com/cyoung/stratux ; cd stratux ; git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*" ; git fetch origin ; BRANCH=`echo "$CIRCLE_BRANCH" | sed 's/pull\//pr\//g'` ; git checkout $BRANCH ; make
test:
override:
deployment:
production:
branch: master
commands:
- yes | ssh -i ~/.ssh/id_updates.stratux.me [email protected] "touch queue/`git log -n 1 --pretty=%H`"
|
machine:
environment:
PATH: $HOME/go/bin:$HOME/gopath/bin:$PATH
GOPATH: $HOME/gopath
dependencies:
pre:
- sudo apt-get update; sudo apt-get install libusb-1.0-0-dev mercurial; cd ~/; git clone https://github.com/jpoirier/librtlsdr; cd librtlsdr; mkdir build; cd build; cmake ../; make; sudo make install; sudo ldconfig; cd ~/; rm -rf gopath; mkdir gopath; wget https://dl.google.com/go/go1.9.2.linux-amd64.tar.gz; tar -zxvf go1.9.2.linux-amd64.tar.gz; go version; env
override:
- cd .. ; rm -rf stratux ; git clone --recursive https://github.com/cyoung/stratux ; cd stratux ; git config --add remote.origin.fetch "+refs/pull/*/head:refs/remotes/origin/pr/*" ; git fetch origin ; BRANCH=`echo "$CIRCLE_BRANCH" | sed 's/pull\//pr\//g'` ; git checkout $BRANCH ; make
test:
override:
- make
deployment:
production:
branch: master
commands:
- yes | ssh -i ~/.ssh/id_updates.stratux.me [email protected] "touch queue/`git log -n 1 --pretty=%H`"
|
Change CircleCI to test to build master.
|
Change CircleCI to test to build master.
|
YAML
|
bsd-3-clause
|
westphae/stratux,westphae/stratux,westphae/stratux,westphae/stratux,cyoung/stratux,cyoung/stratux,cyoung/stratux,cyoung/stratux,westphae/stratux,westphae/stratux,cyoung/stratux,cyoung/stratux
|
11eff8844a12e20286a0abe2277e7dd3ce0783d1
|
circle.yml
|
circle.yml
|
version: 2
executorType: docker
containerInfo:
- image: ruby:2.3.3
stages:
build:
workDir: ~/blog
steps:
- checkout
- type: shell
name: Install deps
command: apt update && apt install -y nodejs
- type: shell
name: Install gems
command: bundle install
- type: shell
name: build blog
command: bundle exec middleman build
|
version: 2
executorType: docker
containerInfo:
- image: unasuke/ruby-nodejs:2.3.4-nodejs6
stages:
build:
workDir: ~/blog
steps:
- checkout
- type: shell
name: Install deps
command: apt update && apt install -y nodejs
- type: shell
name: Install gems
command: bundle install
- type: shell
name: build blog
command: bundle exec middleman build
|
Use own docker image including ruby and nodejs
|
Use own docker image including ruby and nodejs
|
YAML
|
mit
|
unasuke/blog,unasuke/blog,unasuke/blog,unasuke/blog
|
78cd654e59fb1ca9f797cc8161403c5da2cfb6fa
|
circle.yml
|
circle.yml
|
machine:
node:
version: 6.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- nvm use 6.0; yarn run test
- nvm use 7.0; yarn run test
- nvm use 7.2; yarn run test
- nvm use latest; yarn run test
|
machine:
node:
version: 6.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- nvm use 6.0; yarn run test
- nvm use 7.0; yarn run test
- nvm use 7.2; yarn run test
- nvm use latest; yarn run test
post:
- bash <(curl -s https://codecov.io/bash)
|
Add posting to codecov post-test
|
ci: Add posting to codecov post-test
|
YAML
|
mit
|
stefanwalther/winster
|
d5e647b75b9cfbd2e458913c8e8fa3261229d001
|
circle.yml
|
circle.yml
|
machine:
services:
- docker
dependencies:
cache_directories:
- "~/docker"
override:
- docker info
- if [ -e ~/docker/image.tar ]; then docker load --input ~/docker/image.tar; fi
- docker build -t cgswong/kibana:v4.0.1 .
- mkdir -p ~/docker; docker save cgswong/kibana:v4.0.1 > ~/docker/image.tar
test:
override:
- docker run -d --publish 5601:5601 --env ES_URL=localhost:9200 cgswong/kibana; sleep 10
# - curl --retry 10 --retry-delay 5 -Lv http://localhost:5601
deployment:
hub:
branch: v4.0.1
commands:
- $DEPLOY
|
machine:
services:
- docker
dependencies:
cache_directories:
- "~/docker"
override:
- docker info
- if [ -e ~/docker/image.tar ]; then docker load --input ~/docker/image.tar; fi
- docker build -t cgswong/kibana:v4.0.1 .
- mkdir -p ~/docker; docker save cgswong/kibana:v4.0.1 > ~/docker/image.tar
test:
override:
- docker run -d --publish 5601:5601 --env ES_URL=localhost:9200 cgswong/kibana:v4.0.1; sleep 10
# - curl --retry 10 --retry-delay 5 -Lv http://localhost:5601
deployment:
hub:
branch: v4.0.1
commands:
- $DEPLOY
|
Use correct tag in CI.
|
Use correct tag in CI.
|
YAML
|
bsd-3-clause
|
MonsantoCo/docker-kibana
|
6b80fbebeafa5cdcffa9fc014416d203594fb6d2
|
circle.yml
|
circle.yml
|
machine:
xcode:
version: "8.2.1"
dependencies:
pre:
- brew update 1> /dev/null 2> /dev/null
- brew outdated carthage || brew upgrade carthage
- gem install bundler
test:
override:
- ./scripts/macOS.sh
- ./scripts/iOS.sh
- ./scripts/tvOS.sh
- ./scripts/watchOS.sh
post:
- carthage build --no-skip-current && for platform in Mac iOS tvOS watchOS; do test -d Carthage/Build/${platform}/BonMot.framework || exit 1; done
# This is to work around the fact that CocoaPods wants to set up the master CocoaPods specs
# repo on pod lib lint, which takes several minutes on CircleCI. Without dependancies, this
# isn't a nescessary step. We can point it at any other (smaller) Git repo to speed up this
# step significantly. Because recursion is fun, let's point it at ourselves.
# Relevant CocoaPods bug: https://github.com/CocoaPods/CocoaPods/issues/6154
- bundle exec pod lib lint --sources="https://github.com/Raizlabs/BonMot"
|
machine:
xcode:
version: "8.2.1"
dependencies:
pre:
- brew update 1> /dev/null 2> /dev/null
# Don't run carthage until we can update Xcode to 8.3+
# - brew outdated carthage || brew upgrade carthage
- gem install bundler
test:
override:
- ./scripts/macOS.sh
- ./scripts/iOS.sh
- ./scripts/tvOS.sh
- ./scripts/watchOS.sh
post:
# Don't run carthage until we can update Xcode to 8.3+
#- carthage build --no-skip-current && for platform in Mac iOS tvOS watchOS; do test -d Carthage/Build/${platform}/BonMot.framework || exit 1; done
# This is to work around the fact that CocoaPods wants to set up the master CocoaPods specs
# repo on pod lib lint, which takes several minutes on CircleCI. Without dependancies, this
# isn't a nescessary step. We can point it at any other (smaller) Git repo to speed up this
# step significantly. Because recursion is fun, let's point it at ourselves.
# Relevant CocoaPods bug: https://github.com/CocoaPods/CocoaPods/issues/6154
- bundle exec pod lib lint --sources="https://github.com/Raizlabs/BonMot"
|
Stop testing Carthage support until we can update Xcode to 8.3+.
|
Stop testing Carthage support until we can update Xcode to 8.3+.
|
YAML
|
mit
|
Raizlabs/BonMot,Raizlabs/BonMot,Raizlabs/BonMot
|
b16e795741ee59b2d4d39914aba592ae23b916b0
|
circle.yml
|
circle.yml
|
machine:
services:
- docker
dependencies:
pre:
- docker pull openaddr/prereqs:`cut -f1 -d. openaddr/VERSION`.x || true
override:
- docker build -f Dockerfile-prereqs -t openaddr/prereqs:`cut -f1 -d. openaddr/VERSION`.x .
- docker build -f Dockerfile-machine -t openaddr/machine:`cut -f1 -d. openaddr/VERSION`.x .
test:
override:
# Postgres needs a little time
- docker-compose up -d && sleep 15
- docker-compose run machine python3 /usr/local/src/openaddr/test.py
deployment:
hub:
branch: [6.x]
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker tag openaddr/prereqs:`cut -f1 -d. openaddr/VERSION`.x openaddr/prereqs:`cat openaddr/VERSION`
- docker tag openaddr/machine:`cut -f1 -d. openaddr/VERSION`.x openaddr/machine:`cat openaddr/VERSION`
- docker push openaddr/prereqs:`cut -f1 -d. openaddr/VERSION`.x
- docker push openaddr/machine:`cut -f1 -d. openaddr/VERSION`.x
- docker push openaddr/prereqs:`cat openaddr/VERSION`
- docker push openaddr/machine:`cat openaddr/VERSION`
|
machine:
services:
- docker
dependencies:
pre:
- docker pull openaddr/prereqs:`cut -f1 -d. openaddr/VERSION`.x || true
override:
- docker build -f Dockerfile-prereqs -t openaddr/prereqs:`cut -f1 -d. openaddr/VERSION`.x .
- docker build -f Dockerfile-machine -t openaddr/machine:`cut -f1 -d. openaddr/VERSION`.x .
test:
override:
# Postgres needs a little time
- docker-compose up -d && sleep 15
- docker-compose run machine python3 /usr/local/src/openaddr/test.py
deployment:
hub:
branch: [6.x]
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker tag openaddr/prereqs:`cut -f1 -d. openaddr/VERSION`.x openaddr/prereqs:`cat openaddr/VERSION`
- docker tag openaddr/machine:`cut -f1 -d. openaddr/VERSION`.x openaddr/machine:`cat openaddr/VERSION`
- docker tag openaddr/prereqs:`cat openaddr/VERSION` openaddr/prereqs:latest
- docker tag openaddr/machine:`cat openaddr/VERSION` openaddr/machine:latest
- docker push openaddr/prereqs:`cut -f1 -d. openaddr/VERSION`.x
- docker push openaddr/machine:`cut -f1 -d. openaddr/VERSION`.x
- docker push openaddr/prereqs:`cat openaddr/VERSION`
- docker push openaddr/machine:`cat openaddr/VERSION`
- docker push openaddr/prereqs:latest
- docker push openaddr/machine:latest
|
Tag and push the 'latest' tag for published images
|
Tag and push the 'latest' tag for published images
|
YAML
|
isc
|
openaddresses/machine,openaddresses/machine,openaddresses/machine
|
351b91b5f586e08976d2ce69033cbbe3ad915720
|
packages/su/superbubbles.yaml
|
packages/su/superbubbles.yaml
|
homepage: https://github.com/bartavelle/superbubbles#readme
changelog-type: ''
hash: 66b5c7c0c11546212629f4022493d980b4a3811cc2c3a919c787828c0f88ef62
test-bench-deps:
base: -any
hspec: -any
containers: -any
superbubbles: -any
maintainer: [email protected]
synopsis: Find "superbubbles", as described in https://arxiv.org/abs/1307.7925
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
containers: ! '>=4.7 && <5'
mtl: ! '>=2 && <3'
all-versions:
- '0.1.0'
author: Simon Marechal
latest: '0.1.0'
description-type: markdown
description: ! '# superbubbles
'
license-name: BSD3
|
homepage: https://github.com/bartavelle/superbubbles#readme
changelog-type: ''
hash: 5f7db1d87ff58b49df5b184650486e68aee1b29f9e481ccf6e2016b6f36b8084
test-bench-deps:
base: -any
hspec: -any
containers: -any
superbubbles: -any
maintainer: [email protected]
synopsis: Find "superbubbles", as described in https://arxiv.org/abs/1307.7925
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
containers: ! '>=0.5 && <0.6'
mtl: ! '>=2 && <3'
all-versions:
- '0.1.0'
author: Simon Marechal
latest: '0.1.0'
description-type: markdown
description: ! '# superbubbles
'
license-name: BSD3
|
Update from Hackage at 2017-05-10T17:38:09Z
|
Update from Hackage at 2017-05-10T17:38:09Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
8eb177af4a492d337f05ae63895e24f6167130ac
|
docker-compose.yml
|
docker-compose.yml
|
version: "3"
services:
web:
build: .
volumes:
- .:/marli
container_name: marli
links:
- db
ports:
- "3000:3000"
environment:
MARLI_DB_HOST: db
PRIVILEGES_BASE_URL: https://privileges.library.nyu.edu
PRIVILEGES_SUBLIBRARY_CODE: nyu_ag_noaleph_MaRLI
LOGIN_URL: https://dev.login.library.nyu.edu
SSO_LOGOUT_PATH: /logout
CI:
CODECLIMATE_REPO_TOKEN:
COVERALLS_REPO_TOKEN:
depends_on:
- setup_tests
db:
image: library/mysql:5.6.22
expose:
- "3306"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
setup_tests:
build: .
command: bundle exec rake db:setup
volumes:
- .:/app
environment:
RAILS_ENV: test
MARLI_DB_HOST: db
links:
- db
depends_on:
- db
|
version: "3"
services:
web:
build: .
volumes:
- .:/app
container_name: marli
links:
- db
ports:
- "3000:3000"
environment:
MARLI_DB_HOST: db
PRIVILEGES_BASE_URL: https://privileges.library.nyu.edu
PRIVILEGES_SUBLIBRARY_CODE: nyu_ag_noaleph_MaRLI
LOGIN_URL: https://dev.login.library.nyu.edu
SSO_LOGOUT_PATH: /logout
CI:
CODECLIMATE_REPO_TOKEN:
COVERALLS_REPO_TOKEN:
depends_on:
- setup_tests
db:
image: library/mysql:5.6.22
expose:
- "3306"
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
setup_tests:
build: .
command: bundle exec rake db:setup
volumes:
- .:/app
environment:
RAILS_ENV: test
MARLI_DB_HOST: db
links:
- db
depends_on:
- db
|
Change volume to where the app actually resides
|
Change volume to where the app actually resides
|
YAML
|
mit
|
NYULibraries/marli,NYULibraries/marli,NYULibraries/marli,NYULibraries/marli
|
4279797ee185f54f9bca999e90b08928bcd5b631
|
docker-compose.yml
|
docker-compose.yml
|
version: "3.8"
services:
db:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: "${DB_PASSWORD}"
MYSQL_DATABASE: "${DB_NAME}"
expose:
- "3306"
networks:
- "default-network"
wordpress:
user: "${WPFY_UID}:${WPFY_GID}"
build: .
expose:
- "9000"
environment:
WORDPRESS_DB_HOST: "${DB_HOST}:${DB_PORT}"
WORDPRESS_DB_USER: "${DB_USER}"
WORDPRESS_DB_PASSWORD: "${DB_PASSWORD}"
WORDPRESS_DB_NAME: "${DB_NAME}"
WORDPRESS_DEBUG: 1
WORDPRESS_CONFIG_EXTRA: "define( 'DISABLE_WP_CRON', true );"
networks:
- "default-network"
volumes:
- "./build/wordpress:/var/www/html"
- "./xdebug:/var/xdebug"
- "./config/php.ini:/usr/local/etc/php/conf.d/overrides.ini"
depends_on:
- db
server:
image: nginx:latest
networks:
- "default-network"
ports:
- "${SERVER_PORT}:80"
volumes:
- "./build/wordpress:/var/www/html"
- "./config/nginx:/etc/nginx"
depends_on:
- "wordpress"
- "db"
networks:
default-network:
driver: bridge
|
version: "3.8"
services:
db:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: "${DB_PASSWORD}"
MYSQL_DATABASE: "${DB_NAME}"
expose:
- "3306"
networks:
- "default-network"
volumes:
- "persistent_db:/var/lib/mysql"
wordpress:
user: "${WPFY_UID}:${WPFY_GID}"
build: .
expose:
- "9000"
environment:
WORDPRESS_DB_HOST: "${DB_HOST}:${DB_PORT}"
WORDPRESS_DB_USER: "${DB_USER}"
WORDPRESS_DB_PASSWORD: "${DB_PASSWORD}"
WORDPRESS_DB_NAME: "${DB_NAME}"
WORDPRESS_DEBUG: 1
WORDPRESS_CONFIG_EXTRA: "define( 'DISABLE_WP_CRON', true );"
networks:
- "default-network"
volumes:
- "./build/wordpress:/var/www/html"
- "./xdebug:/var/xdebug"
- "./config/php.ini:/usr/local/etc/php/conf.d/overrides.ini"
depends_on:
- db
server:
image: nginx:latest
networks:
- "default-network"
ports:
- "${SERVER_PORT}:80"
volumes:
- "./build/wordpress:/var/www/html"
- "./config/nginx:/etc/nginx"
depends_on:
- "wordpress"
- "db"
networks:
default-network:
driver: bridge
volumes:
persistent_db:
|
Make database persistent across environment restarts
|
Make database persistent across environment restarts
|
YAML
|
mit
|
luangjokaj/gulp-wordpress-boilerplate,luangjokaj/gulp-wordpress-boilerplate
|
9e58418d7ef4436d0f2009aa5dc557487506eccc
|
circle.yml
|
circle.yml
|
test:
override:
- npm run check
machine:
node:
version: v6.9.5
|
test:
override:
- npm run check
machine:
node:
version: v6.9.5
dependencies:
pre:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
deployment:
production:
branch: master
commands:
- ./deploy.sh
|
Configure CircleCI to deploy to npm when on PRs merged to master.
|
Other: Configure CircleCI to deploy to npm when on PRs merged to master.
|
YAML
|
mit
|
fleg/rapscallion,FormidableLabs/rapscallion,fleg/rapscallion,FormidableLabs/rapscallion
|
b5e4a15c0736df8b8dfd78ee753ea1482424bb60
|
circle.yml
|
circle.yml
|
database:
override:
- bin/setup
test:
override:
- COVERAGE=true bin/rake
|
database:
override:
- bin/setup
test:
override:
- COVERAGE=true bin/rake
checkout:
post:
- mkdir -p tmp
|
Add post checkout creation for tmp directory.
|
Add post checkout creation for tmp directory.
|
YAML
|
mit
|
tibbs001/aact-1,ctti-clinicaltrials/aact,1Maria/aact,dmlond/aact,ctti-clinicaltrials/aact,1Maria/aact,tibbs001/aact-1,dmlond/aact,tibbs001/aact-1,SturdyCo/aact2,1Maria/aact,SturdyCo/aact2,dmlond/aact,1Maria/aact,SturdyCo/aact2,ctti-clinicaltrials/aact,dmlond/aact,SturdyCo/aact2
|
f1ca0d1e8302ca900d6ff3fda7564fe4b5deb718
|
circle.yml
|
circle.yml
|
machine:
java:
version: oraclejdk8
services:
- docker
test:
override:
- ./gradlew checkstyleMain checkstyleTest test --info
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
general:
artifacts:
- build/reports
deployment:
release:
tag: /[0-9]+(\.[0-9]+)+/
commands:
- ./gradlew -i bintrayUpload
|
machine:
java:
version: oraclejdk8
services:
- docker
test:
pre:
- ./gradlew findbugsMain findbugsTest checkstyleMain checkstyleTest --info
override:
- ./gradlew test --info
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
general:
artifacts:
- build/reports
deployment:
release:
tag: /[0-9]+(\.[0-9]+)+/
commands:
- ./gradlew -i bintrayUpload
|
Add findbugs to PR build
|
Add findbugs to PR build
|
YAML
|
apache-2.0
|
palantir/docker-compose-rule,palantir/docker-compose-rule,tomasulo/docker-compose-rule
|
ec99066b85f2a8d3091e349c55cfe898b3924f45
|
circle.yml
|
circle.yml
|
machine:
xcode:
version: "8.0"
dependencies:
pre:
# # - brew install xctool # Homebrew is actually not used on circle at the moment
- gem install xcpretty
- gem install cocoapods -v $(var=$(tail -1 Podfile.lock); echo ${var##COCOAPODS:})
# - if cd ~/.cocoapods/repos/master; then git pull; else git clone https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master; fi
# - pod setup --verbose
override:
- make install
cache_directories:
- ./Pods
- ~/.cocoapods
test:
override:
- make build-pretty
- make test-pretty
- make lint
- make carthage
post:
- mv build/reports $CIRCLE_TEST_REPORTS/xcode # relies on xcpretty --report junit
- bash <(curl -s https://codecov.io/bash)
# Save Pods to artifacts in case we need to dig up dependencies later
- zip -FSr $CIRCLE_ARTIFACTS/Pods.zip ./Pods/
|
machine:
xcode:
version: "8.2.1"
dependencies:
pre:
# # - brew install xctool # Homebrew is actually not used on circle at the moment
- gem install xcpretty
- gem install cocoapods -v $(var=$(tail -1 Podfile.lock); echo ${var##COCOAPODS:})
# - if cd ~/.cocoapods/repos/master; then git pull; else git clone https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master; fi
# - pod setup --verbose
override:
- make install
cache_directories:
- ./Pods
- ~/.cocoapods
test:
override:
- make build-pretty
- make test-pretty
- make lint
- make carthage
post:
- mv build/reports $CIRCLE_TEST_REPORTS/xcode # relies on xcpretty --report junit
- bash <(curl -s https://codecov.io/bash)
# Save Pods to artifacts in case we need to dig up dependencies later
- zip -FSr $CIRCLE_ARTIFACTS/Pods.zip ./Pods/
|
Upgrade to xcode 8.2.1 for testing
|
Upgrade to xcode 8.2.1 for testing
|
YAML
|
mit
|
segmentio/analytics-ios,djfink-carglass/analytics-ios,segmentio/analytics-ios,djfink-carglass/analytics-ios,segmentio/analytics-ios,djfink-carglass/analytics-ios,segmentio/analytics-ios
|
34cd7f4008cd8be78a1ae2e3b5dc8b15f3dfcb98
|
circle.yml
|
circle.yml
|
machine:
timezone: Asia/Tokyo
dependencies:
pre:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
test:
override:
- go test -v -race -cover -coverprofile=$CIRCLE_ARTIFACTS/coverage.out ./...
post:
- /home/ubuntu/bin/goveralls -coverprofile=$CIRCLE_ARTIFACTS/coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN
|
machine:
timezone: Asia/Tokyo
dependencies:
pre:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
test:
override:
- go test -v -race -cover -coverprofile=$CIRCLE_ARTIFACTS/coverage.out
post:
- /home/ubuntu/bin/goveralls -coverprofile=$CIRCLE_ARTIFACTS/coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN
|
Remove flag multiple packages from test
|
Remove flag multiple packages from test
|
YAML
|
mit
|
minodisk/qiitactl,minodisk/qiitactl
|
26d45af40b0c9cae84272b6459bcde31166891b0
|
circle.yml
|
circle.yml
|
dependencies:
cache_directories:
- ~/nix_out
- ./result
override:
- sudo mkdir -p /nix
- sudo chown ubuntu /nix
- curl https://nixos.org/nix/install | sudo sh
- echo "source ~/.nix-profile/etc/profile.d/nix.sh" >> ~/.circlerc
- nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
- nix-channel --update
- nix-env -u
- mkdir -p ~/nix_out
test:
override:
- nix-build
|
dependencies:
cache_directories:
- ~/nix_out
- ./result
override:
- sudo mkdir -p /nix
- sudo chown ubuntu /nix
- mkdir -p /nix /etc/nix
- chmod a+rwx /nix \
- echo 'sandbox = false' > /etc/nix/nix.conf
- curl https://nixos.org/nix/install | sh
- echo "source ~/.nix-profile/etc/profile.d/nix.sh" >> ~/.circlerc
- nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
- nix-channel --update
- nix-env -u
- mkdir -p ~/nix_out
test:
override:
- nix-build
|
FIX Can't install Nix 2.2.1 on clean Ubuntu 18.04
|
FIX Can't install Nix 2.2.1 on clean Ubuntu 18.04
https://github.com/NixOS/nix/issues/2636
|
YAML
|
mit
|
kamilchm/go2nix,kamilchm/go2nix
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.