Skip to content

Commit

Permalink
Lay build groundwork out.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed May 8, 2019
1 parent 764db07 commit e6eea12
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@ECHO OFF
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' default-build %*; exit $LASTEXITCODE"
Empty file added build.ps1
Empty file.
Empty file added build.sh
Empty file.

0 comments on commit e6eea12

Please sign in to comment.