diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-14 14:57:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-24 18:42:56 +0300 |
commit | 6aac08009254909aab3e0359f3ad7ab4e87a91e9 (patch) | |
tree | 09dac4cdb5c13e35375e49e44e51aeff7abc6529 /.dockerignore | |
parent | workflows/ci: Bionic to Focal (diff) | |
download | math-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-- | .dockerignore | 1 |
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/** |