We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cf5ec commit 94eb1c5Copy full SHA for 94eb1c5
.appveyor.yml
@@ -256,7 +256,7 @@ for:
256
- export CXX="clang++ -arch arm64"
257
- export CXXFLAGS=
258
- export CONFIGURE_ARGS="--host=aarch64 --target=aarch64"
259
- - ./configure --prefix=${TKDND_RUNTIME} --exec-prefix=${TKDND_RUNTIME} ${CONFIGURE_ARGS} && make && make test
+ - ./configure --prefix=${TKDND_RUNTIME} --exec-prefix=${TKDND_RUNTIME} ${CONFIGURE_ARGS} && make
260
- make install
261
- cd ${TKDND_RUNTIME}/lib && tar -czvf ${FILE_TO_UPLOAD_ARM} tkdnd${TKDND_VERSION} && rm -rf tkdnd${TKDND_VERSION}
262
- cd ${TKDND_HOME} && make clean && make distclean
0 commit comments