Added pasdoc generation to the pipeline
Added documentation generation to the pipeline, this can be retreived as an artifact and deployed on the webserver from master.
This commit is contained in:
9
compile_sourcelist.sh
Normal file
9
compile_sourcelist.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
echo " "
|
||||
echo "======================="
|
||||
echo " "
|
||||
echo "Generating Source List..."
|
||||
echo " "
|
||||
find "$(cd ..; pwd)" -name "*.pas" > sources.list
|
||||
echo "Finished Source List Generation."
|
||||
exit 0
|
Reference in New Issue
Block a user