diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-06-01 14:26:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-06-01 14:26:54 +0300 |
commit | a34226e5125c2c494624241ca2d0d3d575fd4782 (patch) | |
tree | 7a9313f5cd5c09ea84a2a65d51eeb01cb697ec07 /tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml | |
parent | fb4c248f020677cc4499dd8f9ed829b23757bbc3 (diff) | |
download | plus-a34226e5125c2c494624241ca2d0d3d575fd4782.tar.gz plus-a34226e5125c2c494624241ca2d0d3d575fd4782.tar.bz2 plus-a34226e5125c2c494624241ca2d0d3d575fd4782.tar.xz plus-a34226e5125c2c494624241ca2d0d3d575fd4782.zip |
Add offset variable to sdl2 ci jobs due issues with sdl2 fonts rendering
Diffstat (limited to 'tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml b/tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml index 6a9f84135..91d5117f4 100644 --- a/tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc-snapshot/.gitlab-ci.yml @@ -56,6 +56,7 @@ gcc-snapshot_sdl2: - ./tools/ci/scripts/runtests.sh <<: *job-push variables: + ABOUTYOFFSET: 380 PACKAGES: gcc-snapshot make autoconf automake autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev @@ -72,6 +73,7 @@ gcc-snapshot_sdl2_i386: image: i386/debian:unstable <<: *job-push variables: + ABOUTYOFFSET: 380 PACKAGES: gcc-snapshot make autoconf automake autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev |