Compare commits

...

2 Commits

Author SHA1 Message Date
Stefan Schmidt f4fab72028 ci: travis: add build on ARM64 arch now provided by Travis
Cheap and easy way for us to have basic compile testing on ARM64. Travis
is also offering ppc64le and s390x for builds, but on ppc64le we get a
internal compoler error (yay!) on c++ examples and on s390x we have no
luajit. So, these two have to wait a bit more.
2020-01-10 09:39:26 +01:00
Stefan Schmidt 770eaeaeaa no notify 2020-01-10 09:39:26 +01:00
1 changed files with 4 additions and 11 deletions

View File

@ -77,6 +77,10 @@ jobs:
- os: linux
if: type = cron
env: CI_BUILD_TYPE=codecov
- os: linux
if: type = cron
arch: arm64
env: CI_BUILD_TYPE=default
services:
- docker
@ -123,14 +127,3 @@ before_cache:
mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew
fi
notifications:
irc:
channels:
- "chat.freenode.net#edevelop"
on_success: change
on_failure: always
template:
- "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message} (%{elapsed_time})"
- "Commit: %{commit_subject} (%{commit}) from %{author}"
- "Change view : %{compare_url}"
- "Build details : %{build_url}"