diff options
-rw-r--r-- | src/scripts/ci/travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scripts/ci/travis.yml b/src/scripts/ci/travis.yml index 46736d0ff..1337cc95c 100644 --- a/src/scripts/ci/travis.yml +++ b/src/scripts/ci/travis.yml @@ -10,6 +10,11 @@ jobs: env: - TARGET="shared" + - name: Linux arm64 (GCC) + arch: arm64 + env: + - TARGET="shared" + install: - ./src/scripts/ci/setup_travis.sh |