1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-02 21:53:18 +02:00

Allow specifying cmake generator.

This commit is contained in:
Guillaume Chatelet
2019-01-17 14:03:37 +01:00
parent fc7efb4c14
commit 317edf860b
2 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,12 @@ matrix:
env:
TOOLCHAIN=NATIVE
TARGET=x86_64-windows
CMAKE_GENERATOR="Visual Studio 14 2015 Win64"
- os: windows
env:
TOOLCHAIN=NATIVE
TARGET=x86_64-windows
CMAKE_GENERATOR="Visual Studio 15 2017 Win64"
- os: linux-ppc64le
compiler: gcc
env: