Skip to content

Commit

Permalink
CI: call tool to inspect its commands organization (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Jun 22, 2020
1 parent f49602f commit 3c84d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ CI:
env FLIT_ROOT_INSTALL=1 $(MAKE) init VENV=$(VENV)
env FLIT_ROOT_INSTALL=1 $(MAKE) build-forced VENV=$(VENV)
$(MAKE) check || true
$(VENV)/bin/nitropy --help
$(VENV)/bin/nitropy
env LC_ALL=C.UTF-8 LANG=C.UTF-8 $(VENV)/bin/nitropy --help
env LC_ALL=C.UTF-8 LANG=C.UTF-8 $(VENV)/bin/nitropy

.PHONY: build-CI-test
build-CI-test:
Expand Down

0 comments on commit 3c84d15

Please sign in to comment.