mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
CI scripts switched to gcc-9
This commit is contained in:
@ -15,8 +15,8 @@ osx: &osx
|
||||
language: generic
|
||||
matrix:
|
||||
include:
|
||||
- <<: *linux
|
||||
env: CONAN_GCC_VERSIONS=8 CONAN_DOCKER_IMAGE=conanio/gcc8
|
||||
- <<: *linux
|
||||
env: CONAN_GCC_VERSIONS=9 CONAN_DOCKER_IMAGE=conanio/gcc9
|
||||
|
||||
install:
|
||||
- chmod +x .travis/install.sh
|
||||
|
@ -5,7 +5,7 @@ environment:
|
||||
PYTHON: "C:\\Python37"
|
||||
|
||||
matrix:
|
||||
- MINGW_CONFIGURATIONS: "8@x86_64@seh@posix"
|
||||
- MINGW_CONFIGURATIONS: "9@x86_64@seh@posix"
|
||||
|
||||
install:
|
||||
- git submodule update --init --recursive
|
||||
|
Reference in New Issue
Block a user