Commit dcd97b99 authored by Matthias Simon's avatar Matthias Simon
Browse files

Add debug information

parent 25dd18b8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@ stages:
format-check:
  stage: test
  script:
    - env | sort
    - pwd
    - ls -l
    - ./build-aux/check-consistency
    - ./build-aux/tidy-tests
    - if ! git diff --quiet; echo "ATS is not tidied. Please run ./build-aux/tidy-tests locally and verify. Thanks."; exit 1; fi