Skip to content

Commit

Permalink
Add VSCode release configs
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Mar 24, 2018
1 parent 5bf390f commit 19bdfb7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/linux-vscode-release.yml
@@ -0,0 +1,5 @@
---
platform: linux
generator: Ninja
build_tool: vscode_cmake
build_type: Release
5 changes: 5 additions & 0 deletions configs/osx-vscode-release.yml
@@ -0,0 +1,5 @@
---
platform: osx
generator: Ninja
build_tool: vscode_cmake
build_type: Release
5 changes: 5 additions & 0 deletions configs/win64-vscode-release.yml
@@ -0,0 +1,5 @@
---
platform: win64
generator-platform: x64
build_tool: vscode_cmake
build_type: Release

0 comments on commit 19bdfb7

Please sign in to comment.