Try to build for arm64, mk. 4

This commit is contained in:
TheAssassin
2019-12-03 02:04:02 +01:00
parent d9acb6b244
commit b7a2e39ba2
+13
View File
@@ -37,6 +37,19 @@ matrix:
- libjpeg-dev
- libpng-dev
- cimg-dev
- patchelf
before_script:
- git clone https://github.com/NixOS/patchelf.git && \
- pushd patchelf && \
- # cannot use -b since it's not supported in really old versions of git
- git checkout 0.8 && \
- ./bootstrap.sh && \
- ./configure --prefix=/usr && \
- make -j $(nproc) && \
- make install && \
- popd && \
- rm -r patchelf/
script: travis/build.sh
after_success:
- if [ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] && [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi