Skip to content

Support mvsc on remote build #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: feature/tipi
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion build_engine_mapping.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"vs-15-2017-win64-cxx17" : "Visual Studio 15 2017 Win64",
"vs-16-2019-win64-cxx17" : "Visual Studio 16 2019"
"vs-16-2019-win64-cxx17" : "Visual Studio 16 2019",
"windows-vs-16-2019-win64-cxx17" : "Visual Studio 16 2019",
"windows-vs-16-2019-win64" : "Visual Studio 16 2019"
}
1 change: 1 addition & 0 deletions windows-vs-16-2019-win64-cxx17.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/vs-16-2019-win64-cxx17.cmake")
1 change: 1 addition & 0 deletions windows-vs-16-2019-win64.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/vs-16-2019-win64-cxx17.cmake")
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@
"./scripts/install-tipi.ps1"
]
},
{
"type": "powershell",
"inline": [
"Invoke-WebRequest -Uri 'https://bootstrap.pypa.io/get-pip.py' -OutFile 'get-pip.py'",
"tipi run 'python get-pip.py'"
]
},
{
"type": "powershell",
"inline": [
Expand Down