rusefi-1/misc/jenkins/setup/readme.md

67 lines
1.7 KiB
Markdown
Raw Normal View History

2019-05-31 05:27:50 -07:00
https://git-scm.com/downloads
https://sliksvn.com/download/ used to produce numeric revision number needs to be added to System PATH manually
2019-05-31 21:20:07 -07:00
https://cygwin.com/install.html needs to be added to System PATH manually
2019-05-31 19:44:11 -07:00
2019-06-30 16:00:27 -07:00
cygwin: make, gcc, zip, wget
2019-06-01 07:37:32 -07:00
2019-06-01 10:13:04 -07:00
cp c:\cygwin\bin\find.exe c:\cygwin\bin\findcyg.exe
2019-05-31 19:44:11 -07:00
cygwin: ccache
2019-06-01 07:37:32 -07:00
Add System Environment Variable
2019-05-31 19:44:11 -07:00
CCACHE_DIR
c:\ccache
2019-05-31 05:27:50 -07:00
2019-06-01 07:37:32 -07:00
java needs to be added to System PATH manually
https://ant.apache.org/ needs to be added to System PATH manually. used to build java stuff
2019-05-31 05:27:50 -07:00
https://jenkins.io/download/
2019-05-31 21:20:07 -07:00
Additional plugings:
Pipeline GitHub Notify Step
2019-06-01 07:37:32 -07:00
https://stackoverflow.com/questions/14274293/show-current-state-of-jenkins-build-on-github-repo
https://github.com/settings/tokens
2019-05-31 21:20:07 -07:00
Discard Old Build
smtphost: smtp.gmail.com
r***@gmail.com
useSsl=yes
2019-06-01 07:37:32 -07:00
https://www.ncftp.com/download/ !!! c:\windows !!! needs to be added to System PATH manually. This FTP client installs itself right into c:\windows folder
RUSEFI_BUILD_FTP_USER & RUSEFI_BUILD_FTP_PASS needs to be added to System PATH manually
RUSEFI_DOXYGEN_FTP_USER & RUSEFI_DOXYGEN_FTP_PASS needs to be added to System PATH manually
2019-05-31 21:20:07 -07:00
http://www.doxygen.nl/download.html needs to be added to System PATH manually
2019-05-31 19:44:11 -07:00
2019-05-31 21:20:07 -07:00
https://graphviz.gitlab.io/download/ needs to be added to System PATH manually, used by Doxygen
2019-05-31 19:44:11 -07:00
http://www.kicad-pcb.org/download/ for iBom automation
2019-06-01 07:37:32 -07:00
http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/utility/stsw-link004.zip ST Link Utility
2019-05-31 19:44:11 -07:00
2019-06-01 07:37:32 -07:00
http://www.st.com/web/en/catalog/tools/PF257938 ST virtual serial driver
2019-05-31 05:27:50 -07:00
Jobs:
2019-06-02 16:20:42 -07:00
1) unit_tests
2019-05-31 05:27:50 -07:00
2019-06-01 07:37:32 -07:00
2) integration_and_primary_bundle
3) documentation
2019-05-31 05:27:50 -07:00
4) build_extra_bundles
5) git2svn_sync
RUSEFI_SVN_PASSWORD needs to be added to System PATH manually