Build on GH Actions. Set up nightly.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-05-14 14:03:17 +02:00
parent d9a866579c
commit 6bb852c613
19 changed files with 1246 additions and 1100 deletions

View File

@@ -35,7 +35,7 @@
}
}
shell.echo('Generating TS/JS API from:');
shell.echo('>>> Generating TS/JS API from:');
if (shell.exec(`git -C ${repository} rev-parse --abbrev-ref HEAD`).code !== 0) {
shell.exit(1);
}
@@ -83,6 +83,6 @@ ${protos.join(' ')}`).code !== 0) {
shell.exit(1);
}
shell.echo('Done.');
shell.echo('<<< Generation was successful.');
})();