diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-06-25 14:33:12 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-06-25 14:33:12 +0000 |
commit | fd617a8f12964e9f7ef0e5c0d078f539019a3d9a (patch) | |
tree | 671cdeca57c38c6740daeb2997a94241240a9def | |
parent | b70213e50aa2a8afd48ef0f75e1782f09b840b3e (diff) | |
download | manaplus-fd617a8f12964e9f7ef0e5c0d078f539019a3d9a.tar.gz manaplus-fd617a8f12964e9f7ef0e5c0d078f539019a3d9a.tar.bz2 manaplus-fd617a8f12964e9f7ef0e5c0d078f539019a3d9a.tar.xz manaplus-fd617a8f12964e9f7ef0e5c0d078f539019a3d9a.zip |
Add simple compile time output to gcc-10 job
used to test !189 in particular, but shall be useful in general.
****
mana/plus!201
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f73ecab0..8f6e305a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -203,7 +203,7 @@ gcc-10_default: image: debian:bullseye script: - ./tools/ci/scripts/patchsdl1.sh - - ./tools/ci/jobs/any_compiler.sh --enable-werror + - time ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh - ./tools/ci/scripts/rundyecmd.sh <<: *job-push |