mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
The $CXX environment variable is not exported under the 'c' language on Travis.
(cherry picked from commit 77ed11552d
)
This commit is contained in:
parent
49fc153342
commit
b044120f04
1 changed files with 0 additions and 2 deletions
|
@ -79,8 +79,6 @@ before_script:
|
||||||
script:
|
script:
|
||||||
# `-r -w` implicitly provided through `make buildbottest`.
|
# `-r -w` implicitly provided through `make buildbottest`.
|
||||||
- make buildbottest TESTOPTS="-j4"
|
- make buildbottest TESTOPTS="-j4"
|
||||||
# Test for C++ header compatibility.
|
|
||||||
- echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I .
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue