language: generic env: global: - PYMODULE=immutables - RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7 3.8" - S3_UPLOAD_USERNAME=oss-ci-bot - S3_UPLOAD_BUCKET=magicstack-oss-releases - TWINE_USERNAME=magicstack-ci branches: # Avoid building PR branches. only: - master - ci - releases - /^v\d+(\.\d+)*$/ matrix: fast_finish: true include: - os: linux dist: trusty sudo: false language: python python: "3.5" env: BUILD=tests - os: linux dist: xenial sudo: true language: python python: "3.7" env: BUILD=tests - os: linux dist: xenial language: python python: "3.8" env: BUILD=tests - os: linux dist: trusty sudo: required language: python python: "3.6" env: BUILD=tests,wheels,release services: [docker] - os: osx env: BUILD=tests,wheels PYTHON_VERSION=3.5.5 - os: osx env: BUILD=tests,wheels PYTHON_VERSION=3.6.5 - os: osx env: BUILD=tests,wheels PYTHON_VERSION=3.7.0 - os: osx env: BUILD=tests,wheels PYTHON_VERSION=3.8.0 cache: pip before_install: - .ci/travis-before-install.sh install: - .ci/travis-install.sh script: - .ci/travis-tests.sh - .ci/travis-build-wheels.sh deploy: provider: script script: .ci/travis-release.sh on: tags: true condition: '"${BUILD}" == *release*' 6270a37daef984a81b4ca37399d1fda0b1'/>
path: root/gnu.scm
AgeCommit message (Expand)Author
2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès
2020-07-25utils: Move '&fix-hint' to (guix diagnostics)....Ludovic Courtès
2020-07-25utils: Move <location> and '&error-location' to (guix diagnostics)....Ludovic Courtès
2019-03-24Add (gnu system keyboard)....Ludovic Courtès
2017-11-08gnu: Improve error reporting of the use-.*modules macros....Ludovic Courtès
2017-05-16bootloader: Add extlinux support....Mathieu Othacehe