summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-25 22:00:13 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-25 22:30:34 +0300
commit0e2ff8ebdd7aa411caa115b31a63da96b3ac7061 (patch)
tree250321cb44b5ec0bbcb3fe2c20450b2013e1dba6 /.gitlab-ci.yml
parent36d79151d725165502f156ff4e2706d8acf420bb (diff)
downloadplus-0e2ff8ebdd7aa411caa115b31a63da96b3ac7061.tar.gz
plus-0e2ff8ebdd7aa411caa115b31a63da96b3ac7061.tar.bz2
plus-0e2ff8ebdd7aa411caa115b31a63da96b3ac7061.tar.xz
plus-0e2ff8ebdd7aa411caa115b31a63da96b3ac7061.zip
In ci deheader tests move most variables into VARIABLES section.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1248
1 files changed, 624 insertions, 624 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04a4a5b52..99be87762 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1236,14 +1236,14 @@ deheader_gui_windows_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/windows -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1254,14 +1254,14 @@ deheader_sdl2_gui_windows_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/windows -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1272,14 +1272,14 @@ deheader_gui_windows_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/windows -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1290,14 +1290,14 @@ deheader_sdl2_gui_windows_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/windows -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1308,14 +1308,14 @@ deheader_gui_widgets_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/widgets -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1326,14 +1326,14 @@ deheader_sdl2_gui_widgets_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/widgets -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1344,14 +1344,14 @@ deheader_gui_widgets_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/widgets -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1362,14 +1362,14 @@ deheader_sdl2_gui_widgets_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/widgets -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1380,14 +1380,14 @@ deheader_gui_models_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/models -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1398,14 +1398,14 @@ deheader_sdl2_gui_models_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/models -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1416,14 +1416,14 @@ deheader_gui_models_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/models -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1434,14 +1434,14 @@ deheader_sdl2_gui_models_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/models -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1452,14 +1452,14 @@ deheader_actions_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/actions -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1470,14 +1470,14 @@ deheader_actions_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/actions -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1488,14 +1488,14 @@ deheader_being_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/being -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1506,14 +1506,14 @@ deheader_being_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/being -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1524,14 +1524,14 @@ deheader_const_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/const -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1542,14 +1542,14 @@ deheader_dyetool_cpp:
stage: build
script:
- export FLAGS="-DDYECMD -DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/dyetool -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1560,14 +1560,14 @@ deheader_dyetool_h:
stage: build
script:
- export FLAGS="-DDYECMD -DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/dyetool -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1578,14 +1578,14 @@ deheader_enums_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/enums -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1596,14 +1596,14 @@ deheader_events_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/events -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1614,14 +1614,14 @@ deheader_gui_fonts_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/fonts -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1632,14 +1632,14 @@ deheader_gui_fonts_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/fonts -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1650,14 +1650,14 @@ deheader_gui_models_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/models -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1668,14 +1668,14 @@ deheader_gui_popups_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/popups -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1686,14 +1686,14 @@ deheader_gui_popups_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/popups -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1704,14 +1704,14 @@ deheader_gui_shortcut_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/shortcut -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1722,14 +1722,14 @@ deheader_gui_shortcut_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/shortcut -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1740,14 +1740,14 @@ deheader_gui_widgets_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/widgets -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1758,14 +1758,14 @@ deheader_gui_windows_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/windows -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1776,14 +1776,14 @@ deheader_gui_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui -type f -name "*.cpp" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1794,14 +1794,14 @@ deheader_gui_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui -type f -name "*.h" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1812,14 +1812,14 @@ deheader_input_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/input -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1830,14 +1830,14 @@ deheader_input_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/input -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1848,14 +1848,14 @@ deheader_listeners_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/listeners -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1866,14 +1866,14 @@ deheader_listeners_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/listeners -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1884,14 +1884,14 @@ deheader_net_ea_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/ea -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1902,14 +1902,14 @@ deheader_net_ea_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/ea -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1920,14 +1920,14 @@ deheader_net_eathena_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/eathena -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1938,14 +1938,14 @@ deheader_net_eathena_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/eathena -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1956,14 +1956,14 @@ deheader_net_tmwa_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/tmwa -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1974,14 +1974,14 @@ deheader_net_tmwa_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/tmwa -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -1992,14 +1992,14 @@ deheader_net_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net -type f -name "*.cpp" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2010,14 +2010,14 @@ deheader_net_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net -type f -name "*.h" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2028,14 +2028,14 @@ deheader_particle_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/particle -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2046,14 +2046,14 @@ deheader_particle_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/particle -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2064,14 +2064,14 @@ deheader_render_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/render -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2082,14 +2082,14 @@ deheader_render_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/render -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2100,14 +2100,14 @@ deheader_resources_db_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/db -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2118,14 +2118,14 @@ deheader_resources_db_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/db -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2136,14 +2136,14 @@ deheader_resources_map_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/map -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2154,14 +2154,14 @@ deheader_resources_map_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/map -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2172,14 +2172,14 @@ deheader_resources_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources -type f -name "*.cpp" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2190,14 +2190,14 @@ deheader_resources_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources -type f -name "*.h" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2208,14 +2208,14 @@ deheader_test_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/test -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2226,14 +2226,14 @@ deheader_test_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/test -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2244,14 +2244,14 @@ deheader_utils_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/utils -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2262,14 +2262,14 @@ deheader_utils_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/utils -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2280,14 +2280,14 @@ deheader_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.cpp" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2298,14 +2298,14 @@ deheader_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.h" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2316,14 +2316,14 @@ deheader_cc:
stage: build
script:
- export FLAGS="-DUNITTESTS -DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.cc" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2336,14 +2336,14 @@ deheader_sdl2_actions_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/actions -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2354,14 +2354,14 @@ deheader_sdl2_actions_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/actions -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2372,14 +2372,14 @@ deheader_sdl2_being_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/being -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2390,14 +2390,14 @@ deheader_sdl2_being_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/being -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2408,14 +2408,14 @@ deheader_sdl2_const_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/const -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2426,14 +2426,14 @@ deheader_sdl2_dyetool_cpp:
stage: build
script:
- export FLAGS="-DDYECMD -DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/dyetool -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2444,14 +2444,14 @@ deheader_sdl2_dyetool_h:
stage: build
script:
- export FLAGS="-DDYECMD -DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/dyetool -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2462,14 +2462,14 @@ deheader_sdl2_enums_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/enums -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2480,14 +2480,14 @@ deheader_sdl2_events_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/events -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2498,14 +2498,14 @@ deheader_sdl2_gui_fonts_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/fonts -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2516,14 +2516,14 @@ deheader_sdl2_gui_fonts_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/fonts -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2534,14 +2534,14 @@ deheader_sdl2_gui_models_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/models -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2552,14 +2552,14 @@ deheader_sdl2_gui_popups_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/popups -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2570,14 +2570,14 @@ deheader_sdl2_gui_popups_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/popups -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2588,14 +2588,14 @@ deheader_sdl2_gui_shortcut_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/shortcut -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2606,14 +2606,14 @@ deheader_sdl2_gui_shortcut_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/shortcut -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2624,14 +2624,14 @@ deheader_sdl2_gui_widgets_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/widgets -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2642,14 +2642,14 @@ deheader_sdl2_gui_windows_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/windows -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2660,14 +2660,14 @@ deheader_sdl2_gui_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui -type f -name "*.cpp" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2678,14 +2678,14 @@ deheader_sdl2_gui_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui -type f -name "*.h" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2696,14 +2696,14 @@ deheader_sdl2_input_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/input -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2714,14 +2714,14 @@ deheader_sdl2_input_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/input -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2732,14 +2732,14 @@ deheader_sdl2_listeners_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/listeners -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2750,14 +2750,14 @@ deheader_sdl2_listeners_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/listeners -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2768,14 +2768,14 @@ deheader_sdl2_net_ea_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/ea -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2786,14 +2786,14 @@ deheader_sdl2_net_ea_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/ea -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2804,14 +2804,14 @@ deheader_sdl2_net_eathena_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/eathena -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2822,14 +2822,14 @@ deheader_sdl2_net_eathena_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/eathena -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2840,14 +2840,14 @@ deheader_sdl2_net_tmwa_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/tmwa -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2858,14 +2858,14 @@ deheader_sdl2_net_tmwa_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/tmwa -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2876,14 +2876,14 @@ deheader_sdl2_net_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net -type f -name "*.cpp" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2894,14 +2894,14 @@ deheader_sdl2_net_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net -type f -name "*.h" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2912,14 +2912,14 @@ deheader_sdl2_particle_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/particle -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2930,14 +2930,14 @@ deheader_sdl2_particle_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/particle -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2948,14 +2948,14 @@ deheader_sdl2_render_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/render -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2966,14 +2966,14 @@ deheader_sdl2_render_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/render -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -2984,14 +2984,14 @@ deheader_sdl2_resources_db_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/db -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3002,14 +3002,14 @@ deheader_sdl2_resources_db_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/db -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3020,14 +3020,14 @@ deheader_sdl2_resources_map_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/map -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3038,14 +3038,14 @@ deheader_sdl2_resources_map_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/map -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3056,14 +3056,14 @@ deheader_sdl2_resources_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources -type f -name "*.cpp" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3074,14 +3074,14 @@ deheader_sdl2_resources_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources -type f -name "*.h" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3092,14 +3092,14 @@ deheader_sdl2_test_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/test -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3110,14 +3110,14 @@ deheader_sdl2_test_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/test -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3128,14 +3128,14 @@ deheader_sdl2_utils_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/utils -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3146,14 +3146,14 @@ deheader_sdl2_utils_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/utils -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3164,14 +3164,14 @@ deheader_sdl2_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.cpp" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3182,14 +3182,14 @@ deheader_sdl2_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.h" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3200,14 +3200,14 @@ deheader_sdl2_cc:
stage: build
script:
- export FLAGS="-DUNITTESTS -DENABLE_LIBXML -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.cc" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3220,14 +3220,14 @@ deheader_actions_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/actions -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3238,14 +3238,14 @@ deheader_actions_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/actions -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3256,14 +3256,14 @@ deheader_being_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/being -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3274,14 +3274,14 @@ deheader_being_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/being -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3292,14 +3292,14 @@ deheader_const_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/const -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3310,14 +3310,14 @@ deheader_dyetool_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DDYECMD -DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/dyetool -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3328,14 +3328,14 @@ deheader_dyetool_withoutopengl_h:
stage: build
script:
- export FLAGS="-DDYECMD -DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/dyetool -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3346,14 +3346,14 @@ deheader_enums_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/enums -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3364,14 +3364,14 @@ deheader_events_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/events -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3382,14 +3382,14 @@ deheader_gui_fonts_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/fonts -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3400,14 +3400,14 @@ deheader_gui_fonts_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/fonts -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3418,14 +3418,14 @@ deheader_gui_models_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/models -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3436,14 +3436,14 @@ deheader_gui_popups_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/popups -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3454,14 +3454,14 @@ deheader_gui_popups_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/popups -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3472,14 +3472,14 @@ deheader_gui_shortcut_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/shortcut -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3490,14 +3490,14 @@ deheader_gui_shortcut_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/shortcut -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3508,14 +3508,14 @@ deheader_gui_widgets_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/widgets -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3526,14 +3526,14 @@ deheader_gui_windows_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/windows -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3544,14 +3544,14 @@ deheader_gui_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui -type f -name "*.cpp" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3562,14 +3562,14 @@ deheader_gui_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui -type f -name "*.h" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3580,14 +3580,14 @@ deheader_input_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/input -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3598,14 +3598,14 @@ deheader_input_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/input -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3616,14 +3616,14 @@ deheader_listeners_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/listeners -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3634,14 +3634,14 @@ deheader_listeners_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/listeners -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3652,14 +3652,14 @@ deheader_net_ea_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/ea -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3670,14 +3670,14 @@ deheader_net_ea_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/ea -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3688,14 +3688,14 @@ deheader_net_eathena_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/eathena -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3706,14 +3706,14 @@ deheader_net_eathena_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/eathena -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3724,14 +3724,14 @@ deheader_net_tmwa_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/tmwa -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3742,14 +3742,14 @@ deheader_net_tmwa_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/tmwa -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3760,14 +3760,14 @@ deheader_net_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net -type f -name "*.cpp" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3778,14 +3778,14 @@ deheader_net_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net -type f -name "*.h" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3796,14 +3796,14 @@ deheader_particle_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/particle -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3814,14 +3814,14 @@ deheader_particle_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/particle -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3832,14 +3832,14 @@ deheader_render_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/render -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3850,14 +3850,14 @@ deheader_render_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/render -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3868,14 +3868,14 @@ deheader_resources_db_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/db -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3886,14 +3886,14 @@ deheader_resources_db_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/db -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3904,14 +3904,14 @@ deheader_resources_map_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/map -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3922,14 +3922,14 @@ deheader_resources_map_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/map -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3940,14 +3940,14 @@ deheader_resources_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources -type f -name "*.cpp" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3958,14 +3958,14 @@ deheader_resources_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources -type f -name "*.h" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3976,14 +3976,14 @@ deheader_test_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/test -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -3994,14 +3994,14 @@ deheader_test_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/test -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4012,14 +4012,14 @@ deheader_utils_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/utils -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4030,14 +4030,14 @@ deheader_utils_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/utils -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4048,14 +4048,14 @@ deheader_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.cpp" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4066,14 +4066,14 @@ deheader_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.h" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4084,14 +4084,14 @@ deheader_withoutopengl_cc:
stage: build
script:
- export FLAGS="-DUNITTESTS -DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT"
- - export INCLUDES="-I/usr/include/SDL -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.cc" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4104,14 +4104,14 @@ deheader_sdl2_actions_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/actions -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4122,14 +4122,14 @@ deheader_sdl2_actions_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/actions -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4140,14 +4140,14 @@ deheader_sdl2_being_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/being -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4158,14 +4158,14 @@ deheader_sdl2_being_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/being -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4176,14 +4176,14 @@ deheader_sdl2_const_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/const -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4194,14 +4194,14 @@ deheader_sdl2_dyetool_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DDYECMD -DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/dyetool -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4212,14 +4212,14 @@ deheader_sdl2_dyetool_withoutopengl_h:
stage: build
script:
- export FLAGS="-DDYECMD -DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/dyetool -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4230,14 +4230,14 @@ deheader_sdl2_enums_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/enums -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4248,14 +4248,14 @@ deheader_sdl2_events_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/events -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4266,14 +4266,14 @@ deheader_sdl2_gui_fonts_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/fonts -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4284,14 +4284,14 @@ deheader_sdl2_gui_fonts_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/fonts -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4302,14 +4302,14 @@ deheader_sdl2_gui_models_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/models -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4320,14 +4320,14 @@ deheader_sdl2_gui_popups_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/popups -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4338,14 +4338,14 @@ deheader_sdl2_gui_popups_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/popups -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4356,14 +4356,14 @@ deheader_sdl2_gui_shortcut_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/shortcut -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4374,14 +4374,14 @@ deheader_sdl2_gui_shortcut_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/shortcut -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4392,14 +4392,14 @@ deheader_sdl2_gui_widgets_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/widgets -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4410,14 +4410,14 @@ deheader_sdl2_gui_windows_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui/windows -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4428,14 +4428,14 @@ deheader_sdl2_gui_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui -type f -name "*.cpp" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4446,14 +4446,14 @@ deheader_sdl2_gui_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/gui -type f -name "*.h" ! -path "./src/gui/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4464,14 +4464,14 @@ deheader_sdl2_input_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/input -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4482,14 +4482,14 @@ deheader_sdl2_input_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/input -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4500,14 +4500,14 @@ deheader_sdl2_listeners_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/listeners -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4518,14 +4518,14 @@ deheader_sdl2_listeners_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/listeners -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4536,14 +4536,14 @@ deheader_sdl2_net_ea_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/ea -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4554,14 +4554,14 @@ deheader_sdl2_net_ea_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/ea -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4572,14 +4572,14 @@ deheader_sdl2_net_eathena_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/eathena -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4590,14 +4590,14 @@ deheader_sdl2_net_eathena_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/eathena -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4608,14 +4608,14 @@ deheader_sdl2_net_tmwa_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/tmwa -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4626,14 +4626,14 @@ deheader_sdl2_net_tmwa_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net/tmwa -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4644,14 +4644,14 @@ deheader_sdl2_net_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net -type f -name "*.cpp" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4662,14 +4662,14 @@ deheader_sdl2_net_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/net -type f -name "*.h" ! -path "./src/net/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4680,14 +4680,14 @@ deheader_sdl2_particle_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/particle -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4698,14 +4698,14 @@ deheader_sdl2_particle_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/particle -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4716,14 +4716,14 @@ deheader_sdl2_render_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/render -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4734,14 +4734,14 @@ deheader_sdl2_render_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/render -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4752,14 +4752,14 @@ deheader_sdl2_resources_db_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/db -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4770,14 +4770,14 @@ deheader_sdl2_resources_db_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/db -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4788,14 +4788,14 @@ deheader_sdl2_resources_map_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/map -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4806,14 +4806,14 @@ deheader_sdl2_resources_map_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources/map -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4824,14 +4824,14 @@ deheader_sdl2_resources_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources -type f -name "*.cpp" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4842,14 +4842,14 @@ deheader_sdl2_resources_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/resources -type f -name "*.h" ! -path "./src/resources/db/*" ! -path "./src/resources/map/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4860,14 +4860,14 @@ deheader_sdl2_test_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/test -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4878,14 +4878,14 @@ deheader_sdl2_test_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/test -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4896,14 +4896,14 @@ deheader_sdl2_utils_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/utils -type f -name "*.cpp" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4914,14 +4914,14 @@ deheader_sdl2_utils_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src/utils -type f -name "*.h" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4932,14 +4932,14 @@ deheader_sdl2_withoutopengl_cpp:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.cpp" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4950,14 +4950,14 @@ deheader_sdl2_withoutopengl_h:
stage: build
script:
- export FLAGS="-DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.h" ! -path "./src/*/*" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev
@@ -4968,14 +4968,14 @@ deheader_sdl2_withoutopengl_cc:
stage: build
script:
- export FLAGS="-DUNITTESTS -DENABLE_LIBXML -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- - export INCLUDES="-I/usr/include/SDL2 -I/usr/include/libxml2"
- - export CXX=g++-5
- - export LOGFILE=logs/deheader.log
- ./tools/ci/jobs/deheader.sh
- find ./src -type f -name "*.cc" -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
<<: *job-shared
variables:
+ INCLUDES: "-I/usr/include/SDL2 -I/usr/include/libxml2"
+ LOGFILE: logs/deheader.log
+ CXX: g++-5
PACKAGES: python wget
gcc-5 g++-5
libphysfs-dev