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