Merge pull request #546 from dickmao/cask-install

need to run cask install, generally
This commit is contained in:
John Miller 2019-05-28 10:14:28 -05:00 committed by GitHub
commit 9b6cb649ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,9 @@ autoloads:
clean:
cask clean-elc
rm -rf test/test-install
rm -rf log/*websocket*
rm -f log/*websocket*
rm -f features/Untitled*.ipynb
rm -f test/Untitled*.ipynb
.PHONY: dist-clean
dist-clean: clean
@ -52,6 +54,7 @@ dist-clean: clean
test-compile: clean autoloads
# TODO When we are ready to properly compile, replace the disaster here
# with (setq byte-compile-error-on-warn t) --dickmao
cask install
! ( cask build 2>&1 | awk '{if (/^ /) { gsub(/^ +/, " ", $$0); printf "%s", $$0 } else { printf "\n%s", $$0 }}' | egrep -a "not known|Error|free variable|error for|Use of gv-ref|multiple times|Unused|but requires" )
cask clean-elc