Skip to content

Commit

Permalink
Merge branch 'ci-local-build'
Browse files Browse the repository at this point in the history
Correct local build and extend CI with call to the tool
  • Loading branch information
szszszsz committed Jun 22, 2020
2 parents f46bd38 + 3c84d15 commit fbd309f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:bionic

RUN apt update
RUN apt install -qy make python3 python3-pip python3-venv
RUN apt install -qy make python3 python3-pip python3-venv git
RUN mkdir -p /app

WORKDIR /app
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +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
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 fbd309f

Please sign in to comment.