Skip to content

Commit 693f0c4

Browse files
committed
Export environment variables
Co-authored by: nijincheng@iscas.ac.cn;
1 parent 1c4a121 commit 693f0c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ install:
4242
- echo done install step
4343

4444
script:
45-
- CIBW_BUILD="cp39-manylinux_${PLAT}"
46-
- CIBW_MANYLINUX_S390X_IMAGE="manylinux${MB_ML_VER}"
47-
- CIBW_MANYLINUX_PPC64LE_IMAGE="manylinux${MB_ML_VER}"
45+
- export CIBW_BUILD="cp39-manylinux_${PLAT}"
46+
- export CIBW_MANYLINUX_S390X_IMAGE="manylinux${MB_ML_VER}"
47+
- export CIBW_MANYLINUX_PPC64LE_IMAGE="manylinux${MB_ML_VER}"
4848

4949
- echo "Building for PLAT=${PLAT}, INTERFACE64=${INTERFACE64}, MB_ML_VER=${MB_ML_VER}, CIBW_BUILD=${CIBW_BUILD}, CIBW_MANYLINUX_S390X_IMAGE=${CIBW_MANYLINUX_S390X_IMAGE}, CIBW_MANYLINUX_PPC64LE_IMAGE=${CIBW_MANYLINUX_PPC64LE_IMAGE}"
5050

5151
- cibuildwheel --print-build-identifiers
5252

53-
- cibuildwheel --output-dir dist
53+
- cibuildwheel "." --output-dir "dist" 2>&1
5454

5555
after_success:
5656
- set +ex

0 commit comments

Comments
 (0)