chore(ci): log currently building version

This commit is contained in:
calebboyd
2018-07-31 21:53:57 -05:00
parent 901c51d6ba
commit 8fd84fd34d
+3 -3
View File
@@ -49,9 +49,9 @@ async function build() {
if (windowsBuild) {
await ci.triggerWindowsBuild(windowsBuild)
}
}
}
if (env.NEXE_VERSION) {
if (env.NEXE_VERSION) {
const target = getTarget(env.NEXE_VERSION),
output = isWindows ? './out.exe' : './out',
options = {
@@ -60,7 +60,7 @@ async function build() {
target,
output
}
console.log('Building: ', target)
const stop = keepalive()
if (target.platform === 'alpine') {
await runAlpineBuild(target)