9b082fc4d9
Build on changes to build scripts or requirements
2021-05-10 10:42:26 -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
Zoltán Vörös
679784a3f1
Update issue templates
2021-02-15 19:32:52 +01:00
Zoltán Vörös
30d67360a4
Update issue templates
2021-02-15 19:30:09 +01:00
Zoltán Vörös
5a491d4c5d
commented out circuitpython build instructions
2021-01-15 16:25:06 +01:00
Zoltán Vörös
b26c3754c5
pulled in workflow files from master
2021-01-15 16:20:35 +01:00
Zoltán Vörös
b7f2cf0193
unpinned micropython v.1.13
2020-11-21 08:41:27 +01:00
9e24593e94
pin micropython 1.13 for tests
2020-11-18 15:28:06 -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
d3b9096790
github actions: Fix paths directives
...
I noticed on #122 that no actions were run. I believe this is because
the paths directives had no wildcards, contrary to the examples at
https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpaths
Eliminating the paths: restrictions entirely may be an equally valid
course of action.
2020-06-01 10:28:48 -05:00
Zoltán Vörös
34c2355a2a
tried to fix workflow file
2020-03-07 09:36:10 +01:00
Zoltán Vörös
0faa89e3a5
tried to fix workflow file
2020-03-07 09:33:48 +01:00
Zoltán Vörös
c0979509b4
run CI only for changes in code/, and tests/
2020-03-07 09:31:30 +01:00
a2962f0fe5
fix printing failure info when tests fail
2020-02-18 21:10:33 -06:00
de6b7772e4
fix ci build
2020-02-18 20:50:01 -06:00
a75903efe5
Add github actions
...
This will build micropython's master branch with ulab support, and
then run the tests in tests/
At this time, there's only one test and it's not very useful.
2020-02-15 19:57:50 -06:00