File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,31 +65,31 @@ before_install:
65
65
--env TRAVIS=True \
66
66
--env TRAVIS_OS_NAME="${TRAVIS_OS_NAME}" \
67
67
quay.io/pypa/manylinux2014_$(arch) bash
68
- docker exec -it python-ninja /io/scripts/docker- build.sh ci_before_install
68
+ docker exec -it python-ninja /io/scripts/manylinux2014-aarch64- build-and-test-wheel .sh ci_before_install
69
69
fi
70
70
71
71
install :
72
72
- |
73
73
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
74
74
ci install
75
75
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
76
- docker exec -it python-ninja /io/scripts/docker- build.sh ci_install
76
+ docker exec -it python-ninja /io/scripts/manylinux2014-aarch64- build-and-test-wheel .sh ci_install
77
77
fi
78
78
79
79
script :
80
80
- |
81
81
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
82
82
ci test
83
83
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
84
- docker exec -it python-ninja /io/scripts/docker- build.sh ci_script
84
+ docker exec -it python-ninja /io/scripts/manylinux2014-aarch64- build-and-test-wheel .sh ci_script
85
85
fi
86
86
87
87
after_success :
88
88
- |
89
89
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
90
90
ci after_test
91
91
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
92
- docker exec -it python-ninja /io/scripts/docker- build.sh ci_after_success
92
+ docker exec -it python-ninja /io/scripts/manylinux2014-aarch64- build-and-test-wheel .sh ci_after_success
93
93
docker stop python-ninja
94
94
fi
95
95
File renamed without changes.
You can’t perform that action at this time.
0 commit comments