69011c8696
Re-organize tests
2021-07-23 09:19:10 -05:00
68eb0a623a
circuitpython build: Build & test in a selected number of dimensions
2021-07-22 14:14:15 -05:00
Zoltán Vörös
dd8b404c14
re-organise test scripts
2021-06-08 21:18:33 +02:00
6b20ae83db
ignore an error in upstream circuitpython
2021-05-10 11:06:23 -05:00
ebdff02e6e
build-cp.sh: Drop unneeded workaround.
2021-05-10 09:03:58 -05:00
Jeff Epler
d9082f86ed
workflows: Add CircuitPython check-stubs & doc building to CI
2021-04-04 20:20:57 -05:00
Jeff Epler
25c8701d75
workflows: Reenable CI against CircuitPython (main branch)
2021-04-04 20:03:30 -05:00
cbe3e4c2ad
continue chasing cp+mac build errors
2021-01-13 16:25:25 -06:00
91076ad408
continue chasing cp+mac build errors
2021-01-13 16:16:07 -06:00
89ecef5a20
get rid of (non-portable?) sed -i
2021-01-13 16:12:46 -06:00
99984d0042
build-cp: Eliminate axtls, work around adafruit/circuitpython#3990
2021-01-13 16:09:21 -06:00
f383766add
reduce amount of cloned stuff
2021-01-13 15:44:14 -06:00
eac578603d
Get rid of nonportable nproc
...
.. using a Python incantation instead. Mac doesn't have
nproc.
2021-01-13 15:31:01 -06:00
793eef4030
Add portable version of readlink -f
...
from https://github.com/ko1nksm/readlinkf/blob/master/readlinkf.sh
(license: CC0)
Mac readlink does not support the -f flag, which is not
in POSIX.
2021-01-13 15:30:06 -06:00
Zoltán Vörös
b93c4b95ab
split test scripts into numpy-compatible and circuitpy-compatible sets
2020-11-20 08:10:19 +01:00
e6113135cc
Take our own version of run-tests
...
This is modified to better suit our needs, and because micropython
changes in the meantime were troublesome.
Expected outputs can be generated:
./run-tests -d tests --write-exp
Remove any incorrect .exp files before running as they won't be updated
otherwise.
2020-11-18 15:07:42 -06:00
57ab95cc70
Add scripts and CI for ulab-circuitpython
...
This will check
- that the unix port builds and passes its tests
- that the doc build succeeds
2020-10-24 15:50:15 -05:00