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
|
- 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
|
||||||
|
|
5
Makefile
5
Makefile
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue