Created
November 4, 2011 14:40
-
-
Save shizone/1339476 to your computer and use it in GitHub Desktop.
Sphinx文書をビルドしてGAEに突っ込むJenkins用シェルスクリプト雛形
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ${WORKSPACE} | |
make html | |
cp -fr ${WORKSPACE}/build/html/* ${WORKSPACE}/gae/war/ | |
${APPENGINE_SDK_HOME}/bin/appcfg.sh -e ${EMAIL} --passin update ${WORKSPACE}/gae/war <<EOF | |
${PASSWORD} | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Descriptionの通り、Sphinx文書をビルドしてGAEに突っ込むJenkins用シェルスクリプトの雛形です。
ソース取得元のリポジトリの階層構造は、 https://github.com/shizone/tkscala 準拠です。
${APPENGINE_HOME}、${EMAIL}、${PASSWORD}あたりはご自身の環境に合わせてよしなにしてつかーさい。