summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2021-07-13 15:58:04 +1000
committerDamien George <damien@micropython.org>2021-07-13 15:58:39 +1000
commit0ee256b8b163863d065e6fe203bc384772694075 (patch)
tree6cec3008637f4eed049f29e2fc2f2145bc2b22d2 /tools
parent240888a0d2caa2e8ac8518c7ce0743ddec7e2a84 (diff)
github/workflows: Add workflow to build and test unix dev variant.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index ec122129d..815e72875 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -393,6 +393,14 @@ function ci_unix_standard_run_perfbench {
(cd tests && MICROPY_CPYTHON3=python3 MICROPY_MICROPYTHON=../ports/unix/micropython ./run-perfbench.py 1000 1000)
}
+function ci_unix_dev_build {
+ ci_unix_build_helper VARIANT=dev
+}
+
+function ci_unix_dev_run_tests {
+ ci_unix_run_tests_helper VARIANT=dev
+}
+
function ci_unix_coverage_setup {
sudo pip3 install setuptools
sudo pip3 install pyelftools