commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
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, encha...
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-lat...
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-lates...
Exclude FSF compiler on Windows
Exclude FSF compiler on Windows Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
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 --t...
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 --t...
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: - ~/.cach...
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 ...
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/ubun...
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 ./... ...
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/$IM...
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...
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...
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 ...
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 nod...
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 t...
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 t...
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: jason.bertsche@gmail.com synopsis: A strange ...
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: jason.bertsche@gmail.com synopsis: ...
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: targ...
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_t...
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=/o...
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 ~/.cach...
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: Ic8dd9ba6e5868c573ac8f0b340447f8addd8b...
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-plu...
- 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...
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: I1c6660635b26a9e0106d34eab8d63990b6cd2...
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-python...
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 Signe...
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...
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-...
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: Ifd0557060d055aa07b34320808b2360387a22...
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: ...
{% 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: ...
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,...
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...
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...
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: - va...
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: - va...
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/s...
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/s...
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 ...
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 --...
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 te...
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: TOXEN...
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...
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-pack...
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 ...
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 ...
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 ma...
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...
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/them...
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...
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...
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 ...
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...
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...
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...
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/ima...
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/ima...
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: - cart...
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 - ./...
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. openad...
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. openad...
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: bartavelle@gmail.com synopsis: Find "superbubbles", as described in https:...
homepage: https://github.com/bartavelle/superbubbles#readme changelog-type: '' hash: 5f7db1d87ff58b49df5b184650486e68aee1b29f9e481ccf6e2016b6f36b8084 test-bench-deps: base: -any hspec: -any containers: -any superbubbles: -any maintainer: bartavelle@gmail.com synopsis: Find "superbubbles", as described in https:...
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 LOGI...
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_...
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: ...
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}" bu...
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: ...
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 {}...
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 ...
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; els...
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/coverag...
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/coverag...
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-unstabl...
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/p...
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
77f8811b187855c15e87fbc55137332a95ab6a92
circle.yml
circle.yml
machine: environment: XCODE_SCHEME: test XCODE_WORKSPACE: test XCODE_PROJECT: test xcode: version: 7.3 general: branches: only: - as-circle-ci dependencies: pre: - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash - nvm install 4.4.7 - n...
machine: environment: XCODE_SCHEME: test XCODE_WORKSPACE: test XCODE_PROJECT: test xcode: version: 7.3 general: branches: only: - as-circle-ci dependencies: pre: - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash - nvm install 4.4.7 - n...
Upgrade npm before running script/bootstrap
Upgrade npm before running script/bootstrap
YAML
mit
liuderchi/atom,Arcanemagus/atom,brumm/atom,gontadu/atom,gontadu/atom,kevinrenaers/atom,bsmr-x-script/atom,liuderchi/atom,bolinfest/atom,CraZySacX/atom,bolinfest/atom,AdrianVovk/substance-ide,xream/atom,stinsonga/atom,FIT-CSE2410-A-Bombs/atom,sotayamashita/atom,atom/atom,helber/atom,FIT-CSE2410-A-Bombs/atom,Mokolea/atom...
aa16a185a63cbb048daea2b8088389107142896a
circle.yml
circle.yml
deployment: gemfury: branch: master commands: - make release
machine: node: version: 6.1.0 deployment: gemfury: branch: master commands: - make release
Bump node version on Circle
Bump node version on Circle
YAML
mit
tictail/tide,tictail/tide,tictail/tide
76b2815c38beb9e4239e8ef7546049dc83d441b8
circle.yml
circle.yml
test: override: - ./node_modules/.bin/eslint lib - | ./node_modules/.bin/jpm test --tbpl --binary /usr/bin/firefox | tee jpm.tbpl # exit with exit code of jpm, not tee (exit ${PIPESTATUS[0]}) post: - woodchipper --timeout 600000 < jpm.tbpl > $CIRCLE_TEST_REPORTS/jpm.xml - ./node_mo...
test: override: - ./node_modules/.bin/eslint lib - | ./node_modules/.bin/jpm test --tbpl --binary /usr/bin/firefox | tee jpm.tbpl # exit with exit code of jpm, not tee (exit ${PIPESTATUS[0]}) post: - woodchipper --timeout 600000 < jpm.tbpl > $CIRCLE_TEST_REPORTS/jpm.xml - ./node_mo...
Update to reflect new package name
CI: Update to reflect new package name
YAML
mpl-2.0
Osmose/normandy,mozilla/normandy,Osmose/normandy,mozilla/normandy,mozilla/normandy,mozilla/normandy,Osmose/normandy,Osmose/normandy
1f87776305f5efa44f1f1d4a74655559268e8e90
circle.yml
circle.yml
dependencies: pre: - go get -v -t -u -f github.com/cee-dub/go-junit-report test: pre: - go version ## Override test command for reporting override: - mkdir -p $CIRCLE_TEST_REPORTS/junit - "(set -o pipefail && go test ./... -v -race | go-junit-report -dir $CIRCLE_TEST_REPORTS/junit)"
dependencies: ## Install specific Go version pre: - curl -o go.tar.gz -sL https://storage.googleapis.com/golang/go1.7.4.linux-amd64.tar.gz - sudo rm -rf /usr/local/go - sudo tar -C /usr/local -xzf go.tar.gz - sudo chmod a+w /usr/local/go/src/ - go get -v -t -u -f github.com/cee-dub/go-junit-repo...
Build on a recent version of Go
Build on a recent version of Go
YAML
mit
domainr/dnsr,domainr/dnsr
9749c0d155eac6cc445483ec4400db47a4945b6b
circle.yml
circle.yml
machine: python: version: 3.4 test: post: - 'python setup.py sdist' - 'python setup.py bdist --formats=gztar,zip' general: artifacts: - dist
machine: python: version: 3.4.2 test: post: - 'python setup.py sdist' - 'python setup.py bdist --formats=gztar,zip' general: artifacts: - dist
Fix the Python version spec
Fix the Python version spec
YAML
mit
prophile/beewarn
658c8761aef4cab0f595bc6222478a339ad9bce2
recipes/flask-table/meta.yaml
recipes/flask-table/meta.yaml
{% set name = "flask-table" %} {% set version = "0.5.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/plumdog/{{ name }}/archive/{{ version }}.tar.gz sha256: bb8a15307cd4ea1f2b6be93b3ffe60a397099827439b4c389d624bf9c2939086 build: noarch: python number: 0 scri...
{% set name = "flask-table" %} {% set version = "0.5.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/plumdog/{{ name }}/archive/v{{ version }}.tar.gz sha256: bb8a15307cd4ea1f2b6be93b3ffe60a397099827439b4c389d624bf9c2939086 build: noarch: python number: 0 scr...
Fix typo in GitHub URL
Fix typo in GitHub URL
YAML
bsd-3-clause
jakirkham/staged-recipes,SylvainCorlay/staged-recipes,chrisburr/staged-recipes,mcs07/staged-recipes,Juanlu001/staged-recipes,jochym/staged-recipes,stuertz/staged-recipes,jjhelmus/staged-recipes,Juanlu001/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,patricksnape/staged-recipes,hadim/staged-recipes,petrush...
f8e5a9a5b5136d6882d46c46ceb39b2a17eeb2fe
recipes/scikit-beam/meta.yaml
recipes/scikit-beam/meta.yaml
package: name: scikit-beam version: build_for_windows source: git_url: https://github.com/ericdill/scikit-beam git_rev: build_for_windows build: number: 0 requirements: build: - python - setuptools - numpy - six - cython run: - python - numpy - scipy - six - xray...
package: name: scikit-beam version: build_for_windows source: git_url: https://github.com/ericdill/scikit-beam git_rev: build-for-windows build: number: 0 requirements: build: - python - setuptools - numpy - six - cython run: - python - numpy - scipy - six - xray...
Add imports for scikit-beam 0.0.7
Add imports for scikit-beam 0.0.7
YAML
bsd-3-clause
scikit-beam/skbeam-recipes,scikit-beam/skbeam-recipes
64d05f812e968e36fe5f079fb032083650e172ac
_config/config.yml
_config/config.yml
--- Name: ideannotator Before: - 'mysite/*' After: - 'framework/*' - 'cms/*' --- DataObject: extensions: - Annotatable AnnotatePermissionChecker: enabled_modules: - mysite
--- Name: ideannotator Before: - 'mysite/*' After: - 'framework/*' - 'cms/*' --- DataObject: extensions: - Annotatable AnnotatePermissionChecker: enabled: false enabled_modules: - mysite
Disable by default. Let mysite enable it.
Disable by default. Let mysite enable it.
YAML
bsd-3-clause
Firesphere/silverstripe-ideannotator
85cb1a78fd7c6e25460ebfbe977960338e98a4ef
pubspec.yaml
pubspec.yaml
name: streamy version: 0.0.7 description: > An experimental client API generator for services described using Google's API discovery format (https://developers.google.com/discovery/v1/using#discovery-doc). The generator comes with templates that generate streaming API via dart:async's Stream object. authors: - ...
name: streamy version: 0.0.7 description: > An experimental client API generator for services described using Google's API discovery format (https://developers.google.com/discovery/v1/using#discovery-doc). The generator comes with templates that generate streaming API via dart:async's Stream object. authors: - ...
Add back protobuf - needed for descriptor.pb.dart.
Add back protobuf - needed for descriptor.pb.dart.
YAML
apache-2.0
ronlobo/streamy-dart,google/streamy-dart,ronlobo/streamy-dart,srawlins/streamy-dart,ronlobo/streamy-dart,srawlins/streamy-dart,google/streamy-dart,srawlins/streamy-dart,google/streamy-dart,ronlobo/streamy-dart,google/streamy-dart,srawlins/streamy-dart
066b1de225ebb5e0d31edd92d0191cd154c5075f
config/mongo.yml
config/mongo.yml
development: database: stumpwise_development host: 127.0.0.1 port: 27017 test: database: stumpwise_test host: 127.0.0.1 port: 27017 staging: database: stumpwise_production host: pearl.mongohq.com port: 27078 username: stumpwise_admin password: unGMV4U6skyV production: database: stumpwise ...
development: database: stumpwise_development host: 127.0.0.1 port: 27017 test: database: stumpwise_test host: 127.0.0.1 port: 27017 staging: database: stumpwise_production host: pearl.mongohq.com port: 27078 username: stumpwise_admin password: unGMV4U6skyV production: database: stumpwise_...
Switch to new MongoHQ production database
Switch to new MongoHQ production database
YAML
mit
marclove/stumpwise,marclove/stumpwise
2323ce156b8b7ddc9d4faa63746ce577062b13af
recipes/simple_benchmark/meta.yaml
recipes/simple_benchmark/meta.yaml
{% set name = "simple_benchmark" %} {% set version = "0.1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/simple_benchmark-{{ version }}.tar.gz sha256: 2be6a87ef024c1387ec54de8792e80192080cb0572ebd049fdb1b60388d4251e build: ...
{% set name = "simple_benchmark" %} {% set version = "0.1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/simple_benchmark-{{ version }}.tar.gz sha256: 2be6a87ef024c1387ec54de8792e80192080cb0572ebd049fdb1b60388d4251e build: ...
Fix recipe and add tests
Fix recipe and add tests
YAML
bsd-3-clause
conda-forge/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes
16ad7ff511bdb859bcb46fa4b71282db551e7f27
roles/desktop/tasks/media.yml
roles/desktop/tasks/media.yml
--- - name: install udiskie for automount pacman: name: udiskie - name: install media codecs pacman: name: - flac - lame - opus - gstreamer - gst-libav - gstreamer-vaapi - gst-plugins-good - gst-plugins-ugly - gst-plugins-bad - name: install pulseaudio...
--- - name: install udiskie for automount pacman: name: udiskie - name: install media codecs pacman: name: - flac - lame - opus - gstreamer - gst-libav - gstreamer-vaapi - gst-plugins-good - gst-plugins-ugly - gst-plugins-bad - name: install pulseaudio...
Install and configure pro-audio packages
Install and configure pro-audio packages
YAML
mit
zoresvit/archible
1f4f95b57504735b5db31d31d105c5a671e0c113
roles/reflector/vars/main.yml
roles/reflector/vars/main.yml
--- reflector: files: - src: mirrorupgrade.hook.j2 dest: /etc/pacman.d/hooksl - src: reflector.service.j2 dest: /etc/systemd/system/reflector.service - src: reflector.timer.j2 dest: /etc/systemd/system/reflector.timer
--- reflector: files: - src: mirrorupgrade.hook.j2 dest: /etc/pacman.d/hooks/mirrorupgrade.hook - src: reflector.service.j2 dest: /etc/systemd/system/reflector.service - src: reflector.timer.j2 dest: /etc/systemd/system/reflector.timer
Fix incorrect template dest in reflector role
Fix incorrect template dest in reflector role
YAML
bsd-2-clause
AsavarTzeth/ansible-archlinux-desktop
3239f99ea8b342311591ab9da316b66543b7380d
.github/release-drafter.yml
.github/release-drafter.yml
name-template: '$NEXT_PATCH_VERSION' tag-template: '$NEXT_PATCH_VERSION' categories: - title: '🚀 Features' labels: - 'Type: Enhancement' - title: '🐛 Bug Fixes' labels: - 'Type: Bug / Error' - title: '🧰 Maintenance' label: 'Type: Other' change-template: '- $TITLE (#$NUMBER) @$AUTHOR' no-...
name-template: '$NEXT_PATCH_VERSION' tag-template: '$NEXT_PATCH_VERSION' categories: - title: '🚀 Features' labels: - 'Type: Enhancement' - title: '🐛 Bug Fixes' labels: - 'Type: Bug / Error' - title: '🧰 Maintenance' label: 'Type: Other' change-template: '- $TITLE (#$NUMBER) @$AUTHOR' bra...
Set develop branch for release drafter
Set develop branch for release drafter
YAML
mit
knsv/mermaid,knsv/mermaid
03c3cd96134cb1be15dace6771366c7b0fa5a1e7
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: # @see https://help.github.com/en/articles/events-that-trigger-workflows#webhook-events push: branches: # Array of patterns that match refs/heads - master # Push events on master branch - dev jobs: build: name: Build strategy: matrix: os: [ubuntu-latest, macos...
name: build on: # @see https://help.github.com/en/articles/events-that-trigger-workflows#webhook-events push: branches: # Array of patterns that match refs/heads - main # Push events on master branch pull_request: branches: [ main ] jobs: build: name: Build strategy: matrix: ...
Switch default branch into main
Switch default branch into main Signed-off-by: owentou <4a3f86a245b3a1dcdb9e5eb4b64894dd9118c1d8@tencent.com>
YAML
mit
xresloader/xresconv-gui,xresloader/xresconv-gui
c59b9f9f64eb0d85a5fcbdd327059afb47ecadc0
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: push: branches: main pull_request: branches: main jobs: haskell: strategy: fail-fast: false matrix: include: - { os: ubuntu-latest } runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: cachix/install-nix-action@v15...
name: build on: push: branches: main pull_request: branches: main jobs: haskell: strategy: fail-fast: false matrix: include: - { os: ubuntu-latest } runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: cachix/install-nix-action@v15 ...
Remove nix flake check from github actions
Remove nix flake check from github actions
YAML
mpl-2.0
brendanhay/text-manipulate
a01f04a17ef97492ee0328a95e26930a6a766ce9
.github/workflows/build.yml
.github/workflows/build.yml
# Automatically build the project and run any configured tests for every push # and submitted pull request. This can help catch issues that only occur on # certain platforms or Java versions, and provides a first line of defence # against bad commits. name: build on: [ pull_request, push ] jobs: build: strategy...
# Automatically build the project and run any configured tests for every push # and submitted pull request. This can help catch issues that only occur on # certain platforms or Java versions, and provides a first line of defence # against bad commits. name: build on: [ pull_request, push ] jobs: build: strategy...
Add the 1.18 run step
Add the 1.18 run step
YAML
mit
jonafanho/Minecraft-Transit-Railway,jonafanho/Minecraft-Transit-Railway,jonafanho/Minecraft-Transit-Railway
b5c30919e353897f1a8bf82f62b942e9dad52481
.github/workflows/build.yml
.github/workflows/build.yml
on: push: branches: - osagnostic pull_request: branches: - osagnostic jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, macos-10.15, macos-11] include: - os: macos-10.15 - os: macos-latest - os: macos-11 ...
on: push: branches: - osagnostic pull_request: branches: - osagnostic jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, macos-10.15, macos-11] include: - os: macos-10.15 - os: macos-latest - os: macos-11 ...
Update PR trigger to use source branch
Update PR trigger to use source branch
YAML
mit
machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail
2149a8ddd64d1ba1d5b03ee0b90b74ccdfb5b67a
.github/workflows/build.yml
.github/workflows/build.yml
name: Auto Build on: push jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up Python 3.7 uses: actions/setup-python@v1 with: python-version: 3.7 - name: Install requirements run: pip install -r requirements.txt - nam...
name: Auto Build on: push jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: python-version: 3.9 - name: Install requirements run: pip install -r requirements.txt - name: L...
Update CI to python 3.9
Update CI to python 3.9
YAML
mit
amm0nite/unicornclient,amm0nite/unicornclient
56a336bf17c36cd710804c7a0ee897d98b244568
.github/workflows/build.yml
.github/workflows/build.yml
on: push name: Build jobs: build: name: Build runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: [ 2.7, 3.1 ] env: RAILS_ENV: test CI: true steps: - name: Checkout uses: actions/checkout@v2 - name: Se...
on: push name: Build jobs: build: name: Build runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: ['2', '3'] env: RAILS_ENV: test CI: true steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Ruby uses: ruby/se...
Test against latest 2 and 3
Test against latest 2 and 3
YAML
mit
adhearsion/adhearsion,adhearsion/adhearsion,adhearsion/adhearsion,adhearsion/adhearsion
7c0300543c73545bd9294872a94d41500a33aa29
.github/workflows/build.yml
.github/workflows/build.yml
name: Node.js CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [8.x, 10.x, 12.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node...
name: Node.js CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [8.x, 10.x, 12.x] webpack-version: [4.0.x, ^4.0.0] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 wi...
Test against multiple webpack versions
CI: Test against multiple webpack versions
YAML
apache-2.0
GoogleChromeLabs/webbundle-webpack-plugin
4cae944d20acb550bd40c313da2f54e8c8abe05b
.github/workflows/maven.yml
.github/workflows/maven.yml
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: "Build" on: [push, pull_request] jobs: build: runs-on: ubuntu-18.04 strategy: fail-fast: false matrix: ...
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: "Build" on: [push, pull_request] jobs: build: runs-on: ubuntu-18.04 strategy: fail-fast: false matrix: ...
Remove Java 15 build now that 16 is active
Remove Java 15 build now that 16 is active
YAML
apache-2.0
tabish121/proton4j
eb3d1f5da5f80cf22447cc03ac3fa55c06fb77b3
.github/workflows/maven.yml
.github/workflows/maven.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
Allow Java early access builds to fail.
Allow Java early access builds to fail.
YAML
apache-2.0
apache/commons-lang,britter/commons-lang,britter/commons-lang,apache/commons-lang,MarkDacek/commons-lang,britter/commons-lang,MarkDacek/commons-lang,MarkDacek/commons-lang,apache/commons-lang
13cd7951d2c348460c38c82e494e6b46e70bce4b
.github/workflows/test.yaml
.github/workflows/test.yaml
name: dotfiles on: push jobs: osx: runs-on: macos-latest steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.4.1 with: access_token: ${{ github.token }} - uses: actions/checkout@v2.3.2 - name: Cache homebrew packages uses: actions/cach...
name: dotfiles on: push jobs: archlinux: runs-on: ubuntu-latest steps: - name: Cancel Previous Runs uses: styfle/cancel-workflow-action@0.4.1 with: access_token: ${{ github.token }} - uses: actions/checkout@v2 - name: Pull docker image run: docker-compose p...
Revert "Chore: Temporary disable Archlinux build"
Revert "Chore: Temporary disable Archlinux build" This reverts commit 7edb425b051ffdb73aac7eb52495bdb5631bee05.
YAML
mit
benmezger/dotfiles,benmezger/dotfiles,benmezger/dotfiles,benmezger/dotfiles
b5c02088a0f64b1412efc5ea01800b3d1cead06c
.github/workflows/tests.yml
.github/workflows/tests.yml
name: tests on: push: branches: [ main ] pull_request: branches: [ main ] workflow_dispatch: inputs: git-ref: description: Git Ref (Optional) required: false jobs: build: runs-on: ubuntu-latest env: TEST_TMPDIR: '/tmp' strategy: matrix: python-...
name: tests on: push: branches: [ main ] pull_request: branches: [ main ] workflow_dispatch: inputs: git-ref: description: Git Ref (Optional) required: false jobs: build: runs-on: ubuntu-latest env: TEST_TMPDIR: '/tmp' strategy: matrix: python-...
Remove Python 3.6 and Python 3.7 due to `np` 1.23
Remove Python 3.6 and Python 3.7 due to `np` 1.23 Our `setup.py` needs `np>1.21` which currently resolves to `1.23`, and unfortunately that requires Python 3.8 or above.
YAML
apache-2.0
deepmind/android_env
eae598c6a819e29c3fbe638b369752fe3420a675
pipelines/mruby.yaml
pipelines/mruby.yaml
resources: - name: ruby type: docker-image source: repository: colstrom/ruby - name: alpine type: docker-image source: repository: colstrom/alpine - name: src type: git source: uri: https://github.com/mruby/mruby - name: ci type: git source: uri: https://g...
resources: - name: ruby type: docker-image source: repository: colstrom/ruby - name: alpine type: docker-image source: repository: colstrom/alpine - name: src type: git source: uri: https://github.com/mruby/mruby - name: ci type: git source: uri: https://g...
Add caching to build output
Add caching to build output
YAML
mit
colstrom/docker-mruby
ea22e3f87224557d52f3869e6420e8753fe9a342
packages/co/country.yaml
packages/co/country.yaml
homepage: https://github.com/andrewthad/country#readme changelog-type: '' hash: 826813927d5c85d423e61de9260a34cc42e44ddbc620b2dd53e0e251dc4d1877 test-bench-deps: base: -any country: -any maintainer: andrew.thaddeus@gmail.com synopsis: Country data type and functions changelog: '' basic-deps: bytestring: ! '>=0.10...
homepage: https://github.com/andrewthad/country#readme changelog-type: '' hash: 16885008d07e7cc8a9a4e37efffd2dda65fbbd6d01b4a5bdd8cff2ff2b7be939 test-bench-deps: base: -any country: -any maintainer: andrew.thaddeus@gmail.com synopsis: Country data type and functions changelog: '' basic-deps: bytestring: ! '>=0.10...
Update from Hackage at 2017-07-20T01:57:39Z
Update from Hackage at 2017-07-20T01:57:39Z
YAML
mit
commercialhaskell/all-cabal-metadata
7c1532fc139f5d16beb0d1db96a8b32dd4870690
packages/cu/curryrs.yaml
packages/cu/curryrs.yaml
homepage: https://github.com/mgattozzi/curryrs#readme changelog-type: '' hash: 097ea44564d7c662631d57207b4c3736776030355dca50ed82168f2f454ca625 test-bench-deps: base: -any tasty-hunit: ! '>=0.9.2' tasty: ! '>=0.11' curryrs: -any maintainer: mgattozzi@gmail.com synopsis: Easy to use FFI Bridge for using Rust in ...
homepage: https://github.com/mgattozzi/curryrs#readme changelog-type: '' hash: 0da648b4cd6a8378c1c375e1323ec7af8863eea5e051f7af1c7176fa5f4e7287 test-bench-deps: base: -any tasty-hunit: ! '>=0.9.2' tasty: ! '>=0.11' curryrs: -any maintainer: mgattozzi@gmail.com synopsis: Easy to use FFI Bridge for using Rust in ...
Update from Hackage at 2016-10-16T01:28:17+00:00
Update from Hackage at 2016-10-16T01:28:17+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
248e605d4e43f3cad00b408e3a4ee87b44e23d30
packages/el/elision.yaml
packages/el/elision.yaml
homepage: http://github.com/crough/elision#readme changelog-type: '' hash: 10077606de3512e9bc405b363c3ef58e9df86a6cee527fee02911b48f3e74d68 test-bench-deps: {} maintainer: alex@crough.io synopsis: Arrows with holes. changelog: '' basic-deps: base: ! '>=4.7 && <5' elision: -any profunctors: ! '>=5.1.2' all-version...
homepage: http://github.com/crough/elision#readme changelog-type: '' hash: 76c7042447aebffccddc68fd4ab94e5fd0676bdc2b50d4b2dc5c72cd0b2173ae test-bench-deps: {} maintainer: alex@crough.io synopsis: Arrows with holes. changelog: '' basic-deps: base: ! '>=4.7 && <5' elision: -any profunctors: ! '>=5.1.2' all-version...
Update from Hackage at 2016-02-18T21:43:00+0000
Update from Hackage at 2016-02-18T21:43:00+0000
YAML
mit
commercialhaskell/all-cabal-metadata
aaa5b7dc505bbd6b9063516bb681f50f3b619732
packages/fo/foreign.yaml
packages/fo/foreign.yaml
homepage: https://github.com/4eUeP/foreign changelog-type: markdown hash: 718514c63f4053c4ade83444178e00527e51694b9c2ffbf518329f18a6453da0 test-bench-deps: base: '>=4.14 && <5' hspec: -any QuickCheck: -any foreign: -any maintainer: mu@laxcat.xyz synopsis: A collection of helpers for ffi. changelog: | # Change...
homepage: https://github.com/4eUeP/foreign changelog-type: markdown hash: d0eab95733487180a3a33787d232fafacd20cd30298db1b1a9736f868b43a469 test-bench-deps: base: '>=4.14 && <5' hspec: -any quickcheck-instances: -any QuickCheck: -any foreign: -any maintainer: mu@laxcat.xyz synopsis: A collection of helpers for...
Update from Hackage at 2022-09-16T06:04:07Z
Update from Hackage at 2022-09-16T06:04:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
b7019985cbab0bb7ad55c8226d0b44d72be2982f
packages/pi/picedit.yaml
packages/pi/picedit.yaml
homepage: https://github.com/mdibaiee/picedit#readme changelog-type: '' hash: 95f396fda85197542915fb3ccbe866b6876baec3bed4ff99d513276bae1cb50b test-bench-deps: {} maintainer: mdibaiee@aol.com synopsis: simple image manipulation functions changelog: '' basic-deps: JuicyPixels: ! '>=3.2.8 && <3.3' base: ! '>=4.7 && <...
homepage: https://github.com/mdibaiee/picedit#readme changelog-type: '' hash: e8ced74872691df973919aafd371bccec2bfe5f08bba3d333f0d5d19a1b2c935 test-bench-deps: {} maintainer: mdibaiee@aol.com synopsis: simple image manipulation functions changelog: '' basic-deps: JuicyPixels: ! '>=3.2.8 && <3.3' base: ! '>=4.7 && <...
Update from Hackage at 2017-02-04T08:54:25Z
Update from Hackage at 2017-02-04T08:54:25Z
YAML
mit
commercialhaskell/all-cabal-metadata
649dee3ef161e5b2fe988818ea5bee55756f6645
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build before_script: - git submodule update --init --recursive osx: stage: build script: - export PATH=/Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin:"${PATH}" - ./bootstrap/build.sh tags: - openswift artifacts: paths: - bin/a...
stages: - build before_script: - git submodule update --init --recursive osx: stage: build script: - export PATH=/Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin:"${PATH}" - ./bootstrap/build.sh tags: - openswift artifacts: paths: - .atll...
Update products path to not use symlink
Update products path to not use symlink
YAML
apache-2.0
AnarchyTools/atbuild,AnarchyTools/atbuild,AnarchyTools/atbuild
fbff14b7ee0d6352c3e1204c81becdd7c2821ac4
.gitlab-ci.yml
.gitlab-ci.yml
image: tailhook/vagga:v0.7.2-93-g0884e15 stages: - build - test - deploy before_script: - export FEATURES_SHASH=`vagga _version_hash --short features` - export TEST_SHASH=`vagga _version_hash --short test` - export MYSQL_SHASH=`vagga _version_hash --short mysql` - "echo Features: $FEATURES_SHASH\\; Test: $TEST_SHASH\...
image: tailhook/vagga:v0.7.2-93-g0884e15 stages: - build - test - deploy before_script: - export FEATURES_SHASH=`vagga _version_hash --short features` - export TEST_SHASH=`vagga _version_hash --short test` - export MYSQL_SHASH=`vagga _version_hash --short mysql` - "echo Features: $FEATURES_SHASH\\; Test: $TEST_SHASH\...
Copy config to few most probable places
Copy config to few most probable places
YAML
mit
open-craft-guild/aio-feature-flags
4294090c32a9942559d1937e5b6c92f6b13f7c43
.gitlab-ci.yml
.gitlab-ci.yml
build: tags: - maven - docker script: - mvn clean compile test: tags: - maven - docker script: - (cd acme4j-it; mvn -B docker:remove) - mvn -B -P ci verify deploy: tags: - maven - docker script: - mvn -B install javadoc:javadoc mkdocs:build
build: tags: - maven - docker script: - mvn clean compile test: tags: - maven - docker script: - (cd acme4j-it; mvn -B docker:remove) - mvn -B -P ci verify deploy: tags: - maven - docker script: - mvn -B install mkdocs:build javadoc:javadoc
Fix mvn order in CI deploy stage
Fix mvn order in CI deploy stage
YAML
apache-2.0
shred/acme4j,shred/acme4j,shred/acme4j
3b6e10b22f7626a44de3f1fdb81196a9777493fb
.gitlab-ci.yml
.gitlab-ci.yml
.rspec: &rspec stage: test tags: - docker before_script: - "echo 'gem: --no-document' > ~/.gemrc" - gem install bundler - 'git -v || apk --update add git' - bundle install -j $(nproc) script: - ./bin/rspec rspec ruby-2.4: image: ruby:2.4-alpine <<: *rspec rspec ruby-2.5: image: r...
.rspec: &rspec stage: test tags: - docker before_script: - "echo 'gem: --no-document' > ~/.gemrc" - gem install bundler - 'git -v || apk --update add git' - bundle install -j $(nproc) script: - ./bin/rspec rspec ruby-2.4: image: ruby:2.4-alpine <<: *rspec rspec ruby-2.5: image: r...
Resolve "deploy to rubygems on tag"
Resolve "deploy to rubygems on tag"
YAML
mit
eval/envied,eval/envied
d25de9929f1820b1f667abb338a84773cf6e1388
.gitlab-ci.yml
.gitlab-ci.yml
variables: POSTGRES_DB: postgres POSTGRES_USER: postgres POSTGRES_PASSWORD: "" POSTGRES_HOST_AUTH_METHOD: 'trust' SP_VERSION: 11-10-stable stages: - test services: - postgres:latest cache: key: "$CI_PROJECT_NAME" paths: - $HOME/.cache/pip include: - project: thelabnyc/gitlab-ci-templates ...
variables: POSTGRES_DB: postgres POSTGRES_USER: postgres POSTGRES_PASSWORD: "" POSTGRES_HOST_AUTH_METHOD: 'trust' stages: - test services: - postgres:latest cache: key: "$CI_PROJECT_NAME" paths: - $HOME/.cache/pip test_python37: stage: test tags: - django-oscar image: python:3.7 scri...
Remove SAST / DAST testing since it's never actionable and not worth the maintenence
Remove SAST / DAST testing since it's never actionable and not worth the maintenence
YAML
isc
thelabnyc/django-oscar-wfrs,thelabnyc/django-oscar-wfrs
f4596ba41f205dd65927b4f9f9ea0c5c49aaf145
.gitlab-ci.yml
.gitlab-ci.yml
tests: stage: test image: quay.io/craigbarnes/lua-testing-extra script: - make -j`nproc` local-libgumbo - make check-all USE_LOCAL_LIBGUMBO=1 # - make clean check-luarocks-make LUAROCKS=luarocks-5.3 # - make check-luarocks-build LUAROCKS=luarocks-5.3 - make coverage.txt...
tests: stage: test image: registry.gitlab.com/craigbarnes/container-lua-testing/image script: - make -j`nproc` local-libgumbo - make check-all USE_LOCAL_LIBGUMBO=1 # - make clean check-luarocks-make LUAROCKS=luarocks-5.3 # - make check-luarocks-build LUAROCKS=luarocks-5.3 ...
Use GitLab container registry instead of quay.io for CI container image
Use GitLab container registry instead of quay.io for CI container image
YAML
apache-2.0
craigbarnes/lua-gumbo,craigbarnes/lua-gumbo,craigbarnes/lua-gumbo
b1c1fc5907216093211fe5ea1585b861f8649f07
ansible/roles.yml
ansible/roles.yml
--- - src: bbatsche.Base version: v2.1.6 - src: bbatsche.Nginx version: v4.2.1 - src: bbatsche.PHP version: v2.2.0 - src: bbatsche.Node version: v3.0.0 - src: bbatsche.Python version: v2.1.0 - src: bbatsche.Ruby version: v3.0.0 - src: bbatsche.MongoDB-Install version: v2.1.2 - src: bbatsche.MongoDB...
--- - src: bbatsche.Base version: v2.1.6 - src: bbatsche.Nginx version: v4.2.1 - src: bbatsche.PHP version: v2.2.0 - src: bbatsche.Node version: v3.0.0 - src: bbatsche.Python version: v2.1.0 - src: bbatsche.Ruby version: v3.0.0 - src: bbatsche.MongoDB-Install version: v2.1.2 - src: bbatsche.MongoDB...
Update PostgreSQL role; drop Wordpress role
Update PostgreSQL role; drop Wordpress role
YAML
mit
bbatsche/Vagrant-Setup
068cb48ad64ceb9e5d583a640e9346010dbca41f
.github/workflows/ci.yml
.github/workflows/ci.yml
name: Build & Publish wheel on: push: create: jobs: build: strategy: # Allows for matrix sub-jobs to fail without canceling the rest fail-fast: false matrix: env: [{TARGET: wheel_manylinux2010_x86_64}, {TARGET: wheel_manylinux2010_i686}, {TARGET: wheel_manylinux2014_aarch64}] ...
name: Build & Publish wheel on: push: create: jobs: build: strategy: # Allows for matrix sub-jobs to fail without canceling the rest fail-fast: false matrix: env: [{TARGET: wheel_manylinux2010_x86_64}, {TARGET: wheel_manylinux2010_i686}, {TARGET: wheel_manylinux2014_aarch64}] ...
Use Cython 3.0 for the build to see if it makes a performance difference.
Use Cython 3.0 for the build to see if it makes a performance difference.
YAML
mit
scoder/fastrlock,scoder/fastrlock
112291721c17fb0eb80a76953816153bc6dd7b00
.github/workflows/ci.yml
.github/workflows/ci.yml
# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions name: CI on: [push, pull_request] jobs: Package: runs-on: ubuntu-latest strategy: matrix: distro: [ "leap_latest" ] container: image: registry.opensuse.org/yast/head/containers_${{matrix.distro...
# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions name: CI on: [push, pull_request] jobs: Package: runs-on: ubuntu-latest strategy: fail-fast: false matrix: distro: [ "leap_latest" ] container: image: registry.opensuse.org/yast/head/cont...
Disable fail-fast in GitHub Actions
Disable fail-fast in GitHub Actions
YAML
mit
yast/skelcd-control-SLED,yast/skelcd-control-SLED
aced742c32bcbc9e68b757100a7c2f2243b8d04a
wercker.yml
wercker.yml
box: wercker/nodejs # Build definition build: # The steps that will be executed on build steps: # A step that executes `npm install` command - npm-install # A custom script step, name value is used in the UI # and the code value contains the command that get executed - script: name: har...
box: wercker/nodejs # Build definition build: # The steps that will be executed on build steps: - script: name: harp compile code: | npm -g install harp compile deploy : steps : - script: name: Deploy to octohost. code: |- git push $GIT_REMOTE ...
Install globally so that harp compile works.
Install globally so that harp compile works.
YAML
apache-2.0
octohost/www
6545a8fad3358f76b6187c8bb5f3f356f920950d
wercker.yml
wercker.yml
box: wercker/python build: steps: - virtualenv: name: Setup virtual environment - pip-install: name: Install requirements auto_run_wheel: True - script: name: Run unit testing code: | python setup.py test
box: wercker/python build: steps: - virtualenv: name: Setup virtual environment - pip-install: name: Install requirements auto_run_wheel: True - script: name: Run unit testing code: | python setup.py test deploy: steps: - add-to-known_hosts: ho...
Update wrecker config for SSH deployments
Update wrecker config for SSH deployments
YAML
mit
nikdoof/dropbot,nikdoof/dropbot
f6a6195d10452da79b0068a7003042fa03c87ab4
appveyor.yml
appveyor.yml
environment: matrix: # For Python versions available on Appveyor, see # https://www.appveyor.com/docs/windows-images-software/#python # The list here is complete (excluding Python 2.6, which # isn't covered by this document) at the time of writing. # - PYTHON: "C:\\Python27" # - PYTHON: "C:\\...
environment: matrix: # For Python versions available on Appveyor, see # https://www.appveyor.com/docs/windows-images-software/#python # The list here is complete (excluding Python 2.6, which # isn't covered by this document) at the time of writing. # - PYTHON: "C:\\Python27" # - PYTHON: "C:\\...
Revert back to testing with `pytest` in AppVeyor CI
Revert back to testing with `pytest` in AppVeyor CI
YAML
mit
PyFilesystem/pyfilesystem2
8663047410ee32b4de1fca7e4a0db0dcab7f6c4a
appveyor.yml
appveyor.yml
version: $(ShortVersion).{build} image: - Visual Studio 2017 - Ubuntu configuration: Release nuget: project_feed: true disable_publish_on_pr: true artifacts: - path: build\artifacts\*.nupkg deploy: off skip_commits: files: - LICENSE - README.md - .travis.yml - Dotnet.Core.Infrastructure.sln.DotSettings fo...
version: '{build}' image: - Visual Studio 2017 - Ubuntu configuration: Release nuget: project_feed: true disable_publish_on_pr: true artifacts: - path: build\artifacts\*.nupkg deploy: off skip_commits: files: - LICENSE - README.md - .travis.yml - Dotnet.Core.Infrastructure.sln.DotSettings for: - mat...
Build number was fixed in AppVeyor build config
Build number was fixed in AppVeyor build config
YAML
mit
Byndyusoft/Byndyusoft.Dotnet.Core.Infrastructure,Byndyusoft/Byndyusoft.Dotnet.Core.Infrastructure,litichevskiydv/Byndyusoft.Dotnet.Core.Infrastructure,litichevskiydv/Byndyusoft.Dotnet.Core.Infrastructure,litichevskiydv/Byndyusoft.Dotnet.Core.Infrastructure,Byndyusoft/Byndyusoft.Dotnet.Core.Infrastructure
cf2234214374236b04589ddfe414bbef843ffa94
appveyor.yml
appveyor.yml
version: 1.0.{build} branches: only: - master before_build: - ps: nuget restore PhotoLife\PhotoLife.sln build: project: PhotoLife\PhotoLife.sln verbosity: minimal after_test: - PhotoLife\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]*" -target:"PhotoLife\packages\...
version: 1.0.{build} branches: only: - master before_build: - ps: nuget restore PhotoLife\PhotoLife.sln build: project: PhotoLife\PhotoLife.sln verbosity: minimal after_test: - PhotoLife\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]*" -target:"PhotoLife\packages\...
Update coveralls path to tests
Update coveralls path to tests
YAML
mit
Branimir123/PhotoLife,Branimir123/PhotoLife,Branimir123/PhotoLife
a7f074f13bd769b5c2a0f5651057605057549c90
appveyor.yml
appveyor.yml
version: '{branch}-{build}' pull_requests: do_not_increment_build_number: true build_script: - ps: >- cd src/DarkSkyCore dotnet restore dotnet build cd ../../ dotnet pack --configuration release -o nupkgs/ src/DarkSkyCore test_script: - ps: >- cd test/DarkSkyCore.Tests ...
version: '{branch}-{build}' pull_requests: do_not_increment_build_number: true build_script: - ps: >- cd src/DarkSkyCore dotnet restore dotnet build cd ../../ dotnet pack --configuration release -o nupkgs/ src/DarkSkyCore test_script: - ps: >- cd test/DarkSkyCore.Tests ...
Call out nupkg artifact fro deployment
Call out nupkg artifact fro deployment
YAML
mit
amweiss/dark-sky-core
4b7ebd67a8a26604a57a30e7046833a40aa5a87c
appveyor.yml
appveyor.yml
build: false environment: matrix: - PYTHON: "C:\\Python35-x64" PYTHON_VERSION: "3.5.3" PYTHON_ARCH: "64" init: - "echo %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%" install: - "cinst vlc" - "%PYTHON%/Scripts/pip.exe install -r requirements.txt" test_script: - ps: '&"$env:PYTHON/python.exe" ./...
build: false environment: matrix: - PYTHON: "C:\\Python35-x64" PYTHON_VERSION: "3.5.3" PYTHON_ARCH: "64" init: - "echo %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%" install: - "cinst vlc" - "%PYTHON%/Scripts/pip.exe install -r requirements.txt" test_script: - ps: iex "$env:PYTHON/python.exe ....
Use iex and environment variable
Use iex and environment variable
YAML
mit
Nadeflore/dakara-player-vlc
513ac9336de2cf909ecd86a2abf2ad4623191f17
appveyor.yml
appveyor.yml
# what combinations to test environment: matrix: # Node.js - nodejs_version: "0.10" - nodejs_version: "0.12" - nodejs_version: "2.5" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install...
# what combinations to test environment: matrix: # Node.js - nodejs_version: "0.10" - nodejs_version: "0.12" - nodejs_version: "2.5" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install...
Change to force npm rebuild after each node version change
Change to force npm rebuild after each node version change
YAML
mit
FeodorFitsner/node-sentinel-file-watcher,FeodorFitsner/node-sentinel-file-watcher,FeodorFitsner/node-sentinel-file-watcher
2b325df58476678f2cd228055a7a7ecf1ea7e60b
appveyor.yml
appveyor.yml
branches: only: - master clone_depth: 5 environment: matrix: - CMAKE_GENERATOR: "Visual Studio 12 2013" CMAKE_PREFIX_PATH: C:/Qt/5.6.3/msvc2013 CONFIGURATION: Release - CMAKE_GENERATOR: "Visual Studio 14 2015 Win64" CMAKE_PREFIX_PATH: C:/Qt/5.6.3/msvc2015_64 CONFIGURATION: Rele...
branches: only: - master clone_depth: 5 environment: matrix: - CMAKE_GENERATOR: "Visual Studio 12 2013" CMAKE_PREFIX_PATH: C:\Qt\5.6.3\msvc2013 CONFIGURATION: Release - CMAKE_GENERATOR: "Visual Studio 14 2015 Win64" CMAKE_PREFIX_PATH: C:\Qt\5.6.3\msvc2015_64 CONFIGURATION: Rele...
Make the paths match AppVeyor's documentation
Style: Make the paths match AppVeyor's documentation See https://www.appveyor.com/docs/build-environment/#build-worker-images
YAML
mit
AbletonAG/aqt-stylesheets,AbletonAG/aqt-stylesheets
259614cf2209aa6aef13ce3015115a5b8197c660
appveyor.yml
appveyor.yml
version: '1.0.{build}' environment: matrix: - CHILDPROCESS_POSIX_SPAWN: true CHILDPROCESS_UNSET: should-be-unset RUBY_VERSION: 23-x64 - CHILDPROCESS_POSIX_SPAWN: false CHILDPROCESS_UNSET: should-be-unset RUBY_VERSION: 23-x64 - CHILDPROCESS_POSIX_SPAWN: true CHILDPROCESS_UNSE...
version: '1.0.{build}' environment: matrix: - CHILDPROCESS_POSIX_SPAWN: true CHILDPROCESS_UNSET: should-be-unset RUBY_VERSION: 24-x64 - CHILDPROCESS_POSIX_SPAWN: false CHILDPROCESS_UNSET: should-be-unset RUBY_VERSION: 24-x64 - CHILDPROCESS_POSIX_SPAWN: true CHILDPROCESS_UNSE...
Remove Ruby 2.3 from Windows builds
Remove Ruby 2.3 from Windows builds This version is EOL.
YAML
mit
enkessler/childprocess
764a940253b19ddd88ea725c4ede111f43557478
metadata/de.kromke.andreas.musictagger.yml
metadata/de.kromke.andreas.musictagger.yml
Categories: - Multimedia License: GPL-3.0-only AuthorName: Andreas Kromke SourceCode: https://gitlab.com/AndreasK/classical-music-tagger IssueTracker: https://gitlab.com/AndreasK/classical-music-tagger/issues Changelog: https://gitlab.com/AndreasK/classical-music-tagger/blob/HEAD/app/src/main/assets/version-history.t...
Categories: - Multimedia License: GPL-3.0-only AuthorName: Andreas Kromke SourceCode: https://gitlab.com/AndreasK/classical-music-tagger IssueTracker: https://gitlab.com/AndreasK/classical-music-tagger/issues Changelog: https://gitlab.com/AndreasK/classical-music-tagger/blob/HEAD/app/src/main/assets/version-history.t...
Update CV of Classical Music Tagger to 1.1 (10)
Update CV of Classical Music Tagger to 1.1 (10)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata
80fa5e4f89d4e0f860a4613d382f6d8c38a91994
tmuxinator/blog.yml
tmuxinator/blog.yml
# ~/.tmuxinator/blog.yml name: blog root: ~/blogs/paulfioravanti.github.io on_project_first_start: - bundle install - bundle update - open --background https://analytics.google.com/analytics - open --background https://paulfioravanti.disqus.com - open --background http://localhost:4000 # Grip - open --b...
# ~/.tmuxinator/blog.yml <% jekyll_port = 5000 %> <% grip_port = 6419 %> name: blog root: ~/blogs/paulfioravanti.github.io on_project_first_start: - bundle install - bundle update - open --background https://analytics.google.com/analytics - open --background https://paulfioravanti.disqus.com # Jekyll serve...
Change Jekyll server port so it doesn't conflict with Phoenix
Change Jekyll server port so it doesn't conflict with Phoenix
YAML
mit
paulfioravanti/dotfiles,paulfioravanti/dotfiles,paulfioravanti/dotfiles