Skip to content

Commit c60d716

Browse files
committed
CI: update to modern vanagon syntax and be verbose
the `build` command is deprecated: https://github.com/OpenVoxProject/vanagon/blob/main/bin/build Signed-off-by: Tim Meusel <tim@bastelfreak.de>
1 parent 7371c04 commit c60d716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/build.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace :vox do
1919
end
2020

2121
engine = platform =~ /^(macos|windows)-/ ? 'local' : 'docker'
22-
cmd = "bundle exec build #{project} #{platform} --engine #{engine}"
22+
cmd = "bundle exec vanagon build #{project} #{platform} --engine #{engine} --verbose"
2323

2424
FileUtils.rm_rf('C:/ProgramFiles64Folder/') if platform =~ /^windows-/
2525

0 commit comments

Comments
 (0)