mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Rename build_system_tests to less-ambiguous test_build_system
Before it was unclear if we were building the system tests or testing the build system.
This commit is contained in:
parent
f54348ff83
commit
7458f9193b
@ -31,7 +31,7 @@ test_build_system:
|
||||
variables:
|
||||
IDF_PATH: "$CI_PROJECT_DIR"
|
||||
script:
|
||||
- ./make/build_system_tests.sh
|
||||
- ./make/test_build_system.sh
|
||||
|
||||
push_master_to_github:
|
||||
stage: deploy
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Build system tests
|
||||
# Test the build system for basic consistency
|
||||
#
|
||||
# Just a bash script that tests some likely make failure scenarios in a row
|
||||
# Creates its own test build directory under TMP and cleans it up when done.
|
Loading…
Reference in New Issue
Block a user