install make

pull/1278/head
Rick V 4 years ago
parent 1f5df55443
commit 052bc25c4f
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -73,7 +73,7 @@ local alpine_wow64_pipeline(name, image,
[if allow_fail then "failure"]: "ignore",
environment: { SSH_KEY: { from_secret: "SSH_KEY" } },
commands: [
'apk add cmake git ninja pkgconf ccache patch ' + deps,
'apk add cmake git ninja pkgconf ccache patch make ' + deps,
'git clone https://github.com/despair86/libuv.git win32-setup/libuv',
'mkdir build',
'cd build',
@ -110,7 +110,7 @@ local alpine_win32_pipeline(name, image,
[if allow_fail then "failure"]: "ignore",
environment: { SSH_KEY: { from_secret: "SSH_KEY" } },
commands: [
'apk add cmake git ninja pkgconf ccache patch ' + deps,
'apk add cmake git ninja pkgconf ccache patch make ' + deps,
'git clone https://github.com/despair86/libuv.git win32-setup/libuv',
'mkdir build',
'cd build',

Loading…
Cancel
Save