diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-06 03:09:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-06 03:09:00 +0300 |
commit | 3df2a2aeb0d1be2339a29a398240aeb6c603026c (patch) | |
tree | 0a3cb09c35ed8ed53d3f6f35f502cd6f29947754 /.gitlab-ci.yml | |
parent | 242f29152668ed2fc5df4dee3b3a81f34d6a97ce (diff) | |
download | plus-3df2a2aeb0d1be2339a29a398240aeb6c603026c.tar.gz plus-3df2a2aeb0d1be2339a29a398240aeb6c603026c.tar.bz2 plus-3df2a2aeb0d1be2339a29a398240aeb6c603026c.tar.xz plus-3df2a2aeb0d1be2339a29a398240aeb6c603026c.zip |
Fix typo in job name in .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-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 92be10e2e..815fe57f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1733,7 +1733,7 @@ gcc_with_customnls: libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind -gcc_wit_customnls_nonls: +gcc_with_customnls_nonls: stage: build script: - ./tools/ci/jobs/gcc5.sh --enable-customnls --disable-nls --enable-werror |