mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Add names to builds
This commit is contained in:
parent
e7e4635b69
commit
11a2a45193
12
.travis.yml
12
.travis.yml
@ -4,7 +4,8 @@ dist: xenial
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- name: "Linux + GCC + Linting + Metadata"
|
||||||
|
os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env:
|
env:
|
||||||
- MAKETARGET="test-all tidy-all check-format check-metadata check-license-files"
|
- MAKETARGET="test-all tidy-all check-format check-metadata check-license-files"
|
||||||
@ -15,7 +16,8 @@ matrix:
|
|||||||
- python3
|
- python3
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- os: linux
|
- name: "Linux + Clang"
|
||||||
|
os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
- MAKETARGET=test-all
|
- MAKETARGET=test-all
|
||||||
@ -26,12 +28,14 @@ matrix:
|
|||||||
- python3
|
- python3
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- os: osx
|
- name: "MacOS + Clang"
|
||||||
|
os: osx
|
||||||
osx_image: xcode10.1
|
osx_image: xcode10.1
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
- MAKETARGET=test-all
|
- MAKETARGET=test-all
|
||||||
- os: osx
|
- name: "MacOS + GCC8"
|
||||||
|
os: osx
|
||||||
osx_image: xcode10.1
|
osx_image: xcode10.1
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
Reference in New Issue
Block a user