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 script: "{{ PYTHON }} -m pip install . -vv" requirements: build: - dotnet-sdk >=5,<6 - sysroot_linux-64 2.17 # [linux64] host: - python - pip - setuptools - wheel run: - cffi >=1.13 - python - __glibc >=2.17 # [linux64] test: imports: - clr_loader requires: - pip commands: - pip check about: home: https://github.com/pythonnet/clr-loader license: MIT license_family: MIT license_file: LICENSE summary: 'Generic pure Python loader for .NET runtimes' dev_url: https://github.com/pythonnet/clr-loader extra: recipe-maintainers: - m-rossi - bgruening
{% 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 script: "{{ PYTHON }} -m pip install . -vv" requirements: build: - {{ compiler('c') }} # [linux64] - dotnet-sdk >=5,<6 - sysroot_linux-64 2.17 # [linux64] host: - python - pip - setuptools - wheel run: - cffi >=1.13 - python - __glibc >=2.17 # [linux64] test: imports: - clr_loader requires: - pip commands: - pip check about: home: https://github.com/pythonnet/clr-loader license: MIT license_family: MIT license_file: LICENSE summary: 'Generic pure Python loader for .NET runtimes' dev_url: https://github.com/pythonnet/clr-loader extra: recipe-maintainers: - m-rossi - bgruening
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 script: "{{ PYTHON }} -m pip install . --no-deps -vv" requirements: host: - python - setuptools - pip - nodejs run: - python - itk - ipydatawidgets >=3.2.0 - ipywidgets >=7.4.0 - ipympl - numpy - scipy - six - zstandard test: requires: - pytest commands: - python -m pytest imports: - itkwidgets about: home: https://github.com/InsightSoftwareConsortium/itk-jupyter-widgets license: Apache 2.0 license_family: Apache summary: 'Interactive Jupyter widgets to visualize images in 2D and 3D' doc_url: https://github.com/InsightSoftwareConsortium/itk-jupyter-widgets dev_url: https://github.com/InsightSoftwareConsortium/itk-jupyter-widgets extra: recipe-maintainers: - hadim
{% 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 script: "{{ PYTHON }} -m pip install . --no-deps -vv" requirements: host: - python - setuptools - pip - jupyter run: - python - itk - ipydatawidgets >=3.2.0 - ipywidgets >=7.4.0 - ipympl - numpy - scipy - six - zstandard test: requires: - pytest commands: - python -m pytest imports: - itkwidgets about: home: https://github.com/InsightSoftwareConsortium/itk-jupyter-widgets license: Apache 2.0 license_family: Apache summary: 'Interactive Jupyter widgets to visualize images in 2D and 3D' doc_url: https://github.com/InsightSoftwareConsortium/itk-jupyter-widgets dev_url: https://github.com/InsightSoftwareConsortium/itk-jupyter-widgets extra: recipe-maintainers: - hadim
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: - checkout - run: command: | sudo apt-get update sudo apt-get install gdb git cmake gcc g++ pkg-config libglib2.0-dev # TODO: Cache gdb install #- restore_cache: #keys: #- pydeps-{{ .Branch }}-{{ checksum ".circleci/config.yml" }} - run: command: | sudo pip3 install pylint ropper - run: command: | curl https://gist.githubusercontent.com/Grazfather/91e1ea3c3b51be844552263ce0f0d538/raw/c5607a51047b4dc01bf1f3fd443e8cd6318056c6/install-trinity.sh | bash #- save_cache: #key: pydeps-{{ .Branch }}-{{ checksum ".circleci/config.yml" }} #paths: #- /usr/local/lib/python3.4/site-packages - run: make lint - run: make test
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: - checkout - run: command: | sudo apt-get update sudo apt-get install gdb git cmake gcc g++ pkg-config libglib2.0-dev # TODO: Cache gdb install #- restore_cache: #keys: #- pydeps-{{ .Branch }}-{{ checksum ".circleci/config.yml" }} - run: command: | sudo pip3 install pylint ropper - run: command: | curl https://gist.githubusercontent.com/Grazfather/91e1ea3c3b51be844552263ce0f0d538/raw/76ff432159654e83db7159df7027ca4b11a2bdd4/install-trinity.sh | bash #- save_cache: #key: pydeps-{{ .Branch }}-{{ checksum ".circleci/config.yml" }} #paths: #- /usr/local/lib/python3.4/site-packages - run: make lint - run: make test
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 keys used to encrypt blocks in S3, secrets in database: BLOCK_ENCRYPTION_KEY: 43933ee4aff59913b7cd7204d87ee18cd5d0faea4df296cb7863f9f28525f7cd SECRET_ENCRYPTION_KEY: 5f2356f7e2dfc4ccc93458d27147f97b954a56cc0554273cb6fee070cbadd050
--- 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 keys used to encrypt blocks in S3, secrets in database: BLOCK_ENCRYPTION_KEY: 43933ee4aff59913b7cd7204d87ee18cd5d0faea4df296cb7863f9f28525f7cd SECRET_ENCRYPTION_KEY: 5f2356f7e2dfc4ccc93458d27147f97b954a56cc0554273cb6fee070cbadd050
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 -m pip install --upgrade pip pip install poetry poetry install - name: Publish package env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }} run: | poetry publish --build
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 -m pip install --upgrade pip pip install poetry poetry install - name: Publish package env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }} run: | poetry publish --build - name: Create Release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: ${{ github.ref }} draft: false prerelease: false
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: secure: cBbjHgg5rQjFgwAjjQGUFwhESw5oEljRFzESN+/xmH8vKXg3AzfVlexOpi0EBaKN SonarQube_Token: secure: 4SAyRqYsx6khVu6ERCwz3arpWEuZ82ZEDGRdTbZSfKCk5vtx4zxLc3QWcquAsC0x install: - cmd: >- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% .paket\paket.bootstrapper.exe .paket\paket.exe restore build: verbosity: minimal after_build: - cmd: >- .paket\paket.exe pack output nupkgs after_test: - cmd: .\run_coverage.cmd - cmd: .\run_quality.cmd
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: secure: 8FT9CQo21ngsgKlN3/RrjV4tvCRhFaYnBcz2pZkc9zmGcc1Cmq9QyXEHisxkOD0g SonarQube_Token: secure: 4SAyRqYsx6khVu6ERCwz3arpWEuZ82ZEDGRdTbZSfKCk5vtx4zxLc3QWcquAsC0x install: - cmd: >- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% .paket\paket.bootstrapper.exe .paket\paket.exe restore build: verbosity: minimal after_build: - cmd: >- .paket\paket.exe pack output nupkgs after_test: - cmd: .\run_coverage.cmd - cmd: .\run_quality.cmd
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: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
# 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: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
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 e!:B
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 shallow clones by default. This fetches the remainder of the # repo's history. Heroku deploys will occasionally fail without this. - "[[ ! -s \"$(git rev-parse --git-dir)/shallow\" ]] || git fetch --unshallow" - git push git@heroku.com:api-hackclub.git $CIRCLE_SHA1:refs/heads/master - heroku run rake db:migrate --app api-hackclub: timeout: 400 # Deploys may take a long time
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: master commands: # CircleCI shallow clones by default. This fetches the remainder of the # repo's history. Heroku deploys will occasionally fail without this. - "[[ ! -s \"$(git rev-parse --git-dir)/shallow\" ]] || git fetch --unshallow" - git push git@heroku.com:api-hackclub.git $CIRCLE_SHA1:refs/heads/master - heroku run rake db:migrate --app api-hackclub: timeout: 400 # Deploys may take a long time
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 solr source binary command: tar zxf solr-4.9.1.tgz creates=/tmp/solr-4.9.1/ chdir=/tmp - name: copy solr binary to solr home command: cp -R /tmp/solr-4.9.1/example/. {{solr_home}} creates="{{solr_home}}/README.txt" - name: create solr service entry template: src=solr.sh.j2 dest=/etc/sysconfig/solr mode=755 sudo: yes - name: create config for jetty template: src=jetty.j2 dest=/etc/default/jetty mode=755 sudo: yes - name: start solr service service: name=solr state=started sudo: yes - name: create a dedicated solr user for the service user: name="{{solr_user}}" comment="Apache Solr" createhome=no system=yes password="{{solr_user_password}}" sudo: yes
--- # 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 - name: unzip solr source binary command: tar zxf solr-4.9.1.tgz creates=/tmp/solr-4.9.1/ chdir=/tmp - name: copy solr binary to solr home command: cp -R /tmp/solr-4.9.1/example/. {{solr_home}} creates="{{solr_home}}/README.txt" - name: create solr service entry template: src=solr.sh.j2 dest=/etc/sysconfig/solr mode=755 sudo: yes - name: create config for jetty template: src=jetty.j2 dest=/etc/default/jetty mode=755 sudo: yes - name: start solr service service: name=solr state=started sudo: yes - name: create a dedicated solr user for the service user: name="{{solr_user}}" comment="Apache Solr" createhome=no system=yes password="{{solr_user_password}}" 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: GHC 8.4.4 executor: haskell/ghc-8_4_4 - haskell/build: name: GHC 8.6.3 executor: haskell/ghc-8_6_3 - github/release-cabal: name: GitHub Release requires: - GHC 8.2.2 - GHC 8.4.4 - GHC 8.6.3 checkout: true filters: branches: only: master - hackage/upload: publish: true requires: - GitHub Release username: ${HACKAGE_USER} password: ${HACKAGE_PASS}
version: 2.1 orbs: haskell: haskell-works/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: GHC 8.4.4 executor: haskell/ghc-8_4_4 - haskell/build: name: GHC 8.6.3 executor: haskell/ghc-8_6_3 - github/release-cabal: name: GitHub Release requires: - GHC 8.2.2 - GHC 8.4.4 - GHC 8.6.3 checkout: true filters: branches: only: master - hackage/upload: publish: true requires: - GitHub Release username: ${HACKAGE_USER} password: ${HACKAGE_PASS}
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-ram environment: - POSTGRES_USER=circleci - POSTGRES_DB=voterengagement_test steps: # Get code - checkout # Check system dependencies - run: make doctor # Restore cache - type: cache-restore key: pipenv-{{ checksum "Pipfile.lock" }} - type: cache-restore key: yarn-{{ checksum "yarn.lock" }} # Install project dependencies - run: make install # Store cache - type: cache-save key: pipenv-{{ checksum "Pipfile.lock" }} paths: - .venv - type: cache-save key: yarn-{{ checksum "yarn.lock" }} paths: - node_modules # Backend tests - run: make test - run: make check # Frontend tests - run: true
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-ram environment: - POSTGRES_USER=circleci - POSTGRES_DB=voterengagement_test steps: # Get code - checkout # Check system dependencies - run: make doctor # Restore cache - type: cache-restore key: pipenv-{{ checksum "Pipfile.lock" }} - type: cache-restore key: yarn-{{ checksum "yarn.lock" }} # Install project dependencies - run: make install # Store cache - type: cache-save key: pipenv-{{ checksum "Pipfile.lock" }} paths: - .venv - type: cache-save key: yarn-{{ checksum "yarn.lock" }} paths: - node_modules # Backend tests - run: make test - run: make check # Frontend tests # - run:
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 (ansible_default_ipv4 / ansible_default_ipv6) so gather # these variables as they are important to the configure-unbound role. - name: Gather network facts setup: gather_subset: 'network' roles: - add-build-sshkey - start-zuul-console - log-inventory - hosts: all roles: # NOTE(pabelanger): We run this role in its own play to ensure unbound is # restarted before proceeding with any other role. This is because we use # notify / handler to restart the unbound service. With ansible notify # actions are triggered at the end of each block of tasks in a play. - configure-unbound - hosts: all roles: - validate-host - use-cached-repos - mirror-workspace-git-repos - mirror-info - role: configure-mirrors set_apt_mirrors_trusted: True - role: fetch-zuul-cloner destination: "/usr/zuul-env/bin/zuul-cloner" repo_src_dir: "/home/zuul/src/git.openstack.org"
- 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 (ansible_default_ipv4 / ansible_default_ipv6) so gather # these variables as they are important to the configure-unbound role. - name: Gather network facts setup: gather_subset: 'network' roles: - add-build-sshkey - start-zuul-console - log-inventory - hosts: all roles: # NOTE(pabelanger): We run this role in its own play to ensure unbound is # restarted before proceeding with any other role. This is because we use # notify / handler to restart the unbound service. With ansible notify # actions are triggered at the end of each block of tasks in a play. - configure-unbound - hosts: all roles: - validate-host - use-cached-repos - test-mirror-workspace-git-repos - mirror-info - role: configure-mirrors set_apt_mirrors_trusted: True - role: fetch-zuul-cloner destination: "/usr/zuul-env/bin/zuul-cloner" repo_src_dir: "/home/zuul/src/git.openstack.org"
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" - match: dependency_type: all update_type: all
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" - match: dependency_type: all update_type: all - package_manager: github_actions directory: "/.github/workflows/" update_schedule: daily
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: Set up Python 3. uses: actions/setup-python@v2 with: python-version: '3.x' - name: Install test dependencies. run: pip3 install molecule docker yamllint ansible-lint - name: Run Molecule tests. run: molecule test env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1' MOLECULE_DISTRO: ${{ matrix.distro }} working-directory: molecule
--- 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: Set up Python 3. uses: actions/setup-python@v2 with: python-version: '3.x' - name: Install test dependencies. run: pip3 install molecule[docker] yamllint ansible-lint - name: Run Molecule tests. run: molecule test env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1' MOLECULE_DISTRO: ${{ matrix.distro }} working-directory: molecule
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: requires: - yarn/workflow-queue - yarn/type-check: requires: - yarn/workflow-queue - yarn/jest: args: --runInBand requires: - yarn/workflow-queue post-steps: - codecov/upload: file: coverage/lcov.info - yarn/auto-release: # The deploy job is the _only_ job that should have access to our npm # tokens. We include a context that has our publish credentials # explicitly in this step. https://circleci.com/docs/2.0/contexts/ context: npm-deploy filters: branches: only: - master requires: - yarn/jest - yarn/relay - yarn/lint - yarn/type-check - yarn/update-cache
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: requires: - yarn/workflow-queue - yarn/type-check: requires: - yarn/workflow-queue - yarn/jest: args: --runInBand requires: - yarn/workflow-queue post-steps: - codecov/upload: file: coverage/lcov.info - yarn/auto-release: # The deploy job is the _only_ job that should have access to our npm # tokens. We include a context that has our publish credentials # explicitly in this step. https://circleci.com/docs/2.0/contexts/ context: npm-deploy filters: branches: only: - master requires: - yarn/jest - yarn/relay - yarn/lint - yarn/type-check - yarn/update-cache
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-dev libxmu-dev libassimp-dev - if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.9; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi - wget https://lukemontalvo.us/BasicEventEngine/resources.tar.gz - tar xzf resources.tar.gz script: ./build.sh norun after_success: - ./build/BasicEventEngine --single-run --headless
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 libxmu-dev libassimp-dev - if [ "$CXX" = "g++" ]; then sudo apt-get install -q g++-4.9; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi - wget https://lukemontalvo.us/BasicEventEngine/resources.tar.gz - tar xzf resources.tar.gz script: ./build.sh norun after_success: - ./build/BasicEventEngine --single-run --headless
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_5.2.gemfile - gemfiles/rails_6.0.gemfile matrix: exclude: # Rails 6 requires Ruby 2.5+ - rvm: 2.4.7 gemfile: gemfiles/rails_6.0.gemfile addons: code_climate: repo_token: 60e4a18e2a4bc86a98f92847f16756876c13d1e772058a9b3296643b04a697d7
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_5.2.gemfile - gemfiles/rails_6.0.gemfile matrix: exclude: # Rails 6 requires Ruby 2.5+ - rvm: 2.4.9 gemfile: gemfiles/rails_6.0.gemfile addons: code_climate: repo_token: 60e4a18e2a4bc86a98f92847f16756876c13d1e772058a9b3296643b04a697d7
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.git $HOME/src/elixir - cd $HOME/src/elixir && git checkout $ELIXIR_VERSION && make clean test && cd - env: - PATH=$PATH:$HOME/src/elixir/bin/ ELIXIR_VERSION=v0.12.0 MIX_ENV=test install: mix deps.get script: mix test
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/selenium-server-standalone-2.39.0.jar - nohup java -jar ~/Desktop/selenium-server-standalone-2.39.0.jar & - git clone https://github.com/elixir-lang/elixir.git $HOME/src/elixir - cd $HOME/src/elixir && git checkout $ELIXIR_VERSION && make clean test && cd - env: - PATH=$PATH:$HOME/src/elixir/bin/ ELIXIR_VERSION=v0.12.0 MIX_ENV=test install: mix deps.get script: mix test
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/xvfb start - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 before_script: - ./bin/install_dependencies.sh configure - ./bin/build.sh script: ./vendor/bin/phing travis after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover data/logs/tests/coverage-clover.xml
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__ before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16 before_script: - ./bin/install_dependencies.sh configure - ./bin/build.sh script: ./vendor/bin/phing travis after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover data/logs/tests/coverage-clover.xml
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 dmd-bin - sudo dub install x11 - sudo dub add-local . ~master - sudo bash ./setup-ubuntu.sh - cd ../ - sudo git clone https://github.com/Circular-Studios/Sample-Dash-Game.git - cd Sample-Dash-Game/ - git branch -r | grep -q $TRAVIS_BRANCH && sudo git checkout $TRAVIS_BRANCH || (exit 0) script: sudo dub test --force # For pushing results to gitter.im notifications: webhooks: urls: - https://webhooks.gitter.im/e/84c64564ba5f757a2733 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
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 dmd-bin - sudo dub install x11 - sudo dub add-local . ~master - sudo bash ./setup-ubuntu.sh - cd ../ - sudo git clone https://github.com/Circular-Studios/Sample-Dash-Game.git - cd Sample-Dash-Game/ - git branch -r | grep -q $TRAVIS_BRANCH && sudo git checkout $TRAVIS_BRANCH || (exit 0) - sudo cp libawesomium-1.6.5.so /usr/lib/libawesomium-1.6.5.so.0 script: sudo dub test --force # For pushing results to gitter.im notifications: webhooks: urls: - https://webhooks.gitter.im/e/84c64564ba5f757a2733 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
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-matplotlib before_script: - python manage.py syncdb --settings=edx_ora.settings --pythonpath=. --noinput - python manage.py migrate --settings=edx_ora.settings --pythonpath=. --noinput script: python manage.py test --settings=edx_ora.testsettings --pythonpath=. --noinput
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.12.1 - sudo mv nltk_data /usr/share/nltk_data before_script: - python manage.py syncdb --settings=edx_ora.settings --pythonpath=. --noinput - python manage.py migrate --settings=edx_ora.settings --pythonpath=. --noinput script: python manage.py test --settings=edx_ora.testsettings --pythonpath=. --noinput
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: - python setup.py install # Run test script: - nosetests --with-cov --cov opengrid --cov-config .coveragerc --logging-level=INFO # Calculate coverage after_success: - coveralls --config_file .coveragerc
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} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-3.5.5-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.5.5-Linux-x86_64.sh -O miniconda.sh; fi - chmod +x miniconda.sh - ./miniconda.sh -b -p /home/travis/mc - export PATH=/home/travis/mc/bin:$PATH install: # See: # https://groups.google.com/a/continuum.io/forum/#!topic/conda/RSFENqovnro # - conda update --yes --no-deps conda # OK, this used to *fix* the build, but now it *breaks* the build. # If you're reading this, good luck out there. I'm not sure what to tell you. - conda update --yes conda - conda config --add channels soft-matter - conda create -n testenv --yes $DEPS pip nose setuptools python=$TRAVIS_PYTHON_VERSION - source activate testenv # for debugging... - echo $PATH - which python - conda info - conda list - python setup.py install script: nosetests --nologcapture -a '!slow'
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.com $GITHUB_COMPOSER_AUTH - travis_retry composer self-update && composer --version - travis_retry composer global require "fxp/composer-asset-plugin:~1.0.0" - export PATH="$HOME/.composer/vendor/bin:$PATH" - travis_retry composer install --prefer-dist --no-interaction script: - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; fi - if [[ "$TRAVIS_PHP_VERSION" == "hhvm" ]]; then vendor/bin/phpunit; fi after_script: - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
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.github.com $GITHUB_COMPOSER_AUTH - travis_retry composer self-update && composer --version - travis_retry composer global require "fxp/composer-asset-plugin:~1.0.3" - export PATH="$HOME/.composer/vendor/bin:$PATH" - travis_retry composer install --prefer-dist --no-interaction script: - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; fi - if [[ "$TRAVIS_PHP_VERSION" == "hhvm" ]]; then vendor/bin/phpunit; fi after_script: - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi
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 - "mkdir -p ~/.composer" - cp .travis.composer.config.json ~/.composer/config.json # Build! #- mkdir app/cache/test - mv app/config/parameters.yml.travis app/config/parameters.yml - mv --force app/config/config_travis.yml app/config/config_test.yml - cp src/SimplyTestable/WebClientBundle/Resources/config/parameters.yml.travis src/SimplyTestable/WebClientBundle/Resources/config/parameters.yml - php composer.phar install - php app/console doctrine:database:create - php app/console doctrine:migrations:migrate --no-interaction script: - phpunit -c app - php phpcpd.phar --exclude src/SimplyTestable/WebClientBundle/Tests/ src/SimplyTestable/WebClientBundle/
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 - "mkdir -p ~/.composer" - cp .travis.composer.config.json ~/.composer/config.json # Build! #- mkdir app/cache/test - mv app/config/parameters.yml.travis app/config/parameters.yml - mv --force app/config/config_travis.yml app/config/config_test.yml - cp src/SimplyTestable/WebClientBundle/Resources/config/parameters.yml.travis src/SimplyTestable/WebClientBundle/Resources/config/parameters.yml - php composer.phar install - php app/console doctrine:database:create - php app/console doctrine:migrations:migrate --no-interaction script: - phpunit -c app - php phpcpd.phar --exclude src/SimplyTestable/WebClientBundle/Tests/ src/SimplyTestable/WebClientBundle/ after_script: - php phpcpd.phar --exclude src/SimplyTestable/WebClientBundle/Tests/ src/SimplyTestable/WebClientBundle/
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/deploy.sh skip_cleanup: true on: branch: develop notifications: slack: bitovi:a6EZ5xpLzrpMgCYyvKwfkmN5
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/deploy.sh # skip_cleanup: true # on: # branch: develop notifications: slack: bitovi:a6EZ5xpLzrpMgCYyvKwfkmN5
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 --env TRAVIS_PULL_REQUEST=${TRAVIS_PULL_REQUEST} --env CTEST_BUILD_NAME="$(./docker/get_build_info.sh)" dalg24/cap-stack - docker exec test-machine sh -xe /scratch/source/cap/docker/build_cap.sh - docker cp test-machine:/scratch/build/cap/lcov.info . - docker cp test-machine:/scratch/build/cap/coverage.xml . install: - pip install -q codecov script: - echo "Hello World" after_success: - codecov --disable gcov search pycov --file lcov.info coverage.xml
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_REQUEST} --env CTEST_BUILD_NAME="$(./docker/get_build_info.sh)" dalg24/cap-stack - docker exec test-machine sh -xe /scratch/source/cap/docker/build_cap.sh - docker cp test-machine:/scratch/build/cap/lcov.info . - docker cp test-machine:/scratch/build/cap/coverage.xml . install: - pip install -q codecov script: - echo "Hello World" after_success: - codecov --disable gcov search pycov --file lcov.info coverage.xml
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: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
# 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-version=4.5 && ./gradlew --version && jdk_switcher use oraclejdk9 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: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
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-x86_64/bin/cmake" install: script: - cd _build/cmake_build && $CMAKE3 .. - cd _build/cmake_build && $CMAKE3 --build .
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/cmake_bin/cmake-3.3.2-Linux-x86_64/bin/cmake" install: script: - cd _build/cmake_build && $CMAKE3 .. - cd _build/cmake_build && $CMAKE3 --build .
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_install: - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules - git submodule update --init --recursive matrix: include: - compiler: clang addons: apt: sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.7 packages: - clang-3.7 - cmake - libboost-all-dev env: COMPILER=clang++-3.7
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_install: - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules - git submodule update --init --recursive matrix: include: - compiler: clang addons: apt: sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.7 packages: - clang-3.7 - cmake - libboost-all-dev - libjsonrpccpp-dev - libjsonrpccpp-tools env: COMPILER=clang++-3.7
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/cibuild deploy: - provider: script script: "scripts/cipublish" on: repo: azavea/docker-postgis branch: master
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 POSTGIS_VERSION=2.4.4+dfsg-4.pgdg90+1 PG_MAJOR=10.6 VARIANT=slim script: - ./scripts/cibuild deploy: - provider: script script: "scripts/cipublish" on: repo: azavea/docker-postgis branch: master
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=\"-I/usr/include/gdal\"" script: "python tests/__init__.py"
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 tests/__init__.py"
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.enabled=true bundle exec rake db:drop db:create db:migrate test"
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:drop db:create db:migrate test"
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/zB6ciwqrUqGxLQ/KDs0guqpY5HkYwzw58Ey6UFo6xYRNYryzD+zth5jsUE5IaUCSjSqmHNMPcwgo6U6XPV92XkQTsqZhSrH+ko4b4fYCoey2n4ZG/ebDfXAxfy3nZtjafTuUvwBQ+wIzlaOoctZxG/EHEOB6BGKe6UlOHe03CMd8ed2UVJ2WzLVciKdHcKB8LTKPL4s5oOYDaycqj9rwSLrfEq8Rcg6FdOrpQp2cfi7fo1Boj3LjY965OpkW6yOsz7rG4MXzjqPUNhXfDkMHa6PswsfLDIDCldluyKxZvUlgYXMXKhGllXbjU+9YHWgXp3CvfZVRnw8Q95MAEXchJAFAIThALXQYEfKn27eO1HfS9NeafABom12cGfYeb2hBhBUJJeQe8shQ+fXfa/+Qx6hE/yDTOk4p5rlo2yPqhdkG+yDz/cA0ujnHiDBl3Gfc86+sPzuOPZC8z1CGiK0vhTu0Pu9/vgmybIJf5hDhfSvZzDuaHa50sRDYyU2Sa8t4nfrhIunI3az9YVjuUXM4E6GtCGCv+e9V5hhSLb3BhmpN4ltRr0JhzQ6Lk4FgvlDwlABZ8= region: us-west-2 bucket: hacko-housing-staging skip_cleanup: true local_dir: build
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: build
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-interaction --stability=dev - composer require "photon/photon:dev-develop" - composer require "photon/template-markdown:dev-master" - cp vendor/photon/template-markdown/phpunit.xml . script: phpunit -c phpunit.xml
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-interaction --stability=dev - composer require "photon/template-markdown:dev-master" - cp vendor/photon/template-markdown/phpunit.xml . script: phpunit -c phpunit.xml
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 env: PUPPET_VERSION="~> 3.1.0" - rvm: 2.1.6 env: PUPPET_VERSION="~> 3.0.0" allow_failures: - env: PUPPET_VERSION=">= 0"
--- 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 env: PUPPET_VERSION="~> 3.2.0" - rvm: 2.1.6 env: PUPPET_VERSION="~> 3.1.0" - rvm: 2.1.6 env: PUPPET_VERSION="~> 3.0.0" allow_failures: - env: PUPPET_VERSION=">= 0"
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: networking.gke.io/v1beta1 kind: ManagedCertificate metadata: name: oss-prow-knative-dev namespace: prow-monitoring spec: domains: - oss-prow-monitoring.knative.dev --- apiVersion: extensions/v1beta1 kind: Ingress metadata: name: grafana namespace: prow-monitoring annotations: kubernetes.io/ingress.global-static-ip-name: oss-prow-monitoring-ip kubernetes.io/ingress.class: "gce" kubernetes.io/tls-acme: "true" networking.gke.io/managed-certificates: oss-prow-knative-dev spec: rules: - host: oss-prow-monitoring.knative.dev http: paths: - path: /monitoring backend: serviceName: grafana servicePort: 80
--- 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: networking.gke.io/v1beta1 kind: ManagedCertificate metadata: name: oss-prow-monitoring-knative-dev namespace: prow-monitoring spec: domains: - oss-prow-monitoring.knative.dev --- apiVersion: extensions/v1beta1 kind: Ingress metadata: name: grafana namespace: prow-monitoring annotations: kubernetes.io/ingress.global-static-ip-name: oss-prow-monitoring-ip kubernetes.io/tls-acme: "true" certmanager.k8s.io/cluster-issuer: letsencrypt-prod certmanager.k8s.io/acme-http01-edit-in-place: "true" kubernetes.io/ingress.class: "gce" networking.gke.io/managed-certificates: oss-prow-monitoring-knative-dev spec: rules: - host: oss-prow-monitoring.knative.dev http: paths: - backend: serviceName: grafana servicePort: 80
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 with: java-version: 11 - name: Cache gradle uses: actions/cache@v1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: | ${{ runner.os }}-gradle- - name: Cache gradle wrapper uses: actions/cache@v1 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradlewrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradlewrapper- - name: Cache maven uses: actions/cache@v1 with: path: ~/.m2/repository/ key: ${{ runner.os }}-maven-${{ hashFiles('**/*.gradle') }} restore-keys: | ${{ runner.os }}-maven- - name: Gradle Publish Plugin run: | ./gradlew publishPlugin -PintellijPublishToken="${{ secrets.INTELLIJPUBLISHTOKEN }}" -PpublishChannels=Dev -Pversion="$(git rev-parse--short HEAD)"
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 with: java-version: 11 - name: Cache gradle uses: actions/cache@v1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: | ${{ runner.os }}-gradle- - name: Cache gradle wrapper uses: actions/cache@v1 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradlewrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradlewrapper- - name: Cache maven uses: actions/cache@v1 with: path: ~/.m2/repository/ key: ${{ runner.os }}-maven-${{ hashFiles('**/*.gradle') }} restore-keys: | ${{ runner.os }}-maven- - name: Gradle Publish Plugin run: | ./gradlew publishPlugin -PintellijPublishToken="${{ secrets.INTELLIJPUBLISHTOKEN }}" -PpublishChannels=Dev -Pversion="$(git rev-parse --short HEAD)"
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 POSTGRES_DB: circle_test working_directory: ~/app jobs: rspec: executor: name: default steps: - checkout - ruby-orbs/bundle-install: cache_key_prefix: "v3-bundle" - run: cp .circleci/database.yml config/database.yml - run: bundle exec rake ar:migrate:reset - run: bundle exec rspec rubocop: executor: name: default steps: - checkout - ruby-orbs/bundle-install: cache_key_prefix: "v3-bundle" - run: bundle exec rubocop workflows: version: 2 build-and-deploy: jobs: - rspec - rubocop - heroku/deploy-via-git: context: Heroku requires: - rspec - rubocop filters: branches: only: master
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 POSTGRES_DB: circle_test working_directory: ~/app jobs: rspec: executor: name: default steps: - checkout - ruby-orbs/bundle-install: cache_key_prefix: "v3-bundle" - run: cp .circleci/database.yml config/database.yml - run: bundle exec rake ar:migrate:reset - run: bundle exec rspec rubocop: executor: name: default steps: - checkout - ruby-orbs/bundle-install: cache_key_prefix: "v3-bundle" - run: bundle exec rubocop workflows: version: 2 build-and-deploy: jobs: - rspec - rubocop - heroku/deploy-via-git: context: Heroku requires: - rspec - rubocop filters: branches: only: master
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: www.gov.uk/dstl aliases: - science.mod.uk extra_organisation_slugs: - centre-for-defence-enterprise
--- 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: www.gov.uk/dstl options: --query-string eventid aliases: - science.mod.uk extra_organisation_slugs: - centre-for-defence-enterprise - ministry-of-defence
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-master* - curl -L -o primesieve-master.zip https://github.com/kimwalisch/primesieve/archive/master.zip - unzip primesieve-master.zip - cd primesieve-master - ./autogen.sh - ./configure - make - sudo make uninstall - sudo make install - cd .. # Test build.sh script before_script: - ./build.sh - ldd primecount - make distclean # Test standard build procedure script: - ./autogen.sh - ./configure --enable-mpi --enable-assert CXXFLAGS="-O2 -pedantic -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -Wno-unknown-pragmas" - make - sudo make install - make dist - make distcheck
# 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 primesieve-master* - curl -L -o primesieve-master.zip https://github.com/kimwalisch/primesieve/archive/master.zip - unzip primesieve-master.zip - cd primesieve-master - ./autogen.sh - ./configure - make - sudo make uninstall - sudo make install - cd .. # Test build.sh script before_script: - ./build.sh - ldd primecount - make distclean # Test standard build procedure script: - ./autogen.sh - ./configure --enable-mpi --enable-assert CXXFLAGS="-O2 -pedantic -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -Wno-unknown-pragmas" - make - sudo make install - make dist - make distcheck - cppcheck . --error-exitcode=1 -i$(cd primesieve-*; basename $(pwd))
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 -DCMAKE_VERBOSE_MAKEFILE=ON .. - make -j 2 - make test
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_failure: change
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 brew update; brew install qt5; fi script: - make -s -f Makefile.configure configure | tee .config - make CFLAGS="$CFLAGS" all tests/Makefile - cd tests && make check -k TESTRUNNER=`which valgrind 2>/dev/null`
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="CC=gcc-7 && CXX=g++-7" - CFLAGS="-Os" - QMAKEFLAGS="-config release" - os: linux addons: apt: sources: - ubuntu-toolchain-r-test - llvm-toolchain-trusty-5.0 - sourceline: 'ppa:beineri/opt-qt593-trusty' packages: - qt59base - clang-5.0 env: - QMAKESPEC=linux-clang - EVAL="CC=clang-5.0 && CXX=clang++-5.0" - CFLAGS="-Oz" - QMAKEFLAGS="-config release" - os: osx env: - QMAKESPEC=macx-clang - CFLAGS="-Oz" - QMAKEFLAGS="-config debug" - PATH=/usr/local/opt/qt5/bin:$PATH install: - if [ "${TRAVIS_OS_NAME}" != "linux" ]; then brew update; brew install qt5; fi script: - PATH=`echo /opt/qt*/bin`:$PATH - eval "$EVAL" - make -s -f Makefile.configure configure | tee .config - make -k CFLAGS="$CFLAGS -march=native -g1 -Wall -Wextra -Werror" CPPFLAGS="-DNDEBUG" lib/libtinycbor.a - size lib/libtinycbor.a - make clean - make -k CFLAGS="$CFLAGS -O0 -g" - make QMAKEFLAGS="$QMAKEFLAGS QMAKE_CXX=$CXX" tests/Makefile - cd tests && make check -k TESTRUNNER=`which valgrind 2>/dev/null`
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: 98bfd4f81ea2ddbdfd3aa5cbe4dacb2ab09c70d86009fa3a5c04eccb77c1b1eb
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: true branches: only: - master - /^staging.*$/
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_token - CI: true branches: only: - master - /^staging.*$/
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_yes yes --set changeps1 no - conda update -q conda # Useful for debugging any issues with conda - conda info -a # Replace dep1 dep2 ... with your dependencies - conda create -q -n test-environment python=3.6 numpy scipy pandas pytest nbformat nbconvert jupyter_client jupyter matplotlib - source activate test-environment - pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.3.0-cp36-cp36m-linux_x86_64.whl - python setup.py install script: # - pytest --pyargs tests - pytest -d --tx 3*popen//python=python3.6 --pyargs tests
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_yes yes --set changeps1 no - conda update -q conda # Useful for debugging any issues with conda - conda info -a # Replace dep1 dep2 ... with your dependencies - conda create -q -n test-environment python=3.6 numpy scipy pandas pytest nbformat nbconvert jupyter_client jupyter matplotlib pytest-xdist - source activate test-environment - pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.3.0-cp36-cp36m-linux_x86_64.whl - python setup.py install script: # - pytest --pyargs tests - pytest -d --tx 3*popen//python=python3.6 --pyargs tests
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 ./node_modules/coveralls/bin/coveralls.js' notifications: webhooks: urls: - https://webhooks.gitter.im/e/8480136ea087dfae1908 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
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 ./node_modules/coveralls/bin/coveralls.js' notifications: webhooks: urls: - https://webhooks.gitter.im/e/8480136ea087dfae1908 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
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 branches: only: - master before_script: - ./scripts/travis/setup.sh - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php -i; fi" script: - ./scripts/travis/run-tests.sh after_script: - ./scripts/travis/uploadCodeCoverage.sh
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 allow_failures: - php: nightly branches: only: - master before_script: - ./scripts/travis/setup.sh - sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then php -i; fi" script: - ./scripts/travis/run-tests.sh after_script: - ./scripts/travis/uploadCodeCoverage.sh
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 start - sleep 3 script: - npm run ci:travis - npm run build:prod after_success: - npm run semantic-release
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/xvfb start - sleep 3 script: - npm run ci:travis - npm run build:prod after_success: - npm run semantic-release
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 - Gemfile.activerecord3 - Gemfile.activerecord4 matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head exclude: - gemfile: Gemfile.activerecord2 rvm: 1.8.7 - gemfile: Gemfile.activerecord3 rvm: 1.8.7 notifications: email: - info@railsdoctors.com
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 - Gemfile.activerecord3 - Gemfile.activerecord4 matrix: allow_failures: - rvm: jruby-head - rvm: ruby-head exclude: - gemfile: Gemfile.activerecord4 rvm: 1.8.7 - gemfile: Gemfile.activerecord4 rvm: ree - gemfile: Gemfile.activerecord4 rvm: jruby-18mode - gemfile: Gemfile.activerecord4 rvm: rbx-18mode notifications: email: - info@railsdoctors.com
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.implementations.$DATABASE_ENGINE - sh -c "if [ '$DATABASE_ENGINE' = 'postgres' ]; then pip install psycopg2; fi" - sh -c "if [ '$DATABASE_ENGINE' = 'mysql' ]; then pip install mysqlclient; mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql; fi" before_script: - ./bin/flake8 zinnia script: - ./bin/test after_success: - ./bin/coveralls notifications: irc: - "irc.freenode.org#django-blog-zinnia"
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.cfg testenv:DJANGO_SETTINGS_MODULE=zinnia.tests.implementations.$DATABASE_ENGINE - sh -c "if [ '$DATABASE_ENGINE' = 'postgres' ]; then pip install psycopg2; fi" - sh -c "if [ '$DATABASE_ENGINE' = 'mysql' ]; then pip install mysqlclient; mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql; fi" before_script: - ./bin/flake8 zinnia script: - ./bin/test after_success: - ./bin/coveralls notifications: irc: - "irc.freenode.org#django-blog-zinnia"
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://gitlab.com/dpwiz/spirv-reflect/-/tree/v0.1-types basic-deps: base: '>=4.7 && <5' text: -any containers: -any vector: -any all-versions: - '0.1' author: IC Rainbow latest: '0.1' description-type: haddock description: '' license-name: BSD-3-Clause
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 loader. [0.2]: https://gitlab.com/dpwiz/spirv-reflect/-/tree/v0.2-types ## [0.1] - 2022-06-11 * Initial release. [0.1]: https://gitlab.com/dpwiz/spirv-reflect/-/tree/v0.1-types basic-deps: base: '>=4.7 && <5' text: -any containers: -any vector: -any all-versions: - '0.1' - '0.2' author: IC Rainbow latest: '0.2' description-type: haddock description: '' license-name: BSD-3-Clause
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 - rust: nightly env: CLIPPY=1 script: - rustup component add clippy-preview - cargo clippy -- -D warnings allow_failures: - rust: nightly env: CLIPPY=1 notifications: email: on_success: change on_failure: always
--- 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 - rust: stable env: CLIPPY=1 script: - rustup component add clippy-preview - cargo clippy -- -D warnings allow_failures: - rust: stable env: CLIPPY=1 notifications: email: on_success: change on_failure: always
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 for presentations that require some technical explanation: the ability to add UML diagrams using a remote PlantUML server, and the ability to add math formulas using MathJax. RepoType: git Repo: https://github.com/negativedensity/techahashi Builds: - versionName: '6' versionCode: 6 commit: 573ec82ba5eb434c02c275a0447f9d1213dd780e gradle: - yes - versionName: 7.0.0 versionCode: 70000 commit: 7.0.0 gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+$ CurrentVersion: 7.0.0 CurrentVersionCode: 70000
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 for presentations that require some technical explanation: the ability to add UML diagrams using a remote PlantUML server, and the ability to add math formulas using MathJax. RepoType: git Repo: https://github.com/negativedensity/techahashi Builds: - versionName: '6' versionCode: 6 commit: 573ec82ba5eb434c02c275a0447f9d1213dd780e gradle: - yes - versionName: 7.0.0 versionCode: 70000 commit: 7.0.0 gradle: - yes - versionName: 7.0.1 versionCode: 70001 commit: 7.0.1 gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+$ CurrentVersion: 7.0.1 CurrentVersionCode: 70001
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" git config --global user.name "Azure Pipeline" displayName: Set git user name and email - script: cmake -G "Visual Studio 15 2017" -A x64 "-DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory)" -S $(Build.SourcesDirectory) -B $(Build.BinariesDirectory) displayName: Configure solution with CMake script - script: cmake --build $(Build.BinariesDirectory) --config Release displayName: Build solution - script: cmake --build $(Build.BinariesDirectory) --config Release --target Install displayName: Install solution - task: PublishBuildArtifacts@1 inputs: pathtoPublish: '$(Build.ArtifactStagingDirectory)' artifactName: sile
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 config --global user.name "Azure Pipeline" displayName: Set git user name and email - script: cmake -G "Visual Studio 16 2019" -A x64 "-DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory)" -S $(Build.SourcesDirectory) -B $(Build.BinariesDirectory) displayName: Configure solution with CMake script - script: cmake --build $(Build.BinariesDirectory) --config Release displayName: Build solution - script: cmake --build $(Build.BinariesDirectory) --config Release --target Install displayName: Install solution - task: PublishBuildArtifacts@1 inputs: pathtoPublish: '$(Build.ArtifactStagingDirectory)' artifactName: sile
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 command: git submodule update --init --recursive - run: name: Configure command: | mkdir build cd build cmake .. - run: name: Build command: | cd build make - run: name: Test command: | cd build ctest . -L xfail || true ctest . -LE xfail
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: Submodules command: git submodule update --init --recursive - run: name: Configure command: | mkdir build cd build cmake .. - run: name: Build command: | cd build make - run: name: Test command: | cd build ctest . -L xfail || true ctest . -LE xfail
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: 'v0.2.0' cross1.13: CONFIG: 'cross1.13' KUBE_CROSS_VERSION: 'v1.13.14-1' SKOPEO_VERSION: 'v0.2.0'
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: 'v0.2.0' cross1.13: CONFIG: 'cross1.13' KUBE_CROSS_VERSION: 'v1.13.15-1' SKOPEO_VERSION: 'v0.2.0'
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 AutoName: Tableau de bord Rolling RepoType: git Repo: https://gitlab.com/sevajol-bastien/rolldash.git Builds: - versionName: '1.5' versionCode: 1 commit: 7b252c4fa74decf4e322705002438a95cd3e4048 subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: - yes AutoUpdateMode: None UpdateCheckMode: RepoManifest CurrentVersion: '1.5' CurrentVersionCode: 1
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 AutoName: Tableau de bord Rolling RepoType: git Repo: https://gitlab.com/sevajol-bastien/rolldash.git Builds: - versionName: '1.5' versionCode: 1 commit: 7b252c4fa74decf4e322705002438a95cd3e4048 subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: - yes AutoUpdateMode: None UpdateCheckMode: RepoManifest CurrentVersion: '2.0' CurrentVersionCode: 2
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 interested in civic technology and geography. ' baseurl: '' url: http://www.gregjd.com twitter_username: gjordandetamore github_username: gregjd markdown: redcarpet redcarpet: extensions: - smart permalink: "/blog/:year/:month/:day/:title/"
--- 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, and designer interested in civic technology and geography. ' baseurl: '' url: http://www.gregjd.com twitter_username: gjordandetamore github_username: gregjd markdown: redcarpet redcarpet: extensions: - smart permalink: "/blog/:year/:month/:day/:title/" # Disqus post comments disqus_shortname: username