Merge branch 'master' of github.com:wenkokke/sf
This commit is contained in:
commit
e77f3d9d17
4 changed files with 1 additions and 13 deletions
|
@ -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
|
||||
|
|
5
Makefile
5
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue