Run build as test step
This commit is contained in:
parent
049f4b43ff
commit
160f4ac5cb
1 changed files with 1 additions and 2 deletions
|
@ -7,9 +7,8 @@ machine:
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
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
|
- 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:
|
test:
|
||||||
override:
|
override:
|
||||||
|
- make build
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in a new issue