mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Print version information at end
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
6ecdbc5cf7
commit
eccf82ff56
1 changed files with 5 additions and 1 deletions
|
@ -9,10 +9,14 @@ git submodule update
|
|||
cmake -DCMAKE_BUILD_TYPE=debug .
|
||||
make -j2
|
||||
make install
|
||||
timew --version
|
||||
|
||||
pushd test || exit
|
||||
make
|
||||
./run_all -v
|
||||
grep 'not ok' all.log
|
||||
./problems
|
||||
echo "timew $( timew --version )"
|
||||
python --version
|
||||
python3 --version
|
||||
cmake --version
|
||||
clang --version
|
Loading…
Add table
Add a link
Reference in a new issue