File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,22 @@ jobs:
189
189
- make ${MAKEOPTS} -C ports/unix VARIANT=minimal
190
190
- (cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython-minimal ./run-tests -e exception_chain -e self_type_check -e subclass_native_init -d basics)
191
191
192
+ # unix port on OSX
193
+ - stage : test
194
+ os : osx
195
+ osx_image : xcode11.3
196
+ env :
197
+ - NAME="unix port build with clang on OSX"
198
+ - PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig
199
+ install :
200
+ - brew install pkgconfig
201
+ script :
202
+ - make ${MAKEOPTS} -C mpy-cross
203
+ - make ${MAKEOPTS} -C ports/unix submodules
204
+ - make ${MAKEOPTS} -C ports/unix deplibs
205
+ - make ${MAKEOPTS} -C ports/unix
206
+ - make ${MAKEOPTS} -C ports/unix test
207
+
192
208
# windows port via mingw
193
209
- stage : test
194
210
env : NAME="windows port build via mingw"
You can’t perform that action at this time.
0 commit comments