diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6597462 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,5 @@ +pipeline: + build: + image: rohitvarkey/stingerwrapper_dyno_bench + commands: + - julia -e 'include("benchmark/bfs_bench.jl"); for i=10:20 bench(i,16) end'