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:
@ -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:
|
||||
|
Reference in New Issue
Block a user