File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
5561test:linux:armv7hf :
5662 extends : .test
5763 tags : [armv7hf, docker, linux]
Original file line number Diff line number Diff line change 4949 'objectbox' : [
5050 'lib/x86_64/*' ,
5151 'lib/armv7l/*' ,
52+ 'lib/armv6l/*' ,
5253 ],
5354 }
5455)
You can’t perform that action at this time.
0 commit comments