mirror of
https://github.com/danog/ir.git
synced 2024-11-26 20:34:53 +01:00
Add --show-diff for Windows CI test
This commit is contained in:
parent
b193a348c5
commit
b63041199e
@ -126,7 +126,7 @@ test-ci: $(BUILD_DIR)\ir.exe $(BUILD_DIR)\ir-test.exe
|
||||
set PATH=$(VCPKG_DIR)\installed\$(VCPKG_TRIPLET)\bin:%%PATH%%
|
||||
set BUILD_DIR=$(BUILD_DIR)
|
||||
set SRC_DIR=$(SRC_DIR)
|
||||
$(BUILD_DIR)\ir-test.exe
|
||||
$(BUILD_DIR)\ir-test.exe --show-diff
|
||||
|
||||
clean:
|
||||
del /f /q $(BUILD_DIR)\*.obj $(BUILD_DIR)\*.exe $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.h
|
||||
|
Loading…
Reference in New Issue
Block a user