Skip to content

Commit 823de00

Browse files
Gjacquenotlava
authored andcommitted
🔧 Moved all elements related to docker build in contrib
As requested by maintainer
1 parent a7c38ad commit 823de00

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ dist: trusty
33
services:
44
- docker
55
script:
6-
- make docker_build
6+
- make -C contrib docker_build

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@ $(EXAMPLE_TARGETS): examples/build/%: examples/%.cpp matplotlibcpp.h
3636

3737
clean:
3838
rm -f ${EXAMPLE_TARGETS}
39-
40-
docker_build:
41-
docker build . -t matplotlibcpp
File renamed without changes.

contrib/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
all: docker_build
2+
3+
docker_build:
4+
cd .. && \
5+
docker build . -f contrib/Dockerfile -t matplotlibcpp && \
6+
cd contrib

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy