Update build.sh
This commit is contained in:
parent
d4b9c1d6d1
commit
fd51bf8239
6
build.sh
6
build.sh
|
@ -5,13 +5,13 @@ echo Changes in this commit:
|
|||
export COMMIT_CHANGES=`git diff --name-only --stat origin/master`
|
||||
echo ${COMMIT_CHANGES}
|
||||
|
||||
wget https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/bin/ckan-validate.py -O ckan-validate.py
|
||||
wget https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/CKAN.schema -O CKAN.schema
|
||||
wget --quiet https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/bin/ckan-validate.py -O ckan-validate.py
|
||||
wget --quiet https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/CKAN.schema -O CKAN.schema
|
||||
chmod a+x ckan-validate.py
|
||||
./ckan-validate.py ${COMMIT_CHANGES}
|
||||
|
||||
# fetch latest ckan.exe
|
||||
wget -O ckan.exe http://ci.ksp-ckan.org:8080/job/CKAN/lastSuccessfulBuild/artifact/ckan.exe
|
||||
wget --quiet http://ci.ksp-ckan.org:8080/job/CKAN/lastSuccessfulBuild/artifact/ckan.exe -O ckan.exe
|
||||
|
||||
# create a dummy KSP install
|
||||
mkdir dummy_ksp
|
||||
|
|
Loading…
Reference in New Issue