mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-08 01:08:51 -06:00
Make package installable/testable on clean docker image
This commit is contained in:
6
test/docker/run.jl
Normal file
6
test/docker/run.jl
Normal file
@@ -0,0 +1,6 @@
|
||||
using Pkg
|
||||
Pkg.develop(path="/app")
|
||||
Pkg.build("MIPLearn")
|
||||
|
||||
using MIPLearnT
|
||||
runtests()
|
||||
Reference in New Issue
Block a user