mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
Remove CPLEX and Gurobi from dependencies
This commit is contained in:
13
Makefile
Normal file
13
Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
JULIA := julia --color=yes
|
||||
JULIA_SYSIMAGE_ARGS := $(JULIA_ARGS) --sysimage build/sysimage.so
|
||||
|
||||
all: test
|
||||
|
||||
build/sysimage.so: Manifest.toml Project.toml
|
||||
mkdir -p build
|
||||
$(JULIA) --project=test test/sysimage.jl
|
||||
|
||||
test: build/sysimage.so
|
||||
$(JULIA) --sysimage build/sysimage.so --project=test test/runtests.jl
|
||||
|
||||
.PHONY: test test-python test-julia test-watch docs install
|
||||
Reference in New Issue
Block a user