diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-03-12 01:34:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-03-12 01:34:16 +0300 |
commit | febe573aab4c43eb2765f04f8154c281b8fced50 (patch) | |
tree | e2c6ca794f626b602f59507166153f98283fc10a | |
parent | 73d8029751e0db0d4fa97151ce6dadbca0756b3e (diff) | |
download | mv-febe573aab4c43eb2765f04f8154c281b8fced50.tar.gz mv-febe573aab4c43eb2765f04f8154c281b8fced50.tar.bz2 mv-febe573aab4c43eb2765f04f8154c281b8fced50.tar.xz mv-febe573aab4c43eb2765f04f8154c281b8fced50.zip |
Fix .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 608702d7c..de8d549c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2371,7 +2371,7 @@ deheader_fs_cpp: <<: *job-shared <<: *job-deheader_shared -deheader_being_h: +deheader_fs_h: stage: build script: - export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT" |