Skip to content

Commit 496d8b9

Browse files
author
Ivan Dlugos
committed
enable ARMv6 CI build, packaging and test
1 parent d70049c commit 496d8b9

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ build:
1414
- 'download_library x86_64/libobjectbox.so "${OBXLIB_URL_Linux64}"'
1515
- 'download_library x86_64/libobjectbox.dylib "${OBXLIB_URL_Mac64}"'
1616
- 'download_library armv7l/libobjectbox.so "${OBXLIB_URL_LinuxARMv7hf}"'
17+
- 'download_library armv6l/libobjectbox.so "${OBXLIB_URL_LinuxARMv6hf}"'
1718
- make test
1819
- make build
1920
artifacts:
@@ -52,6 +53,11 @@ test:linux:x64:3.8:
5253
extends: .test:linux:x64
5354
image: python:3.8-rc
5455

56+
test:linux:armv6hf:
57+
extends: .test
58+
tags: [armv6hf, docker, linux]
59+
image: balenalib/raspberry-pi-python:3.7-stretch
60+
5561
test:linux:armv7hf:
5662
extends: .test
5763
tags: [armv7hf, docker, linux]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
'objectbox': [
5050
'lib/x86_64/*',
5151
'lib/armv7l/*',
52+
'lib/armv6l/*',
5253
],
5354
}
5455
)

0 commit comments

Comments
 (0)