Make package installable/testable on clean docker image

This commit is contained in:
2023-06-07 10:54:19 -05:00
parent eab4697b6b
commit b82a984ab1
11 changed files with 19 additions and 9 deletions

6
test/docker/run.jl Normal file
View File

@@ -0,0 +1,6 @@
using Pkg
Pkg.develop(path="/app")
Pkg.build("MIPLearn")
using MIPLearnT
runtests()