summary refs log tree commit diff stats
path: root/build_all.bat
Commit message (Collapse)AuthorAgeFilesLines
* reuse config/build_config.txt for all bootstrap scripts (posix + windows + ↵Timothee Cour2021-05-011-13/+22
| | | | | | | | | | | | ci); use build_all.bat in 1 CI, fix bug in build_all.bat (#17899) * reuse config/build_config.txt for all bootstrap scripts (posix + windows + ci) * ci_docs: use build_all.bat in CI (just in that pipeline) to ensure it keeps working * fixup * fix pre-existing bug in build_all.bat * fixup * cp => copy /y * auto-generate build_all.bat, build_all.sh * fixup
* refactor all code that builds csources (#17815)Timothee Cour2021-04-231-3/+6
| | | | | | | | | | | | | | | * refactor all code that builds csources * fixup * nim_csourcesDir_v0 + nim_csourcesDir * remove deprecated, unused scripts from ci/ * reuse nimCsourcesHash in ci * simplify CI pipelines by reusing nimBuildCsourcesIfNeeded * simplify ci_docs.yml by reusing nimBuildCsourcesIfNeeded * cleanup * use csources_v1 as destination dir * fixup * remove pushCsources * address comment: remove build.sh support for now * fixup
* isolate the build process from external config files (#13411)Ștefan Talpalaru2020-02-141-2/+3
|
* Easier build instructions for windows - just run `build_all.bat`. (#12276)treeform2019-10-081-0/+16
* Easier build instructions for windows. * title letter * Update build_all.bat to be like build_all.sh