mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
created build pipeline to allow unit testing
This commit is contained in:
4
Assignment_2/run.sh
Executable file
4
Assignment_2/run.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
mkdir -p build && cd build
|
||||
cmake ..
|
||||
cmake --build .
|
||||
./assignment_2
|
||||
Reference in New Issue
Block a user