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

Add windows supported SDKs to powershell checkout-deps #1116

Merged
merged 3 commits into from Nov 4, 2019
Merged

Add windows supported SDKs to powershell checkout-deps #1116

merged 3 commits into from Nov 4, 2019

Conversation

JoinedSenses
Copy link
Contributor

@JoinedSenses JoinedSenses commented Nov 3, 2019

.sh version has this bit:

if [ $ismac -eq 0 ]; then
  # Add these SDKs for Windows or Linux
  sdks+=( orangebox blade episode1 bms )

  # Add more SDKs for Windows only
  if [ $iswin -eq 1 ]; then
    sdks+=( darkm swarm bgt eye contagion )
  fi
fi

Added these to the ps1 SDK list. If there is a better approach, please let me know.

.sh version has this bit:

```
if [ $ismac -eq 0 ]; then
  # Add these SDKs for Windows or Linux
  sdks+=( orangebox blade episode1 bms )

  # Add more SDKs for Windows only
  if [ $iswin -eq 1 ]; then
    sdks+=( darkm swarm bgt eye contagion )
  fi
fi
```
Added these to the SDK list. If there is a better approach, please let me know.
@JoinedSenses JoinedSenses changed the title Added windows supported SDKs Add windows supported SDKs to powershell checkout-deps Nov 3, 2019
@JoinedSenses
Copy link
Contributor Author

Missing sql stuff at the moment

@asherkin asherkin self-requested a review November 4, 2019 12:34
@asherkin asherkin merged commit a1436cd into alliedmodders:master Nov 4, 2019
@asherkin
Copy link
Member

asherkin commented Nov 4, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants