8b83e375bd
This reverts merge request !403
9 lines
141 B
Bash
Executable File
9 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
eval $(opam config env)
|
|
dune build -p ligo
|
|
|
|
# TODO: also try instead from time to time:
|
|
#- (cd ./src/; dune build -p ligo)
|