Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

Toliak/BMSTU-AL-HW4

Repository files navigation

BMSTU Homework

Information

Hybrid file database

Compile and execute

CMake

$ cmake -H. -B cmake-build-debug
$ cmake --build cmake-build-debug
$ ./cmake-build-debug/BMSTU_HW_4

Docker

$ docker build . --tag bmstu_hw4
$ docker run --rm -it bmstu_hw4

Tests

Work in progress

CI Status

Master Build Status Build status

Develop Build Status Build status