mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: change exec name for parallel cc
This commit is contained in:
parent
bc90058b9e
commit
394f3b1aae
1 changed files with 3 additions and 3 deletions
|
@ -97,10 +97,10 @@ fn v_self_compilation_usecache() {
|
|||
}
|
||||
|
||||
fn v_self_compilation_parallel_cc() {
|
||||
exec('v -o v2 -parallel-cc cmd/v')
|
||||
exec('v -o vp -parallel-cc cmd/v')
|
||||
// exec('./v2 -o v3 -usecache cmd/v')
|
||||
exec('./v2 version')
|
||||
exec('./v2 -o tetris examples/tetris/tetris.v')
|
||||
exec('./vp version')
|
||||
exec('./vp -o tetris examples/tetris/tetris.v')
|
||||
}
|
||||
|
||||
fn test_password_input() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue