d2708740c8
Installation: `./scripts/opam-pin.sh && opam install tezos-node tezos-client` Upgrade installed packages after a `git pull` (opam2 only): `./scripts/opam-upgrade.sh` Remove and cleanup every from the opam repo: `./scripts/opam-unpin.sh`
31 lines
957 B
Plaintext
31 lines
957 B
Plaintext
(jbuild_version 1)
|
|
|
|
(executable
|
|
((name main)
|
|
(public_name tezos-node)
|
|
(libraries (tezos-base
|
|
tezos-node-updater
|
|
tezos-node-p2p-base
|
|
tezos-node-p2p
|
|
tezos-node-http
|
|
tezos-node-shell
|
|
tezos-embedded-protocol-genesis
|
|
tezos-embedded-protocol-demo
|
|
tezos-embedded-protocol-alpha
|
|
cmdliner
|
|
ssl))
|
|
(flags (:standard -w -9+27-30-32-40@8
|
|
-safe-string
|
|
-open Tezos_base__TzPervasives
|
|
-open Tezos_node_updater
|
|
-open Tezos_node_p2p_base
|
|
-open Tezos_node_p2p
|
|
-open Tezos_node_http
|
|
-open Tezos_node_shell
|
|
-linkall))))
|
|
|
|
(alias
|
|
((name runtest_indent)
|
|
(deps ((glob_files *.ml) (glob_files *.mli)))
|
|
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${<}))))
|