add cosmo-yices to build script
This commit is contained in:
parent
2280df8fc0
commit
3c6945de9c
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@ dbg_retrieve() {
|
|||
&& podman build -t notwa-util notwa-util \
|
||||
&& podman build -t cosmo cosmo \
|
||||
&& podman build -t cosmo-kuroko cosmo-kuroko \
|
||||
&& podman build -t cosmo-yices cosmo-yices \
|
||||
\
|
||||
&& dbg_retrieve cosmo-kuroko /bin/kuroko.com \
|
||||
&& dbg_retrieve cosmo-yices /bin/kissat.com \
|
||||
&& dbg_retrieve cosmo-yices /bin/yices-sat.com \
|
||||
&& dbg_retrieve cosmo-yices /bin/yices-smt.com \
|
||||
&& dbg_retrieve cosmo-yices /bin/yices-smt2.com \
|
||||
&& dbg_retrieve cosmo-yices /bin/yices.com \
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue