gitlab-ci: try with liblua5.2-dev

This commit is contained in:
Thomas Bernard 2018-11-23 10:17:26 +01:00
parent 1d39fefa3c
commit 8fc0b40b18
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C

View File

@ -5,7 +5,7 @@ job_linux:
stage: build
before_script:
- apt-get update -qq && apt-get install -y -qq zip
- apt-get install -y -qq libsdl1.2-dev libpng-dev libsdl-ttf2.0-dev libsdl-image1.2-dev liblua5.1-0-dev
- apt-get install -y -qq libsdl1.2-dev libpng-dev libsdl-ttf2.0-dev libsdl-image1.2-dev liblua5.2-dev
- apt-get install -y -qq libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev doxygen graphviz
script:
- "make -j3 && make ziprelease"