File: make.bat

package info (click to toggle)
ruby-jekyll-polyglot 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,840 kB
  • sloc: xml: 12,011; ruby: 1,740; sh: 32; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 218 bytes parent folder | download
1
2
3
4
5
6
7
8
@echo off
set VERSION="1.12.0"
REM this is running tests
CALL gem build jekyll-polyglot.gemspec
CALL gem install jekyll-polyglot-%VERSION%.gem
cd site
rm -recurse -force _site/
CALL bundle exec jekyll build --no-watch