Skip to content

Commit c97b0ae

Browse files
authored
refactor(build): Tidy up make.bat (#235)
1 parent ec8384e commit c97b0ae

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Fibratus
2323
shell: bash
2424
run: |
25-
./make.bat install-msi
25+
./make.bat install
2626
- name: Validate rules
2727
shell: bash
2828
run: |

make.bat

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ if "%~1"=="fmt" goto fmt
4646
if "%~1"=="clean" goto clean
4747
if "%~1"=="pkg" goto pkg
4848
if "%~1"=="pkg-slim" goto pkg-slim
49+
if "%~1"=="install" goto install
4950
if "%~1"=="deps" goto deps
5051
if "%~1"=="rsrc" goto rsrc
5152
if "%~1"=="mc" goto mc
52-
if "%~1"=="install-msi" goto install-msi
53-
if "%~1"=="validate-rules" goto validate-rules
5453

5554
:build
5655
:: set PKG_CONFIG_PATH=pkg-config
@@ -184,7 +183,7 @@ goto :EOF
184183
:: for process completion. Once the command
185184
:: finishes, the install log is dumped to
186185
:: help diagnosing installer failures
187-
:install-msi
186+
:install
188187
echo "Installing Fibratus..."
189188
start /b /wait msiexec /i fibratus-0.0.0-amd64.msi /qn /l*! install.log
190189
timeout 2 > NUL

0 commit comments

Comments
 (0)