Skip to content

Commit f248296

Browse files
Jorropoigrr
authored andcommitted
Add arm64 to build.
Arm64 job has been added, following armhf directives.
1 parent 983970e commit f248296

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ matrix:
2424
- TARGET_OS=linux-armhf
2525
- CROSS_TRIPLE=arm-linux-gnueabihf
2626
- EXTRA_ARGS='-e SKIP_TESTS=1'
27+
- env:
28+
- TARGET_OS=linux-arm64
29+
- CROSS_TRIPLE=aarch64-linux-gnu
30+
- EXTRA_ARGS='-e SKIP_TESTS=1'
2731
- env:
2832
- TARGET_OS=win32
2933
- CROSS_TRIPLE=i686-w64-mingw32

0 commit comments

Comments
 (0)