add cosmo-yices to build script

This commit is contained in:
Connor Olding 2022-09-23 14:15:54 -07:00
parent 2280df8fc0
commit 3c6945de9c

View File

@ -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 \
;