Skip to content
Snippets Groups Projects
Commit a3014ed3 authored by Julien Girard-Satabin's avatar Julien Girard-Satabin Committed by Michele Alberti
Browse files

[ci] Added a new test target for CI-only

parent 631260fc
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,10 @@ uninstall:
dune uninstall
test:
dune runtest --root=.
dune build @tests/local
test-ci:
dune runtest -j2 --root=.
dune build -j2 @tests/ci
promote:
dune promote --root=.
......
(cram
(alias local)
(applies_to * \ nier_to_onnx)
(deps
(package caisar)
setup_env.sh
TestNetwork.nnet
TestNetworkONNX.onnx
TestSVM.ovo
(glob_files bin/*)
filter_tmpdir.sh
../lib/xgboost/example/california.csv
../lib/xgboost/example/california.json)
(package caisar))
(cram
(alias ci)
(deps
(package caisar)
setup_env.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment