summary refs log tree commit diff stats
path: root/build_all.bat
Commit message (Collapse)AuthorAgeFilesLines
* Build compiler with --noNimblePath (#20168)Ivan Yonchovski2022-08-091-1/+1
| | | - Fixes https://github.com/nim-lang/Nim/issues/18840
* fix compilation on Debian 7 (no git -C) (#18427)Andrey Makarov2021-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | * fix compilation on Debian 7 (no git -C) * address review * allow specify branch for testing unmerged csources * temporarily change csources checkout parameters for testing * Update tools/deps.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * fix failure * Update config/build_config.txt * set proper git branch/hash Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* 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