Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 091ff5c

Browse files
authored
Drop unused targets (#2)
* Drop unused targets * Run tests after pulling the image
1 parent dd7f026 commit 091ff5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ ENV CXX=/usr/bin/g++
2525
EXPOSE 9001 8080
2626
ADD . /opt/matching
2727
RUN make BUILD_TYPE="Release"
28+
RUN make test

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BUILD_DIR = build
22
DEBUG_DIR = Debug
33
FLAMEGRAPH = lib/FlameGraph
44

5-
.PHONY: clean build test bench start release
5+
.PHONY: build
66

77
build: clean
88
conan install . -if $(BUILD_DIR) --build=missing

0 commit comments

Comments
 (0)