Regression tests: check compilation on BSD
This commit is contained in:
parent
f5b36b37b6
commit
00c79073f0
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ def compile_and_report(src_dir, use_asan):
|
||||||
|
|
||||||
def compile_remotely_and_report(host):
|
def compile_remotely_and_report(host):
|
||||||
print_err("Compiling on {0}...".format(host))
|
print_err("Compiling on {0}...".format(host))
|
||||||
|
start = time.time()
|
||||||
c = run("ssh worker@{0} 'cd tint2 && git pull && mkdir -p build && rm -rf build && mkdir -p build && cd build && cmake .. && make && ./tint2 --version'".format(host), True)
|
c = run("ssh worker@{0} 'cd tint2 && git pull && mkdir -p build && rm -rf build && mkdir -p build && cd build && cmake .. && make && ./tint2 --version'".format(host), True)
|
||||||
out, _ = c.communicate()
|
out, _ = c.communicate()
|
||||||
duration = time.time() - start
|
duration = time.time() - start
|
||||||
|
|
Loading…
Reference in a new issue