mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 21:00:31 +01:00
Implement generic testing for 2019.
This method reads a specific directory and applies all inputs there to their proper implementation.
This commit is contained in:
@@ -10,7 +10,7 @@ before_script:
|
||||
- cd 2019
|
||||
|
||||
# CMake build
|
||||
script: cmake . && make
|
||||
script: cmake . && make && ./test_solutions
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user