mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Build hugo blog using travis
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -15,5 +15,11 @@ addons:
|
||||
packages:
|
||||
- nasm
|
||||
|
||||
script:
|
||||
- make
|
||||
install:
|
||||
- export PATH=$HOME/.local/bin:$PATH
|
||||
- pip install pygments --user
|
||||
- pip install pygments-github-lexers --user
|
||||
|
||||
script: bash scripts/travis-build.sh
|
||||
|
||||
after_success: sh scripts/travis-blog-update.sh
|
||||
|
||||
Reference in New Issue
Block a user