Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automation things: codecov, linting, github. #2

Merged
merged 14 commits into from
Mar 9, 2023
Prev Previous commit
Remove scripts.
  • Loading branch information
winder committed Mar 9, 2023
commit 25054cb4895ce899ca68e12f13d308e179f06642
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
SRCPATH := $(shell pwd)
OS_TYPE ?= $(shell $(SRCPATH)/scripts/ostype.sh)
ARCH ?= $(shell $(SRCPATH)/scripts/archtype.sh)
ifeq ($(OS_TYPE), darwin)
ifeq ($(ARCH), arm64)
export CPATH=/opt/homebrew/include
export LIBRARY_PATH=/opt/homebrew/lib
endif
endif
export GOPATH := $(shell go env GOPATH)
GOPATH1 := $(firstword $(subst :, ,$(GOPATH)))

Expand Down
18 changes: 0 additions & 18 deletions scripts/archtype.sh

This file was deleted.

13 changes: 0 additions & 13 deletions scripts/ostype.sh

This file was deleted.