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
- 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:
# Download and unpack the stack executable
- mkdir -p ~/.local/bin

View file

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