forked from vieter-v/vieter
fix(ci): use extended hugo; install modules for tests
This commit is contained in:
parent
a4c2508fe7
commit
9dd9222a69
2 changed files with 10 additions and 1 deletions
|
|
@ -8,6 +8,15 @@ branches:
|
|||
platform: ${PLATFORM}
|
||||
|
||||
pipeline:
|
||||
install-modules:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
commands:
|
||||
- export VMODULES=$PWD/.vmodules
|
||||
- 'cd src && v install'
|
||||
when:
|
||||
event: [pull_request]
|
||||
|
||||
test:
|
||||
image: 'chewingbever/vlang:latest'
|
||||
pull: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue