hints updates
move out-of-date hints files to the outdated folder. rename the hints files, and hints/include files that are currently named *.2020 to *.370 (next release number).
This commit is contained in:
@@ -3,7 +3,7 @@ matrix:
|
||||
include:
|
||||
- name: linux-xenial-gcc-win-all
|
||||
os: linux
|
||||
env: HINTS=linux.2020 LUA_VERSION=5.4.3
|
||||
env: HINTS=linux.370 LUA_VERSION=5.4.3
|
||||
compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
@@ -21,7 +21,7 @@ matrix:
|
||||
- make LUA_VERSION=$LUA_VERSION WANT_WIN_ALL=1 QT_SELECT=5 MOC=moc install
|
||||
- name: linux-bionic-gcc-win-all
|
||||
os: linux
|
||||
env: HINTS=linux.2020 LUA_VERSION=5.4.3
|
||||
env: HINTS=linux.370 LUA_VERSION=5.4.3
|
||||
dist: bionic
|
||||
compiler: gcc
|
||||
addons:
|
||||
@@ -40,7 +40,7 @@ matrix:
|
||||
- make LUA_VERSION=$LUA_VERSION WANT_WIN_ALL=1 QT_SELECT=5 MOC=moc install
|
||||
- name: linux-focal-clang-win-all
|
||||
os: linux
|
||||
env: HINTS=linux.2020 LUA_VERSION=5.4.3
|
||||
env: HINTS=linux.370 LUA_VERSION=5.4.3
|
||||
dist: focal
|
||||
compiler: clang
|
||||
addons:
|
||||
@@ -59,7 +59,7 @@ matrix:
|
||||
- make LUA_VERSION=$LUA_VERSION WANT_WIN_ALL=1 QT_SELECT=5 MOC=moc install
|
||||
- name: linux-xenial-gcc-nocommon
|
||||
os: linux
|
||||
env: HINTS=linux.2020 LUA_VERSION=5.4.3
|
||||
env: HINTS=linux.370 LUA_VERSION=5.4.3
|
||||
dist: xenial
|
||||
compiler: gcc
|
||||
script:
|
||||
@@ -70,7 +70,7 @@ matrix:
|
||||
- make install
|
||||
- name: linux-focal-gcc9-win-all
|
||||
os: linux
|
||||
env: HINTS=linux.2020 LUA_VERSION=5.4.3
|
||||
env: HINTS=linux.370 LUA_VERSION=5.4.3
|
||||
dist: focal
|
||||
compiler: gcc
|
||||
addons:
|
||||
@@ -138,7 +138,7 @@ matrix:
|
||||
- mingw32-make LUA_VERSION=$LUA_VERSION install
|
||||
- name: msdos-linux-focal-djgpp-crosscompile
|
||||
os: linux
|
||||
env: HINTS=linux.2020 LUA_VERSION=5.4.3
|
||||
env: HINTS=linux.370 LUA_VERSION=5.4.3
|
||||
dist: focal
|
||||
compiler: gcc
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user