Skip to content

Commit

Permalink
add release with deb info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Leung committed Feb 12, 2021
1 parent 08930d4 commit e459293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_win_relwithdebinfo32.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$WORKING_DIR = (Get-Location).Path
.\scripts\build_windows.ps1 $WORKING_DIR RelWithDebInfo 32
2 changes: 2 additions & 0 deletions build_win_relwithdebinfo64.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$WORKING_DIR = (Get-Location).Path
.\scripts\build_windows.ps1 $WORKING_DIR RelWithDebInfo 64

0 comments on commit e459293

Please sign in to comment.