We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bd5df commit b57f54cCopy full SHA for b57f54c
.github/workflows/doc-and-test.yml
@@ -64,3 +64,6 @@ jobs:
64
- name: Run usertests
65
run: cd os && make run TEST=1
66
timeout-minutes: 10
67
+
68
+ - name: Build for k210
69
+ run: cd os && make build BOARD=k210
0 commit comments