forked from longturn/freeciv21
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rely on system Lua instead of shipping it
A specific version of Lua used to be required, but this is no longer the case (I think after commit 5aae933/PR longturn#417). Use the version of Lua provided by the system, requiring at least and prioritizing the widely available Lua 5.3. This should fix longturn#504.
- Loading branch information
Showing
71 changed files
with
18 additions
and
28,047 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ jobs: | |
- gettext | ||
- qt5-default | ||
- libkf5archive-dev | ||
- liblua5.3-dev | ||
- libsqlite3-dev | ||
- libsdl2-mixer-dev | ||
- name: "ubuntu-clang" | ||
|
@@ -38,6 +39,7 @@ jobs: | |
- gettext | ||
- qt5-default | ||
- libkf5archive-dev | ||
- liblua5.3-dev | ||
- libsqlite3-dev | ||
- libsdl2-mixer-dev | ||
before_script: | ||
|
@@ -55,6 +57,7 @@ jobs: | |
mingw-w64-x86_64-gcc | ||
mingw-w64-x86_64-libunwind | ||
mingw-w64-x86_64-readline | ||
mingw-w64-x86_64-lua # There is no lua53 in MSYS, 5.4 should work... | ||
mingw-w64-x86_64-SDL2_mixer | ||
mingw-w64-x86_64-qt5 | ||
mingw-w64-x86_64-karchive-qt5 | ||
|
@@ -82,6 +85,7 @@ jobs: | |
- qt@5 | ||
- kde-karchive | ||
- readline | ||
- [email protected] | ||
- sqlite | ||
- sdl2 | ||
- sdl2_mixer | ||
|
@@ -101,6 +105,7 @@ jobs: | |
- gettext | ||
- qt5-default | ||
- libkf5archive-dev | ||
- liblua5.3-dev | ||
- libsqlite3-dev | ||
- libsdl2-mixer-dev | ||
coverity_scan: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.