convert .txt in Win32 distribution files to CRLF eol

This commit is contained in:
Thomas Bernard
2018-12-02 11:02:37 +01:00
parent 3b90e2199e
commit 4391603f37
4 changed files with 16 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ job_linux:
job_win32:
stage: build
before_script:
- apt-get update -qq && apt-get install -y -qq zip
- apt-get update -qq && apt-get install -y -qq zip dos2unix
- apt-get install -y -qq gcc-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64-tools nsis
script:
- "WIN32CROSS=1 make 3rdparty"