aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.dockerignore
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-14 14:57:55 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 18:42:56 +0300
commit6aac08009254909aab3e0359f3ad7ab4e87a91e9 (patch)
tree09dac4cdb5c13e35375e49e44e51aeff7abc6529 /.dockerignore
parentworkflows/ci: Bionic to Focal (diff)
downloadmath-server-6aac08009254909aab3e0359f3ad7ab4e87a91e9.tar.gz
math-server-6aac08009254909aab3e0359f3ad7ab4e87a91e9.zip
add `make install`, `make test`, etc.
Tests can be called using CTest now.
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index 3becc33..f6edc94 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -4,6 +4,7 @@
!/3rdparty/**
!/CMakeLists.txt
!/LICENSE.txt
+!/Makefile
!/README.md
!/client/**
!/cmake/**