Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Add c-compiler as noted in docs
{% set name = "clr_loader" %} {% set version = "0.1.7" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: bd1967d3cf80368c7d890a332704f169c5d2b5d7141635f1dae84d7d40346d51 build: number: 0 ...
{% set name = "clr_loader" %} {% set version = "0.1.7" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: bd1967d3cf80368c7d890a332704f169c5d2b5d7141635f1dae84d7d40346d51 build: number: 0 ...
Test using jupyter during build
{% set name = "itkwidgets" %} {% set version = "0.15.1" %} package: name: {{ name }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 889e8a6328bb574148a8e62b89980e68178e10635c986fce2b117eee211112e2 build: number: 0 scrip...
{% set name = "itkwidgets" %} {% set version = "0.15.1" %} package: name: {{ name }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 889e8a6328bb574148a8e62b89980e68178e10635c986fce2b117eee211112e2 build: number: 0 scrip...
Change update trinity in circle to one that logs to stdout
version: 2 jobs: build: docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker. - image: circleci/python:3.4 environment: PYTHONPATH: /usr/local/lib/python3.4/site-packages/ working_directory: ~/repo steps: - ...
version: 2 jobs: build: docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker. - image: circleci/python:3.4 environment: PYTHONPATH: /usr/local/lib/python3.4/site-packages/ working_directory: ~/repo steps: - ...
Update Outlook.com OAuth test credentials to valid app "Nylas - Open Source Dev"
--- MYSQL_USER: root MYSQL_PASSWORD: root GOOGLE_OAUTH_CLIENT_ID: 986659776516-fg79mqbkbktf5ku10c215vdij918ra0a.apps.googleusercontent.com GOOGLE_OAUTH_CLIENT_SECRET: zgY9wgwML0kmQ6mmYHYJE05d MS_LIVE_OAUTH_CLIENT_ID: 000000004C12138C MS_LIVE_OAUTH_CLIENT_SECRET: tjMNyu7ACbE8DOt0LE30Ptk7muNdPosG # Hexl-encoded static ke...
--- MYSQL_USER: root MYSQL_PASSWORD: root GOOGLE_OAUTH_CLIENT_ID: 986659776516-fg79mqbkbktf5ku10c215vdij918ra0a.apps.googleusercontent.com GOOGLE_OAUTH_CLIENT_SECRET: zgY9wgwML0kmQ6mmYHYJE05d MS_LIVE_OAUTH_CLIENT_ID: 0000000048157D75 MS_LIVE_OAUTH_CLIENT_SECRET: W69jkmY8Lp1CbRqn-H7TtRXLDLU7XBxb # Hexl-encoded static ke...
Create GitHub release during publish
name: Upload Python Package on: push: tags: - v*.*.* jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: python-version: '3.x' - name: Install dependencies run: | python...
name: Upload Python Package on: push: tags: - v*.*.* jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: python-version: '3.x' - name: Install dependencies run: | python...
FIX | Change coveralls token again
version: 1.0.0.{build} skip_tags: true os: Visual Studio 2015 configuration: Release platform: Any CPU assembly_info: patch: true file: '**\AssemblyInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' environment: COVERALLS_REPO_TOKEN: secu...
version: 1.0.0.{build} skip_tags: true os: Visual Studio 2015 configuration: Release platform: Any CPU assembly_info: patch: true file: '**\AssemblyInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' environment: COVERALLS_REPO_TOKEN: secu...
Update io.js from 2 to 3
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "2" # Install scripts. (runs after repo cloning) install: #...
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "3" # Install scripts. (runs after repo cloning) install: #...
Switch to postgresql db backend
GITCRYPT[cдvƖsea!PgH4I[BqXqJ)&7$MzX #k+84$_>f^9 5M]JY@66=JG<Xl{( vG/^Il|w'y|&FMM2)SkL0Pxt/s_B '&q\mPܕ>&lEX ! U L.x ZGS^n6WbHÍ@p:U9Uh&s"A0/CgX+/QAbrG3nԕeDG/``#6J
GITCRYPTr.M*n'*Vå0ñ~.,!1P3\7=ȸ_Ε$!,1d5߼ u 5H pWo8bCP 43ھ($@D+T~A!mrf<}2?Ľt9:WƐ:xSfDCdoƌj֥*k3 AɟuA|)mw5!gt$7*h  s0A@|C"htO&; G'Gԗz=rb$K'm͸t!`$G)ш =/~tU`OFE'"7#r?nuLXb5|1YZ'e ,]Uց4YAB8$+5o 5_wUŸ@6,̀y݌^s.M'fu҈ep;cWstO=R=*~ wyvwvwSw*iSi7iD...
Add scikit-image to py310 test configuration
name: glymur channels: - conda-forge dependencies: - python=3.10.* - gdal - lxml - numpy - openjpeg - libtiff - pytest-xdist
name: glymur channels: - conda-forge dependencies: - python=3.10.* - gdal - libtiff - lxml - numpy - openjpeg - pytest-xdist - scikit-image
Set GOOGLE_MAPS_API_KEY on CircleCI tests
machine: environment: STREAK_CLUB_PIPELINE_KEY: clubs STREAK_LEADER_PIPELINE_KEY: leaders STREAK_API_KEY: test_api_key CLOUD9_USERNAME: test_username CLOUD9_PASSWORD: test_password CLOUD9_TEAM_NAME: fake_team_name deployment: production: branch: master commands: # CircleCI sha...
machine: environment: GOOGLE_MAPS_API_KEY: test_maps_api_key STREAK_CLUB_PIPELINE_KEY: clubs STREAK_LEADER_PIPELINE_KEY: leaders STREAK_API_KEY: test_api_key CLOUD9_USERNAME: test_username CLOUD9_PASSWORD: test_password CLOUD9_TEAM_NAME: fake_team_name deployment: production: branch...
Add go fmt as a CI step
version: 2 jobs: build: docker: - image: circleci/golang:1.9 working_directory: /go/src/github.com/asaskevich/govalidator steps: - checkout - run: go get -v -t -d ./... - run: go test -v ./...
version: 2 jobs: build: docker: - image: circleci/golang:1.9 working_directory: /go/src/github.com/asaskevich/govalidator steps: - checkout - run: diff -u /dev/null <(gofmt -d .) - run: go get -v -t -d ./... - run: go test -v ./...
Add timeout for SOLR download
--- # tasks file for solr - name: download solr source binary get_url: url=http://archive.apache.org/dist/lucene/solr/4.9.1/solr-4.9.1.tgz dest=/tmp/solr-4.9.1.tgz - name: create solr home file: path="{{solr_home}}" state=directory owner=vagrant group=vagrant sudo: yes - name: unzip so...
--- # tasks file for solr - name: download solr source binary get_url: url=http://archive.apache.org/dist/lucene/solr/4.9.1/solr-4.9.1.tgz dest=/tmp/solr-4.9.1.tgz timeout=30 - name: create solr home file: path="{{solr_home}}" state=directory owner=vagrant group=vagrant sudo: yes -...
Upgrade circleci to use haskell/build 1.6.0
version: 2.1 orbs: haskell: haskell-works/haskell-build@dev:jky github: haskell-works/github-release@1.2.1 hackage: haskell-works/hackage@1.0.0 workflows: multiple-ghc-build: jobs: - haskell/build: name: GHC 8.2.2 executor: haskell/ghc-8_2_2 - haskell/build: name...
version: 2.1 orbs: haskell: haskell-works/haskell-build@1.6.0 github: haskell-works/github-release@1.2.1 hackage: haskell-works/hackage@1.0.0 workflows: multiple-ghc-build: jobs: - haskell/build: name: GHC 8.2.2 executor: haskell/ghc-8_2_2 - haskell/build: name: ...
Improve CI setup for GitLab pages
image: ruby:2.1 pages: script: - gem install jekyll - jekyll build -d public/ artifacts: paths: - public
pages: stage: deploy image: ruby:2.1 script: - gem install jekyll - gem install redcarpet - jekyll build -d public artifacts: paths: - public only: - master
Update path to use root
pages: stage: deploy script: - echo 'Nothing to do...' artifacts: paths: - "/" only: - master
pages: stage: deploy script: - echo 'Nothing to do...' artifacts: paths: - "." only: - master
Disable frontend CI for now
version: 2 jobs: build: working_directory: ~/voter-engagement docker: - image: maketested/python-node:latest environment: PIPENV_VENV_IN_PROJECT: true PIPENV_NOSPIN: true PIPENV_HIDE_EMOJIS: true RANDOM_SEED: 0 - image: circleci/postgres:9.6-alpine...
version: 2 jobs: build: working_directory: ~/voter-engagement docker: - image: maketested/python-node:latest environment: PIPENV_VENV_IN_PROJECT: true PIPENV_NOSPIN: true PIPENV_HIDE_EMOJIS: true RANDOM_SEED: 0 - image: circleci/postgres:9.6-alpine...
Test workspace setup role changes
- hosts: localhost roles: - role: emit-job-header zuul_log_url: "http://logs.openstack.org" - hosts: all pre_tasks: # NOTE(pabelanger): Until we hit the validate-host role, we have a minimal # set of ansible variables collected by zuul-executor. This doesn't include # network variables (ansib...
- hosts: localhost roles: - role: emit-job-header zuul_log_url: "http://logs.openstack.org" - hosts: all pre_tasks: # NOTE(pabelanger): Until we hit the validate-host role, we have a minimal # set of ansible variables collected by zuul-executor. This doesn't include # network variables (ansib...
Add dependency management for action versions
version: 1 update_configs: - package_manager: php:composer directory: "/" update_schedule: daily ignored_updates: - match: dependency_name: "symfony/*" automerged_updates: - match: dependency_name: "elasticsearch/elasticsearch" update_type: "semver:minor" ...
version: 1 update_configs: - package_manager: php:composer directory: "/" update_schedule: daily ignored_updates: - match: dependency_name: "symfony/*" automerged_updates: - match: dependency_name: "elasticsearch/elasticsearch" update_type: "semver:minor" ...
Test if molecule[docker] works correctly.
--- name: CI 'on': pull_request: push: branches: - master jobs: test: name: Molecule runs-on: ubuntu-latest strategy: matrix: distro: - centos8 - debian10 steps: - name: Check out the codebase. uses: actions/checkout@v2 - name: Se...
--- name: CI 'on': pull_request: push: branches: - master jobs: test: name: Molecule runs-on: ubuntu-latest strategy: matrix: distro: - centos8 - debian10 steps: - name: Check out the codebase. uses: actions/checkout@v2 - name: Se...
Swap out broken quickmeme.com link
name: Jony Ive Redesigns Things default: - link: http://www.quickmeme.com/Jony-Ive aliases: - jony - best-thing-ever
name: Jony Ive Redesigns Things default: - link: https://www.apple.com/pr/bios/jonathan-ive.html aliases: - jony - best-thing-ever
Update yarn orb to v3
version: 2.1 orbs: yarn: artsy/yarn@2.1.1 codecov: codecov/codecov@1.0.5 workflows: build_and_verify: jobs: - yarn/workflow-queue - yarn/update-cache: requires: - yarn/workflow-queue - yarn/relay: requires: - yarn/workflow-queue - yarn/lint...
version: 2.1 orbs: yarn: artsy/yarn@3.0.0 codecov: codecov/codecov@1.0.5 workflows: build_and_verify: jobs: - yarn/workflow-queue - yarn/update-cache: requires: - yarn/workflow-queue - yarn/relay: requires: - yarn/workflow-queue - yarn/lint...
Add subscription button to the menu
# Menu navigation links #- title: Theme Setup # url: /theme-setup/ # #- title: External Link # url: http://mademistakes.com - title: GraphTax (Canada) url: http://graphtax.ca - title: GraphTax (USA) url: http://graphtax.com
# Menu navigation links #- title: Theme Setup # url: /theme-setup/ # #- title: External Link # url: http://mademistakes.com - title: Subscribe url: /feed.xml - title: GraphTax (Canada) url: http://graphtax.ca - title: GraphTax (USA) url: http://graphtax.com
Increase Travis verbosity for debugging
language: cpp sudo: required dist: trusty compiler: gcc os: linux before_install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -qq - sudo apt-get install -qq cmake libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-net-dev libglew-dev libglm-dev freeglut3-d...
language: cpp sudo: required dist: trusty compiler: gcc os: linux before_install: - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y - sudo apt-get update -q - sudo apt-get install -q cmake libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-net-dev libglew-dev libglm-dev freeglut3-dev...
Test against the latest Ruby versions
language: ruby sudo: false cache: bundler script: - "ruby -e \"RUBY_VERSION == '2.6.4' ? system('bundle exec rubocop') : exit(0)\"" - bundle exec rake spec rvm: - 2.4.7 - 2.5.6 - 2.6.4 gemfile: - gemfiles/rails_4.2.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails...
language: ruby sudo: false cache: bundler script: - "ruby -e \"RUBY_VERSION == '2.6.5' ? system('bundle exec rubocop') : exit(0)\"" - bundle exec rake spec rvm: - 2.4.9 - 2.5.7 - 2.6.5 gemfile: - gemfiles/rails_4.2.gemfile - gemfiles/rails_5.0.gemfile - gemfiles/rails_5.1.gemfile - gemfiles/rails...
Add commands to download selenium standalone server
language: erlang otp_release: - R16B before_install: - "export DISPLAY=:99.0" - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" - mkdir $HOME/src - git clone https://github.com/elixir-lang/elixir.g...
language: erlang otp_release: - R16B before_install: - "export DISPLAY=:99.0" - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" - mkdir $HOME/src - wget https://selenium.googlecode.com/files/seleni...
Enable tests on PHP 7.0 and 7.1
language: php php: - 5.6 addons: postgresql: "9.3" services: - redis-server env: - TEST_GROUP=ApiComputing - TEST_GROUP=Console,Repository - TEST_GROUP=Rest - TEST_GROUP=Model - TEST_GROUP=Calculator - TEST_GROUP=Service,__nogroup__ before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/...
language: php php: - 5.6 - 7.0 - 7.1 matrix: allow_failures: - php: 7.1 addons: postgresql: "9.3" services: - redis-server env: - TEST_GROUP=ApiComputing - TEST_GROUP=Console,Repository - TEST_GROUP=Rest - TEST_GROUP=Model - TEST_GROUP=Calculator - TEST_GROUP=Service,__nogroup__ befor...
Change one thing at once because easier
language: android jdk: oraclejdk8 android: components: - extra-android-m2repository - build-tools-21.1.2 - android-19 script: - ./gradlew test
language: android jdk: oraclejdk7 android: components: - extra-android-m2repository - build-tools-21.1.2 - android-19 script: - ./gradlew test
Copy awesomium lib to /usr/lib.
language: dlang install: - sudo wget http://netcologne.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list - sudo apt-get update - sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring - sudo apt-get update - sudo apt-get install dub - sudo apt-get install ...
language: dlang install: - sudo wget http://netcologne.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list - sudo apt-get update - sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring - sudo apt-get update - sudo apt-get install dub - sudo apt-get install ...
Install requirements from apt packages
language: python python: - "2.7" virtualenv: system_site_packages: true before_install: - sudo xargs -a apt-packages.txt apt-get install install: - pip install -r base_requirements.txt - pip install nltk==2.0.3 scikit-learn==0.12.1 - sudo mv nltk_data /usr/share/nltk_data - sudo apt-get install python-mat...
language: python python: - "2.7" virtualenv: system_site_packages: true before_install: - sudo xargs -a apt-packages.txt apt-get install install: - pip install -r base_requirements.txt - sudo apt-get install python-matplotlib python-numpy python-scipy python-sklearn - pip install nltk==2.0.3 scikit-learn==0...
Add OpenJDK14 to the test matrix
language: java after_success: - mvn jacoco:report coveralls:jacoco jdk: - openjdk8 - openjdk11
language: java after_success: - mvn jacoco:report coveralls:jacoco jdk: - openjdk8 - openjdk11 - openjdk14
Add Ruby 2.1.0 to Travis.
language: ruby rvm: - 2.0.0 - 1.9.3
language: ruby rvm: - 2.1.0 - 2.0.0 - 1.9.3
Add go get command to Travis CI config
language: go go: - 1.7.x script: - go test -v ./lib
language: go go: - 1.7.x install: - go get -u github.com/evantbyrne/cryptdir script: - go test -v ./lib
Complete new approach, again based on miniconda
# make it explicit that we favor the new container-based travis workers sudo: false language: python python: - 2.7 - 3.4 notifications: email: false addons: apt: packages: - gfortran - libatlas-dev - libblas-dev - liblapack-dev - python-dev - python-scipy install: -...
language: python sudo: false matrix: include: # "Legacy" environments: oldest supported versions, without and with numba - python: "2.7" env: DEPS="numpy scipy matplotlib pandas" - python: "3.5" env: DEPS="numpy scipy matplotlib pandas" before_install: - if [ ${TRAVIS_PYTHON_VERSION:0:1} ...
Add PHP 7.0 and update composer-asset-plugin version
env: global: secure: UwdKDjxRCHfj2nCYrdHgYx8MkfnL/P23vSBJcbWQsdf64uIJLynyJ6tpUdurdHV8se+/1S+YvASBsfumJIMiCcwLaAgwmO3z+HYwfZvEWb4HT1kjuUnz13ZQwswlb6SFQJEPp0gb1zKthjGjdFupWLieqLwjerD/gs91NFC2ycI= language: php php: - 5.4 - 5.5 - 5.6 - hhvm install: - travis_retry composer config -g github-oauth.github....
env: global: secure: UwdKDjxRCHfj2nCYrdHgYx8MkfnL/P23vSBJcbWQsdf64uIJLynyJ6tpUdurdHV8se+/1S+YvASBsfumJIMiCcwLaAgwmO3z+HYwfZvEWb4HT1kjuUnz13ZQwswlb6SFQJEPp0gb1zKthjGjdFupWLieqLwjerD/gs91NFC2ycI= language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm install: - travis_retry composer config -g github-oauth...
Move phpcpd check to after_script to prevent build failure
language: php php: - 5.3 - 5.4 - 5.5 before_script: # Install code quality tools - wget http://pear.phpunit.de/get/phpcpd.phar # Install composer for dependency management - wget http://getcomposer.org/composer.phar # Set the GitHub OAuth token to make use of the 6000 per hour rate limit ...
language: php php: - 5.3 - 5.4 - 5.5 before_script: # Install code quality tools - wget http://pear.phpunit.de/get/phpcpd.phar # Install composer for dependency management - wget http://getcomposer.org/composer.phar # Set the GitHub OAuth token to make use of the 6000 per hour rate limit ...
Add nod.js 7 to Travis CI
language: node_js node_js: - "6" - "4" - "0.12"
language: node_js node_js: - stable - "6" - "4" - "0.12"
Remove unnecessary scripts from CI/CD
language: node_js node_js: - lts/* cache: directories: - node_modules script: - npm test - npm run build
language: node_js node_js: - lts/* cache: directories: - node_modules
Drop 0.8 testing on Travis.
language: node_js node_js: - "0.8" - "0.10.0" branches: only: - master notifications: recipients: - michi@netzpiraten.ch
language: node_js node_js: - "0.10.0" branches: only: - master notifications: recipients: - michi@netzpiraten.ch
Comment out deploy and deploy key configuration
language: node_js node_js: - "5.8" addons: ssh_known_hosts: 45.79.201.206 before_install: - openssl aes-256-cbc -K $encrypted_ea5d83bfe4fe_key -iv $encrypted_ea5d83bfe4fe_iv -in deploy-key.pem.enc -out deploy-key.pem -d - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start deploy: provider: script script: deploy/...
language: node_js node_js: - "5.8" addons: ssh_known_hosts: 45.79.201.206 before_install: # - openssl aes-256-cbc -K $encrypted_ea5d83bfe4fe_key -iv $encrypted_ea5d83bfe4fe_iv -in deploy-key.pem.enc -out deploy-key.pem -d - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start # deploy: # provider: script # script:...
Remove Slack notifications from Travis
sudo: required services: - docker notifications: email: false slack: ornl-cees:FX6IUxl1JcMpk2xRVJ7ygb7Y language: python cache: pip before_install: - docker pull dalg24/cap-stack - docker run --detach --tty --name=test-machine --volume ${TRAVIS_BUILD_DIR}:/scratch/source/cap ...
sudo: required services: - docker notifications: email: false language: python cache: pip before_install: - docker pull dalg24/cap-stack - docker run --detach --tty --name=test-machine --volume ${TRAVIS_BUILD_DIR}:/scratch/source/cap --env TRAVIS_PULL_REQUEST=${TRAVIS_PULL_R...
Add running functional tests using Java 9 to the build matrix
dist: precise # Don't use the Travis Container-Based Infrastructure sudo: true language: java jdk: - oraclejdk7 - oraclejdk8 script: - ./gradlew -S clean build functionalTest before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ cache: ...
# Don't use the Travis Container-Based Infrastructure sudo: true language: java matrix: include: - os: linux dist: precise jdk: oraclejdk7 - os: linux dist: precise jdk: oraclejdk8 - os: linux dist: trusty jdk: oraclejdk8 install: ./gradlew wrapper --gradle-ver...
Use GCC 4.8 on Travis CI
language: node_js node_js: - "0.10" - "0.12" - "v4.0.0" - "iojs" before_install: npm install -g grunt-cli
language: node_js node_js: - "0.10" - "0.12" - "v4.0.0" - "iojs" env: - CXX=g++-4.8 before_install: npm install -g grunt-cli
Test Travis CI: Update build script
language: cpp compiler: - clang before_install: - mkdir -p _build/cmake_bin _build/cmake_build - wget https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz -O _build/cmake_bin/cmake.tgz - tar xvfz _build/cmake_bin/cmake.tgz -C _build/cmake_bin - export CMAKE3="$(pwd)/_build/cmake_bin/cmake-3.3.2-Linux...
language: cpp compiler: - clang before_install: - mkdir -p _build/cmake_bin _build/cmake_build - wget --no-check-certificate https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz -O _build/cmake_bin/cmake.tgz - tar xvfz _build/cmake_bin/cmake.tgz -C _build/cmake_bin - export CMAKE3="$(pwd)/_build/cmak...
Install json rpc on CI
sudo: required dist: trusty language: cpp script: - mkdir debug && cd debug - cmake -DCMAKE_CXX_COMPILER=$COMPILER .. && make - cd .. && ./bin/run-tests # Handle git submodules by ourselves. git: submodules: false # Use sed to replace the SSH URL with the public URL, then initialize submodules. before_ins...
sudo: required dist: trusty language: cpp script: - mkdir debug && cd debug - cmake -DCMAKE_CXX_COMPILER=$COMPILER .. && make - cd .. && ./bin/run-tests # Handle git submodules by ourselves. git: submodules: false # Use sed to replace the SSH URL with the public URL, then initialize submodules. before_ins...
Add Node.js v5 to Travis-CI test matrix
language: node_js node_js: - '4' - '0.12' - '0.10' - '0.8' before_install: - 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@2.12.1; fi'
language: node_js node_js: - '5' - '4' - '0.12' - '0.10' - '0.8' before_install: - 'if [ "${TRAVIS_NODE_VERSION}" == "0.8" ]; then npm install -g npm@2.12.1; fi'
Add PostGIS 2.4 / PostgreSQL 10.6 to build matrix
language: bash services: docker env: - POSTGIS_MAJOR=2.3 POSTGIS_VERSION=2.3.3+dfsg-1.pgdg90+1 PG_MAJOR=9.5 VARIANT=slim - POSTGIS_MAJOR=2.3 POSTGIS_VERSION=2.3.3+dfsg-1.pgdg90+1 PG_MAJOR=9.6 VARIANT=slim - POSTGIS_MAJOR=2.4 POSTGIS_VERSION=2.4.4+dfsg-4.pgdg90+1 PG_MAJOR=10.3 VARIANT=slim script: - ./scripts/...
language: bash services: docker env: - POSTGIS_MAJOR=2.3 POSTGIS_VERSION=2.3.3+dfsg-1.pgdg90+1 PG_MAJOR=9.5 VARIANT=slim - POSTGIS_MAJOR=2.3 POSTGIS_VERSION=2.3.3+dfsg-1.pgdg90+1 PG_MAJOR=9.6 VARIANT=slim - POSTGIS_MAJOR=2.4 POSTGIS_VERSION=2.4.4+dfsg-4.pgdg90+1 PG_MAJOR=10.3 VARIANT=slim - POSTGIS_MAJOR=2.4 P...
Make Travis install python-gdal and python3-gdal in system wide packages and use them for the tests.
language: python python: - "2.7" - "3.4" # Handle git submodules yourself git: submodules: false install: - sudo apt-get update -qq - sudo apt-get install -qq gdal-bin libgdal-dev libgdal1h libgdal1-dev libgeos-dev - "pip install ." - "pip install GDAL==1.10.0 --global-option=build_ext --global-option...
language: python python: - "2.7" - "3.4" # Handle git submodules yourself git: submodules: false # Use system wide packages, needed for gdal virtualenv: system_site_packages: true install: - sudo apt-get update -qq - sudo apt-get install python-gdal python3-gdal - "pip install ." script: "python tes...
Use node 7.6 for build
language: node_js node_js: - "8.0" addons: apt: sources: - ubuntu-toolchain-r-test packages: - libcairo2-dev - libjpeg8-dev - libpango1.0-dev - libgif-dev - g++-4.9 env: - CXX=g++-4.9 before_install: - npm explore npm -g -- npm install node-gyp@latest sudo: false
language: node_js node_js: - "7.6" addons: apt: sources: - ubuntu-toolchain-r-test packages: - libcairo2-dev - libjpeg8-dev - libpango1.0-dev - libgif-dev - g++-4.9 env: - CXX=g++-4.9 before_install: - npm explore npm -g -- npm install node-gyp@latest sudo: false
Update yaml to match the node version
sudo: false language: node_js node_js: - "6.10.2"
sudo: false language: node_js node_js: - "10.5.0"
Revert "Travis-ci: added support for ppc64le"
language: java arch: - AMD64 - ppc64le sudo: false jdk: - openjdk8 notifications: email: - info@sejda.org cache: directories: - $HOME/.m2
language: java sudo: false jdk: - openjdk8 notifications: email: - info@sejda.org cache: directories: - $HOME/.m2
Update Travis config to use Node 0.12
language: node_js node_js: - "0.10" - "0.11"
language: node_js node_js: - "0.10" - "0.12"
Revert "Experimental Travis JRuby Support"
language: ruby rvm: - 1.9.2 - 1.9.3 - rbx-19mode - jruby-19mode - ruby-head - jruby-head matrix: allow_failures: - rvm: rbx-19mode - rvm: jruby-19mode - rvm: ruby-head - rvm: jruby-head before_script: - "cp config/database.yml_example config/database.yml" script: "JRUBY_OPTS=-Xcext.enabl...
language: ruby rvm: - 1.9.2 - 1.9.3 - rbx-19mode - jruby-19mode - ruby-head - jruby-head matrix: allow_failures: - rvm: rbx-19mode - rvm: jruby-19mode - rvm: ruby-head - rvm: jruby-head before_script: - "cp config/database.yml_example config/database.yml" script: "bundle exec rake db:dro...
Replace encrypted AWS keys in Travis with environment variables
language: node_js cache: yarn node_js: - '6' - '6.1' after_success: - npm run test:cover:travis script: - npm run build deploy: provider: s3 access_key_id: AKIAJ3BXGWRIMZSIHD6Q secret_access_key: secure: p8ZhgpK9CT9dghR3qVfeXg8XujnsvBjTmKIcHqExbJWjoVAnn/nWM1esB4FpBQyK1EWtmQuvRH6Uj+TpVEHpBac13KZCXWomUXb1n/zB6c...
language: node_js cache: yarn node_js: - '6' - '6.1' after_success: - npm run test:cover:travis script: - npm run build deploy: provider: s3 access_key_id: "${AWS_ACCESS_KEY_ID}" secret_access_key: "${AWS_SECRET_ACCESS_KEY}" region: us-west-2 bucket: hacko-housing-staging skip_cleanup: true local_dir: bui...
Test io.js instead of a specific version
language: node_js sudo: false node_js: - "0.10" - "0.12" - "1.2" after_success: npm run coveralls
language: node_js sudo: false node_js: - "0.10" - "0.12" - "iojs" after_success: npm run coveralls
Remove node 0.10 and 0.12 support
language: node_js sudo: false node_js: - "0.10" - "0.12" - "4" - "5" after_success: - npm run coverage - npm i coveralls - cat ./coverage/lcov.info | coveralls notifications: email: on_success: never
language: node_js sudo: false node_js: - "4" - "5" after_success: - npm run coverage - npm i coveralls - cat ./coverage/lcov.info | coveralls notifications: email: on_success: never
Use right binary when using sudo
sudo: required language: php php: - 5.5 - 5.6 - 7.0 install: - composer install - composer show script: - sudo vendor/bin/phpunit --coverage-text
sudo: required language: php php: - 5.5 - 5.6 - 7.0 install: - composer install - composer show # Use /home/travis/.phpenv/shims/php as binary when using sudo, # otherwise we end up with HHVM. script: - sudo /home/travis/.phpenv/shims/php vendor/bin/phpunit --coverage-text
Enable test on PHP 5.6
language: php php: - 5.3 - 5.4 - 5.5 matrix: fast_finish: true before_script: - echo "extension = zmq.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - printf "yes\nyes\nno\nyes\n" | pecl install pecl_http - composer self-update - mkdir test - cd test - composer init --no-interactio...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 matrix: fast_finish: true before_script: - echo "extension = zmq.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - printf "yes\nyes\nno\nyes\n" | pecl install pecl_http - composer self-update - mkdir test - cd test - composer init --no-int...
Add Puppet 3.2.0 to the Ruby 2 excludes
--- language: ruby script: bundle exec rake rvm: - 1.9.3 - 2.1.6 env: - PUPPET_VERSION="~> 3.0.0" - PUPPET_VERSION="~> 3.1.0" - PUPPET_VERSION="~> 3.2.0" - PUPPET_VERSION="~> 3.4.0" - PUPPET_VERSION="~> 3.7.3" - PUPPET_VERSION="~> 4.2.0" - PUPPET_VERSION=">= 0" matrix: exclude: - rvm: 2.1.6 ...
--- language: ruby script: bundle exec rake rvm: - 1.9.3 - 2.1.6 env: - PUPPET_VERSION="~> 3.0.0" - PUPPET_VERSION="~> 3.1.0" - PUPPET_VERSION="~> 3.2.0" - PUPPET_VERSION="~> 3.4.0" - PUPPET_VERSION="~> 3.7.3" - PUPPET_VERSION="~> 4.2.0" - PUPPET_VERSION=">= 0" matrix: exclude: - rvm: 2.1.6 ...
Configure oss prow grafana exposure to match k8s prow settings
--- apiVersion: v1 kind: Service metadata: labels: app: grafana name: grafana namespace: prow-monitoring spec: type: NodePort sessionAffinity: ClientIP ports: - name: http port: 3001 targetPort: http - name: nginx port: 80 targetPort: nginx selector: app: grafana --- apiVersion...
--- apiVersion: v1 kind: Service metadata: labels: app: grafana name: grafana namespace: prow-monitoring spec: type: NodePort sessionAffinity: ClientIP ports: - name: http port: 3001 targetPort: http - name: nginx port: 80 targetPort: nginx selector: app: grafana --- apiVersion...
Fix missing space in git command
name: Publish on: push: branches: - main - master jobs: build: strategy: matrix: os: [ubuntu-latest] runs-on: ${{matrix.os}} steps: - name: Checkout the repo uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v1 ...
name: Publish on: push: branches: - main - master jobs: build: strategy: matrix: os: [ubuntu-latest] runs-on: ${{matrix.os}} steps: - name: Checkout the repo uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v1 ...
Revert "Use latest heroku orb"
version: 2.1 orbs: ruby-orbs: sue445/ruby-orbs@volatile heroku: circleci/heroku@volatile executors: default: docker: - image: circleci/ruby:2.7.1 environment: RACK_ENV: test - image: circleci/postgres:9.4-alpine-ram environment: POSTGRES_USER: ubuntu ...
version: 2.1 orbs: ruby-orbs: sue445/ruby-orbs@volatile heroku: circleci/heroku@0.0.2 executors: default: docker: - image: circleci/ruby:2.7.1 environment: RACK_ENV: test - image: circleci/postgres:9.4-alpine-ram environment: POSTGRES_USER: ubuntu ...
Disable reek and flog for now
version: "2" plugins: flog: enabled: true reek: enabled: true rubocop: enabled: true
version: "2" plugins: rubocop: enabled: true
Add query string and extra org for site
--- site: dstl_science whitehall_slug: defence-science-and-technology-laboratory title: Defence Science and Technology Laboratory redirection_date: 1st July 2014 homepage: https://www.gov.uk/government/organisations/defence-science-and-technology-laboratory tna_timestamp: 20140410091116 host: www.science.mod.uk furl: w...
--- site: dstl_science whitehall_slug: defence-science-and-technology-laboratory title: Defence Science and Technology Laboratory redirection_date: 1st July 2014 homepage: https://www.gov.uk/government/organisations/defence-science-and-technology-laboratory tna_timestamp: 20140410091116 host: www.science.mod.uk furl: w...
Add Cppcheck static C/C++ code analysis
# Test configuration for Travis CI. See <https://travis-ci.org/>. language: cpp compiler: - gcc - clang env: global: - OMP_NUM_THREADS=4 before_install: - sudo apt-get update -qq # Install OpenMPI and libprimesieve install: - sudo apt-get install -y openmpi-bin libopenmpi-dev - rm -rf primesieve-mas...
# Test configuration for Travis CI. See <https://travis-ci.org/>. language: cpp compiler: - gcc - clang env: global: - OMP_NUM_THREADS=4 before_install: - sudo apt-get update -qq # Install OpenMPI and libprimesieve install: - sudo apt-get install -y openmpi-bin libopenmpi-dev cppcheck - rm -rf prime...
Update to use the Travis containers
rvm: - 2.1 cache: - bundler before_script: - bundle exec berks install script: - bundle exec foodcritic -f correctness . - bundle exec rubocop - bundle exec rspec branches: only: - master
rvm: - 2.1 cache: - bundler before_script: - bundle exec berks install script: - bundle exec foodcritic -f correctness . - bundle exec rubocop - bundle exec rspec branches: only: - master sudo: false
Drop go < 1.11 CI support due to go modules
language: go go: - 1.13 - stable
language: go env: - GO111MODULE=on go: - 1.11 - 1.12 - 1.13 - stable
Update Travis to use modern Node
language: node_js node_js: - "4" - "5" - "6" script: - npm run test after_success: - bash <(curl -s https://codecov.io/bash)
language: node_js node_js: - "6" - "7" - "8" script: - npm run test after_success: - bash <(curl -s https://codecov.io/bash)
Enable OS X build on Travis-CI
sudo: false dist: trusty language: cpp os: linux compiler: - gcc - clang addons: apt: packages: - libboost-all-dev before_script: - mkdir build script: - cd build - cmake -DCMAKE_VERBOSE_MAKEFILE=ON .. - make -j 2 - make test
sudo: false dist: trusty language: cpp os: linux compiler: - gcc - clang addons: apt: packages: - libboost-all-dev matrix: include: - os: osx compiler: clang env: CONFIG=Release before_script: - mkdir build script: - cd build - cmake -DC...
Drop support for node < 6.x.
language: node_js node_js: - "0.10" - "0.12" - "4" - "5" - "6" - "7" - "node" - "iojs" sudo: false # download test suite and run tests... submodule? meta testing project with # all of the reference implementations? script: - npm run test-all notifications: email: on_success: change on_failur...
language: node_js node_js: - "6" - "7" - "node" sudo: false # download test suite and run tests... submodule? meta testing project with # all of the reference implementations? script: - npm run test-all notifications: email: on_success: change on_failure: change
Test Clang and release GCC builds in Travis
language: cpp os: - linux - osx env: - CFLAGS="-O0 -g" QMAKEFLAGS="-config debug" PATH=/opt/qt59/bin:/usr/local/opt/qt5/bin:$PATH addons: apt: sources: - sourceline: 'ppa:beineri/opt-qt593-trusty' packages: - qt59base valgrind install: - if [ "${TRAVIS_OS_NAME}" != "linux" ]; then ...
language: cpp matrix: include: - os: linux addons: apt: sources: - ubuntu-toolchain-r-test - sourceline: 'ppa:beineri/opt-qt593-trusty' packages: - qt59base valgrind - g++-7 env: - QMAKESPEC=linux-g++ - EVAL="C...
Update Travis to use Yarn
language: node_js node_js: - "4.4.6" - "5" - "6" sudo: false script: "npm test" after_success: - npm run coveralls addons: code_climate: repo_token: 98bfd4f81ea2ddbdfd3aa5cbe4dacb2ab09c70d86009fa3a5c04eccb77c1b1eb
language: node_js node_js: - "4.4.6" - "5" - "6" sudo: false before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.16.0 - export PATH="$HOME/.yarn/bin:$PATH" cache: yarn: true script: "yarn test" after_success: - npm run coveralls addons: code_climate: repo_token: 98b...
Use latest minor versions of Ruby in Travis-CI
language: ruby sudo: false cache: bundler rvm: - 2.1.5 - 2.2.0 script: bundle exec rspec --color --format=documentation addons: code_climate: repo_token: &codeclimate_token 6d4a51b47839a35d44ba7a899bd12e7cb4c519664cf2508724f8765210493ba2 env: global: - CODECLIMATE_REPO_TOKEN: *codeclimate_token - CI...
language: ruby sudo: false cache: bundler rvm: - 2.1.5 - 2.1 - 2.2 - 2.3 script: bundle exec rspec --color --format=documentation addons: code_climate: repo_token: &codeclimate_token 6d4a51b47839a35d44ba7a899bd12e7cb4c519664cf2508724f8765210493ba2 env: global: - CODECLIMATE_REPO_TOKEN: *codeclimate_...
Add pre-commit to Travis CI
sudo: false language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" install: - pip install -U pip setuptools - pip install tox-travis script: tox
sudo: false language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "3.6" install: - pip install -U pip setuptools - pip install tox-travis script: - tox - git diff-tree --no-commit-id --name-only -r $REVISION | xargs pre-commit run --files
Fix Travis/Jacoco problem on OpenJDK
language: java script: - ant jar - bash sample/test-sample.sh jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6 notifications: email: on_success: change on_failure: change
language: java script: - ant jar - bash sample/test-sample.sh sudo: false jdk: - oraclejdk8 - oraclejdk7 - openjdk7 - openjdk6 notifications: email: on_success: change on_failure: change
Fix Travis by using OpenJDK
language: scala scala: - 2.11.11 - 2.12.7 jdk: - oraclejdk8 script: - sbt clean testAll
language: scala scala: - 2.11.11 - 2.12.7 jdk: - openjdk8 script: - sbt clean testAll
Install xdist at Travis environment.
sudo: required dist: trusty language: python python: - 3.6 install: - sudo apt-get update - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r - conda config --set always_...
sudo: required dist: trusty language: python python: - 3.6 install: - sudo apt-get update - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r - conda config --set always_...
Build with Node.js 10 on Travis CI.
sudo: false language: node_js node_js: - '4' - '6' - '8' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
sudo: false language: node_js node_js: - '4' - '6' - '8' - '10' branches: only: - master - travis-ci install: - npm install --no-package-lock --no-save - npm install -g istanbul coveralls
Add Boost libraries to Travis CI packages
dist: trusty sudo: false language: cpp addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-6 - libboost-program-options-dev - libpcap-dev script: - CXX=/usr/bin/g++-6 CC=/usr/bin/gcc-6 cmake . - cmake --build .
dist: trusty sudo: false language: cpp addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-6 - libboost-program-options-dev - libboost-regex-dev - libboost-system-dev - libpcap-dev script: - CXX=/usr/bin/g++-6 CC=/usr/bin/gcc-6 cmake . - cmake --build .
Simplify test on only latest node.js
language: node_js node_js: - 0.4 - 0.5 - 0.6 - 0.7 - 0.8 - 0.9 - 0.10
language: node_js node_js: - 0.10
Drop node.js latest while waiting for canvas, add 14
language: node_js node_js: - 8 - 10 - 12 - node before_install: 'sudo apt-get update && sudo apt-get install -y graphicsmagick' cache: directories: - node_modules matrix: include: - name: Lint node_js: 12 script: npm run lint script: npm run test:ci after_success: '<coverage/lcov.info...
language: node_js node_js: - 8 - 10 - 12 - 14 before_install: 'sudo apt-get update && sudo apt-get install -y graphicsmagick' cache: directories: - node_modules matrix: include: - name: Lint node_js: 12 script: npm run lint script: npm run test:ci after_success: '<coverage/lcov.info ....
Build against modern ruby and bundler
language: ruby rvm: - 2.1.3 before_install: gem install bundler -v 1.10.3
language: ruby rvm: - 2.1 - 2.2 before_install: gem install bundler
Allow failures on PHP nightly for now
language: php matrix: fast_finish: true include: - php: 5.6 env: COVERAGE=1 - php: 5.3 env: OPTIMIZE=1 - php: 5.4 env: OPTIMIZE=1 - php: 5.5 env: OPTIMIZE=1 - php: 5.6 env: OPTIMIZE=1 - php: nightly env: OPTIMIZE=1 - php: hhvm env: OPTIMIZE=1 bra...
language: php matrix: fast_finish: true include: - php: 5.6 env: COVERAGE=1 - php: 5.3 env: OPTIMIZE=1 - php: 5.4 env: OPTIMIZE=1 - php: 5.5 env: OPTIMIZE=1 - php: 5.6 env: OPTIMIZE=1 - php: nightly env: OPTIMIZE=1 - php: hhvm env: OPTIMIZE=1 a...
Fix for Travis CI Build
sudo: false dist: trusty language: node_js cache: directories: - node_modules addons: apt: sources: - google-chrome packages: - google-chrome-stable node_js: - "7" matrix: fast_finish: true install: - npm install before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb ...
sudo: required dist: trusty language: node_js cache: directories: - node_modules addons: apt: sources: - google-chrome packages: - google-chrome-stable node_js: - "7" matrix: fast_finish: true install: - npm install before_script: - export DISPLAY=:99.0 - sh -e /etc/init.d/xv...
Update Travis CI matrix exclusions.
language: ruby before_script: - mysql -e 'create database rla_test;' - psql -c 'create database rla_test;' -U postgres script: bundle exec rake rvm: - 1.8.7 - 1.9.3 - 2.0.0 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode gemfile: - Gemfile.activerecord2 ...
language: ruby before_script: - mysql -e 'create database rla_test;' - psql -c 'create database rla_test;' -U postgres script: bundle exec rake rvm: - 1.8.7 - 1.9.3 - 2.0.0 - ruby-head - ree - jruby-18mode - jruby-19mode - jruby-head - rbx-18mode - rbx-19mode gemfile: - Gemfile.activerecord2 ...
Test a fix for Python 3.4 on Travis
sudo: false language: python python: - 2.7 - 3.4 - 3.5 - 3.6 env: - DATABASE_ENGINE=sqlite - DATABASE_ENGINE=postgres - DATABASE_ENGINE=mysql matrix: fast_finish: true install: - pip install zc.buildout==2.9.3 - buildout -c travis.cfg testenv:DJANGO_SETTINGS_MODULE=zinnia.tests.i...
sudo: false language: python python: - 2.7 - 3.4 - 3.5 - 3.6 env: - DATABASE_ENGINE=sqlite - DATABASE_ENGINE=postgres - DATABASE_ENGINE=mysql matrix: fast_finish: true install: - pip install zc.buildout==2.9.3 - pip install -U six==1.11.0 # For Python 3.4 - buildout -c travis...
Test with Node.js 5.1 on Travis CI.
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' - '5.1' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Add automatic deployment from Travis-CI
language: java
language: java deploy: provider: releases api-key: "8638657fcd2e4e9d3ad9e4173733d41b8e74d1c5" file-glob: true file: "target/FixChat-*.jar" skip_cleanup: true on: tags: true all_branches: true
Add ruby 2.3 to the test suite
language: ruby rvm: - "2.0" - "2.1" - "2.2" script: bundle install && CODECLIMATE_REPO_TOKEN=23f00994b94c79b50de88e4ca0bbf67faaf18ce36b8f0cd421f2b8de0131bc25 bundle exec rake
language: ruby rvm: - "2.0" - "2.1" - "2.2" - "2.3" script: bundle install && CODECLIMATE_REPO_TOKEN=23f00994b94c79b50de88e4ca0bbf67faaf18ce36b8f0cd421f2b8de0131bc25 bundle exec rake
Update from Hackage at 2022-09-04T10:50:12Z
homepage: '' changelog-type: markdown hash: e896169b9be433ce972c1b0cbcf530422225aea6c8fa96d51e2efd71af84bf5a test-bench-deps: {} maintainer: ic.rbow@gmail.com synopsis: Data types from spirv-reflect tool. changelog: | # Changelog for spirv-reflect-types ## [0.1] - 2022-06-11 * Initial release. [0.1]: https:/...
homepage: '' changelog-type: markdown hash: 2e372f07bc1d89c23559404b1bde6d392c0ac388d261b0a7044ee9d10880fee2 test-bench-deps: {} maintainer: ic.rbow@gmail.com synopsis: Data types from spirv-reflect tool. changelog: | # Changelog for spirv-reflect-types ## [0.2] - 2022-09-04 * Update types to accomodate FFI loa...
Use rust stable channel for clippy
--- services: - redis-server language: rust cache: cargo rust: - nightly - stable matrix: include: - rust: nightly env: FMT=1 install: - which cargo-install-update || cargo install cargo-update - cargo install-update -i rustfmt-nightly script: cargo fmt -- --check - ...
--- services: - redis-server language: rust cache: cargo rust: - nightly - stable matrix: include: - rust: nightly env: FMT=1 install: - which cargo-install-update || cargo install cargo-update - cargo install-update -i rustfmt-nightly script: cargo fmt -- --check - ...
Test on both OSX and Linux
language: rust sudo: false cache: cargo rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly
language: rust sudo: false cache: cargo rust: - stable - beta - nightly matrix: allow_failures: - rust: nightly os: - linux - osx
Enable Dependabot for GitHub Actions
version: 2 updates: - package-ecosystem: maven directory: "/" schedule: interval: daily open-pull-requests-limit: 10
version: 2 updates: - package-ecosystem: maven directory: "/" schedule: interval: daily open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: "/" schedule: interval: daily
Update Techahashi to 7.0.1 (70001)
Categories: - Writing License: MIT SourceCode: https://github.com/negativedensity/techahashi IssueTracker: https://github.com/negativedensity/techahashi/issues AutoName: Techahashi Description: | A fork of [[trikita.slide]]. This version adds two features to be able to add content that might be useful f...
Categories: - Writing License: MIT SourceCode: https://github.com/negativedensity/techahashi IssueTracker: https://github.com/negativedensity/techahashi/issues AutoName: Techahashi Description: | A fork of [[trikita.slide]]. This version adds two features to be able to add content that might be useful f...
Update to `windows-2019` before deprecation
trigger: none # Disable Windows CI builds until somebody is actually working on fixing them # - master # - devel jobs: - job: Windows pool: vmImage: 'vs2017-win2016' steps: - checkout: self submodules: true - script: | git config --global user.email "simon@simon-cozens.org" g...
trigger: none # Disable Windows CI builds until somebody is actually working on fixing them # - master # - devel jobs: - job: Windows pool: vmImage: 'windows-2019' steps: - checkout: self submodules: true - script: | git config --global user.email "simon@simon-cozens.org" git...
Fix circleci build: use current image, use sudo, add libsdl1.2
version: 2 jobs: build: docker: - image: ubuntu:cosmic steps: - run: name: Installing command: 'apt-get update && apt-get install -y git gcc g++ cmake libboost-all-dev bison qt5-default libsdl2-dev ruby' - checkout - run: name: Submodules comma...
version: 2 jobs: build: docker: - image: cimg/base:2020.01 steps: - run: name: Installing command: 'sudo apt-get update && sudo apt-get install -y git gcc g++ cmake libboost-all-dev bison qt5-default libsdl1.2-dev libsdl2-dev ruby' - checkout - run: name...
Build on kube-cross:v1.14.7-1 and v1.13.15-1
variants: canary: CONFIG: 'canary' KUBE_CROSS_VERSION: 'v1.15.0-rc.1-canary-1' SKOPEO_VERSION: 'v0.2.0' cross1.15: CONFIG: 'cross1.15' KUBE_CROSS_VERSION: 'v1.15.0-rc.1-1' SKOPEO_VERSION: 'v0.2.0' cross1.14: CONFIG: 'cross1.14' KUBE_CROSS_VERSION: 'v1.14.6-1' SKOPEO_VERSION: 'v...
variants: canary: CONFIG: 'canary' KUBE_CROSS_VERSION: 'v1.15.0-rc.1-canary-1' SKOPEO_VERSION: 'v0.2.0' cross1.15: CONFIG: 'cross1.15' KUBE_CROSS_VERSION: 'v1.15.0-rc.1-1' SKOPEO_VERSION: 'v0.2.0' cross1.14: CONFIG: 'cross1.14' KUBE_CROSS_VERSION: 'v1.14.7-1' SKOPEO_VERSION: 'v...
Remove some plugins from the default config
debug: true debug_console: false logging: level: DEBUG brainstate_location: brainstate.json plugin_dir: plugins/ plugins: - shipit - brew - deletemessages - ping - thequestion - notebook plugin_config: notebook: file: notebook.docx append: false api_token: 'foobar'
debug: true debug_console: false logging: level: DEBUG brainstate_location: brainstate.json plugin_dir: plugins/ plugins: - shipit - brew - deletemessages - ping - notebook plugin_config: notebook: file: notebook.docx append: false api_token: 'foobar'
Update CurrentVersion of Tableau de bord Rolling to 2.0 (2)
Categories: - Games License: MIT AuthorName: Bastien Sevajol AuthorEmail: contact@bux.fr AuthorWebSite: https://bux.fr WebSite: https://buxx.github.io/rolling/pages/ SourceCode: https://gitlab.com/sevajol-bastien/rolldash IssueTracker: https://gitlab.com/sevajol-bastien/rolldash/-/issues Donate: https://bux.fr AutoN...
Categories: - Games License: MIT AuthorName: Bastien Sevajol AuthorEmail: contact@bux.fr AuthorWebSite: https://bux.fr WebSite: https://buxx.github.io/rolling/pages/ SourceCode: https://gitlab.com/sevajol-bastien/rolldash IssueTracker: https://gitlab.com/sevajol-bastien/rolldash/-/issues Donate: https://bux.fr AutoN...
Create secret is now via /create which does not redirect to the private URI
--- :MAJOR: 0 :MINOR: 7 :STAMP: 1324795609 :PATCH: 1 :OWNER: delano :BUILD: "031" :STORY: Create secret is now via /create which does not redirect to the private URI
--- :MAJOR: 0 :MINOR: 7 :STAMP: 1324795609 :PATCH: 2 :OWNER: delano :BUILD: "000" :STORY: Create secret is now via /create which does not redirect to the private URI
Add DISQUS comments to site config
--- title: Greg Jordan-Detamore timezone: UTC collections: posts: title: Posts output: true uploads: title: Uploads output: true defaults: - scope: path: '' type: posts values: layout: post email: greg@gregjd.com description: 'Greg is a developer, data/GIS analyst, and designer intere...
--- title: Greg Jordan-Detamore timezone: UTC collections: posts: title: Posts output: true uploads: title: Uploads output: true defaults: - scope: path: '' type: posts values: layout: post comments: true email: greg@gregjd.com description: 'Greg is a developer, data/GIS analyst, a...