mirror of
https://github.com/vlang/v.git
synced 2025-09-08 23:07:19 -04:00
ci: change exec name for parallel cc
This commit is contained in:
parent
bc90058b9e
commit
394f3b1aae
@ -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…
x
Reference in New Issue
Block a user