Skip to content

Commit

Permalink
added bash tools
Browse files Browse the repository at this point in the history
  • Loading branch information
OjasTalgaonkar committed Jul 22, 2024
1 parent 08743b7 commit 3d26802
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helix.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off

rem Build the helix project using xmake
xmake build helix

rem Run the helix project with all arguments passed to the batch file
xmake run helix %*
7 changes: 7 additions & 0 deletions test.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off

rem Build the tests project using xmake
xmake build tests

rem Run the tests project with all arguments passed to the batch file
xmake run tests %*

0 comments on commit 3d26802

Please sign in to comment.