common parts of the build system used by Nimbus and related projects
Go to file
Ștefan Talpalaru 8f227779e6
Jenkins Git doesn't support "restore"
2020-05-20 19:51:13 +02:00
makefiles Jenkins Git doesn't support "restore" 2020-05-20 19:51:13 +02:00
scripts add comments 2020-05-01 15:10:44 +02:00
vendor devel snapshot with a fix we need 2020-04-08 14:34:33 +02:00
.gitignore initial commit 2019-08-20 23:14:45 +02:00
.gitmodules move Nim, Nim-csources and nimble submodules here 2019-08-28 15:10:15 +02:00
LICENSE-APACHEv2 initial commit 2019-08-20 23:14:45 +02:00
LICENSE-MIT initial commit 2019-08-20 23:14:45 +02:00
README.md new Make target: show-deps 2020-05-20 18:42:30 +02:00

README.md

Common parts of the build system used by Nimbus and related projects

Prerequisites

GNU Make, Bash and the usual POSIX utilities.

Make flags

  • use the system Nim instead of the shipped version (usually for testing Nim devel versions)

make USE_SYSTEM_NIM=1 test

Make targets

show-deps

Lists all Git submodule URLs, including nested ones.

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.