mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Update test zoo
- Unify test setup in Docker files - Add Fedora 38 Docker image - Add OpenSUSE Leap Docker image - Add OpenSUSE Tumbleweed Docker image - Drop Fedora 36 Docker image - Drop OpenSUSE 15 Docker image Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
05ccf7b737
commit
bcc78a941f
17 changed files with 127 additions and 74 deletions
|
@ -29,6 +29,7 @@ RUN make -j2
|
|||
RUN make install
|
||||
|
||||
# Setup tests
|
||||
RUN make -j2 test || true
|
||||
WORKDIR /root/code/test/
|
||||
CMD ["bash", "-c", "./problems --summary ; cat all.log | grep 'not ok' ; ./problems ; FAILED=$? ; echo timew $( timew --version ) ; python --version ; cmake --version ; gcc --version; exit $FAILED"]
|
||||
RUN make -j2
|
||||
|
||||
CMD ["bash", "-c", "./run_all -v ; cat all.log | grep 'not ok' ; ./problems ; FAILED=$? ; echo timew $( timew --version ) ; python --version ; cmake --version ; gcc --version ; exit $FAILED"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue