Replace the bundled GYP build system with a newer upstream version that adds z/OS platform support, improves MSVC SDK version detection with compatible SDK fallback, fixes host LDFLAGS handling in ninja generator, and includes various bug fixes and maintainer updates across multiple generator backends.
12 lines
164 B
YAML
12 lines
164 B
YAML
language: cpp
|
|
compiler:
|
|
- clang
|
|
before_install: ./buildbot/travis-checkout.sh
|
|
script: ./buildbot/travis-test.sh
|
|
os:
|
|
- linux
|
|
- osx
|
|
branches:
|
|
only:
|
|
- master
|