Remove Makefile, Add docker build command to the CI config
This commit is contained in:
parent
c9703bdceb
commit
c1910629e9
@ -57,3 +57,7 @@ remote-repo-job:
|
||||
#- opam install -y merlin
|
||||
#- opam install -y ocp-indent
|
||||
#- opam user-setup install
|
||||
|
||||
build-docker-image:
|
||||
script:
|
||||
- docker build -t marigold/ligo ./docker
|
Loading…
Reference in New Issue
Block a user