6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
eval $(opam config env)
|
|
dune build @ligo-test
|