mirror of https://github.com/KLayout/klayout.git
using line-buffering option in sed filter for travis CI
tip from: https://stackoverflow.com/questions/49661118/lengthy-piped-command-output-hangs-when-passed-to-sed-or-awk
This commit is contained in:
parent
a834fd281d
commit
0945f7c914
|
|
@ -1,3 +1,3 @@
|
||||||
filter () {
|
filter () {
|
||||||
sed -E 's/^\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault\.xctoolchain\/usr\/bin\/clang\+\+ -c[[:space:]]+([^[:space:]]+[[:space:]]+)*/Compiling \1/'
|
sed -lE 's/^\/Applications\/Xcode.app\/Contents\/Developer\/Toolchains\/XcodeDefault\.xctoolchain\/usr\/bin\/clang\+\+ -c[[:space:]]+([^[:space:]]+[[:space:]]+)*/Compiling \1/'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue