diff options
| -rw-r--r-- | .vscode/tasks.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b2b58825..d29b2d00 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -39,5 +39,11 @@ "command": "ninja changes_all", "problemMatcher": [], }, + { + "label": "baseline all versions", + "type": "shell", + "command": "${command:python.interpreterPath} configure.py --version D44J01 && sleep 1 && ninja baseline && ${command:python.interpreterPath} configure.py --version GZLJ01 && sleep 1 && ninja baseline && ${command:python.interpreterPath} configure.py --version GZLE01 && sleep 1 && ninja baseline && ${command:python.interpreterPath} configure.py --version GZLP01 && sleep 1 && ninja baseline", + "problemMatcher": [], + }, ] } |
