Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit dbbb799

Browse files
committed
NumPy 1.14.0 build
1 parent d4df98b commit dbbb799

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
- REPO_DIR=numpy
44
# Also see DAILY_COMMIT below
5-
- BUILD_COMMIT=v1.14.0rc1
5+
- BUILD_COMMIT=v1.14.0
66
- BUILD_DEPENDS="Cython==0.26.1"
77
- TEST_DEPENDS=nose
88
- PLAT=x86_64
@@ -98,6 +98,9 @@ before_install:
9898
- before_install
9999

100100
install:
101+
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
102+
export CFLAGS=${CFLAGS}" -Wno-sign-compare -Wno-unused-result";
103+
fi
101104
# Maybe get and clean and patch source
102105
- clean_code $REPO_DIR $BUILD_COMMIT
103106
- ./patch_code.sh $REPO_DIR

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ environment:
3333
WHEELHOUSE_UPLOADER_SECRET:
3434
secure:
3535
9s0gdDGnNnTt7hvyNpn0/ZzOMGPdwPp2SewFTfGzYk7uI+rdAN9rFq2D1gAP4NQh
36-
BUILD_COMMIT: v1.14.0rc1
36+
BUILD_COMMIT: v1.14.0
3737
DAILY_COMMIT: master
3838

3939
matrix:

windows-wheel-builder

0 commit comments

Comments
 (0)