mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
unix: Refactor mpconfigport.h and mpconfigvariant.h.
This is a no-op for coverage and minimal. The standard and dev variants have been merged and enable the same feature set as a typical bare-metal board. And remove the CI for the dev build. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
f4fed02537
commit
c1530a0ce8
10
tools/ci.sh
10
tools/ci.sh
@@ -454,14 +454,6 @@ function ci_unix_standard_run_tests {
|
||||
ci_unix_run_tests_full_helper standard
|
||||
}
|
||||
|
||||
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
|
||||
@@ -602,8 +594,6 @@ function ci_unix_macos_build {
|
||||
#make ${MAKEOPTS} -C ports/unix deplibs
|
||||
make ${MAKEOPTS} -C ports/unix
|
||||
# check for additional compiler errors/warnings
|
||||
make ${MAKEOPTS} -C ports/unix VARIANT=dev submodules
|
||||
make ${MAKEOPTS} -C ports/unix VARIANT=dev
|
||||
make ${MAKEOPTS} -C ports/unix VARIANT=coverage submodules
|
||||
make ${MAKEOPTS} -C ports/unix VARIANT=coverage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user