Ivan Grokhotkov
|
e94288da31
|
global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
Using the method from @cemeyer
(https://github.com/espressif/esp-idf/pull/3166):
find . -name \*.sh -exec sed -i "" -e 's|^#!.*bin/bash|#!/usr/bin/env bash|' {} +
Closes https://github.com/espressif/esp-idf/pull/3166.
|
2020-04-03 01:10:02 +02:00 |
Ivan Grokhotkov
|
4f5d15ae93
|
ci: generate separate log files for each {example, test app} config
Otherwise the build log gets overwritten, and warnings in earlier
builds may be masked.
|
2020-03-20 00:01:16 +01:00 |
David Cermak
|
692deac5ae
|
CI: assign and target-test stages updated to run test-apps in the ci
|
2020-02-06 16:46:41 +00:00 |
Ivan Grokhotkov
|
e63764b468
|
CI: test-apps introduction
Introducing feature of adding arbitrary projects which could be build or
executed in the CI for the only purpose as testing
Closes IDF-641
|
2020-02-06 16:46:41 +00:00 |