Skip to content

Commit

Permalink
add osx dev
Browse files Browse the repository at this point in the history
  • Loading branch information
microsoftly committed Sep 6, 2018
1 parent a35fd0b commit 8377bc7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ dev: docker-test-base
-v $$GOPATH/bin:/home/fossa/go/bin \
quay.io/fossa/fossa-cli-test-base /bin/bash

.PHONY: dev-mac
dev-mac: docker-test-base
docker run --rm -it \
-v $$GOPATH/src/github.com/fossas/fossa-cli:/home/fossa/go/src/github.com/fossas/fossa-cli \
quay.io/fossa/fossa-cli-test-base /bin/bash

.PHONY: install
install: $(PREFIX)/fossa

Expand All @@ -71,6 +77,7 @@ vendor: $(DEP)
.PHONY: clean
clean:
rm -f $(BIN)/fossa
find -name *_generated.go | grep -v vendor | xargs rm -f

# Testing tasks.
.PHONY: test
Expand Down

0 comments on commit 8377bc7

Please sign in to comment.