mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-20 17:44:35 +00:00
parent
e9e4fd90e4
commit
6374d82b82
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ install:
|
||||||
- make govendor
|
- make govendor
|
||||||
script:
|
script:
|
||||||
- make check
|
- make check
|
||||||
|
# Test 64-bit alignment on 32-bit builds
|
||||||
|
- env GOARCH=386 make test
|
||||||
- go build -race
|
- go build -race
|
||||||
- ./hugo -s docs/
|
- ./hugo -s docs/
|
||||||
- ./hugo --renderToMemory -s docs/
|
- ./hugo --renderToMemory -s docs/
|
||||||
|
|
Loading…
Add table
Reference in a new issue