created build pipeline to allow unit testing

This commit is contained in:
2021-01-01 21:38:20 +01:00
parent 41ff431bdd
commit 047e9ee732
19 changed files with 99 additions and 6 deletions

4
Assignment_2/test.sh Executable file
View File

@@ -0,0 +1,4 @@
mkdir -p build && cd build
cmake ..
cmake --build .
ctest .