Merge branch 'master' of github.com:wenkokke/sf

This commit is contained in:
wadler 2018-05-26 16:07:36 -03:00
commit e77f3d9d17
4 changed files with 1 additions and 13 deletions

View file

@ -22,15 +22,6 @@ addons:
- libgmp-dev - libgmp-dev
- libicu-dev - libicu-dev
# Configure recipients for notifications
notifications:
email:
recipients:
- wen.kokke@ed.ac.uk
- wadler@inf.ed.ac.uk
on_success: never
on_failure: always
before_install: before_install:
# Download and unpack the stack executable # Download and unpack the stack executable
- mkdir -p ~/.local/bin - mkdir -p ~/.local/bin

View file

@ -33,10 +33,7 @@ endif
# remove all generated files # remove all generated files
clobber: clean clobber: clean
ruby -S bundle exec jekyll clean ruby -S bundle exec jekyll clean
ifneq ($(strip $(markdown)),) rm -rf out/
rm $(markdown)
endif
rmdir out/
# install bundler, and gem dependencies # install bundler, and gem dependencies
macos-setup: macos-setup: