diff --git a/circle.yml b/circle.yml index d7aa776..b8d0d8c 100644 --- a/circle.yml +++ b/circle.yml @@ -3,9 +3,11 @@ machine: version: 6.9.4 dependencies: - post: + pre: - wget https://github.com/spf13/hugo/releases/download/v0.20.6/hugo_0.20.6_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb + post: + - make build test: override: - - make build + - make test