Skip to content
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

Update the Legacy configuration for master to use VS 2015 instead of VS 2013. #25

Closed
wants to merge 2 commits into from
Closed
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
2 changes: 1 addition & 1 deletion Build-Status.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Once a day, we run all of our usual build configurations with JIT excluded from

## Legacy Builds

Once a day, we run builds of some configurations using Windows 7 (Windows Server 2008 R2) and VS 2013.
Once a day, we run builds of some configurations using Windows 7 (Windows Server 2008 R2) and VS 2015.

| | __Debug__ | __Test__ | __Release__ |
|:-----------------:|:---------------:|:--------------:|:-----------------:|
Expand Down
5 changes: 2 additions & 3 deletions Building-ChakraCore.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Windows ##

You can build ChakraCore on Windows 7 SP1 or above, and Windows Server 2008 R2
or above, with either Visual Studio 2013 or 2015, as long as C++ support is
installed[*](#build_for_arm).
You can build ChakraCore on Windows 7 SP1 (or above) and Windows Server 2008 R2
(or above) using Visual Studio 2015 (or above) with C++ support installed[*](#build_for_arm).

Refer to the [Linux](#linux) and [OS X](#os-x) sections for building instructions on these platforms.

Expand Down