Skip to content

Commit

Permalink
package/ci: disable configurations that don't build anything.
Browse files Browse the repository at this point in the history
The Ui library is on desktop and ES3/WebGL2 only.
  • Loading branch information
mosra committed Jan 13, 2018
1 parent 8760a07 commit 8a6c725
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
36 changes: 18 additions & 18 deletions package/ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ environment:
COMPILER: mingw
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
APPVEYOR_JOB_NAME: windows-desktop-mingw
- TARGET: desktop-gles
TARGET_GLES2: ON
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
APPVEYOR_JOB_NAME: windows-es2-msvc2015
COMPILER: msvc
- TARGET: desktop-gles
TARGET_GLES2: ON
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
APPVEYOR_JOB_NAME: windows-es2-msvc2017
COMPILER: msvc
#- TARGET: desktop-gles
#TARGET_GLES2: ON
#APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#APPVEYOR_JOB_NAME: windows-es2-msvc2015
#COMPILER: msvc
#- TARGET: desktop-gles
#TARGET_GLES2: ON
#APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
#APPVEYOR_JOB_NAME: windows-es2-msvc2017
#COMPILER: msvc
- TARGET: desktop-gles
TARGET_GLES2: OFF
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
Expand All @@ -36,14 +36,14 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
APPVEYOR_JOB_NAME: windows-es3-msvc2017
COMPILER: msvc
- TARGET: rt
TARGET_GLES2: ON
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
APPVEYOR_JOB_NAME: windows-rt-es2-msvc2015
- TARGET: rt
TARGET_GLES2: ON
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
APPVEYOR_JOB_NAME: windows-rt-es2-msvc2017
#- TARGET: rt
#TARGET_GLES2: ON
#APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
#APPVEYOR_JOB_NAME: windows-rt-es2-msvc2015
#- TARGET: rt
#TARGET_GLES2: ON
#APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
#APPVEYOR_JOB_NAME: windows-rt-es2-msvc2017
- TARGET: rt
TARGET_GLES2: OFF
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
Expand Down
78 changes: 39 additions & 39 deletions package/ci/travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ matrix:
- libgl1-mesa-dev
- clang-3.8
- libsdl2-dev
- language: cpp
os: linux
dist: trusty
compiler: gcc
env:
- JOBID=linux-es2
- TARGET=desktop-gles
- TARGET_GLES2=ON
#- language: cpp
#os: linux
#dist: trusty
#compiler: gcc
#env:
#- JOBID=linux-es2
#- TARGET=desktop-gles
#- TARGET_GLES2=ON
- language: cpp
os: linux
dist: trusty
Expand All @@ -62,50 +62,50 @@ matrix:
env:
- JOBID=macos-desktop
- TARGET=desktop
- language: cpp
os: osx
osx_image: xcode7.3
env:
- JOBID=ios-es2
- TARGET=ios-simulator
- TARGET_GLES2=ON
#- language: cpp
#os: osx
#osx_image: xcode7.3
#env:
#- JOBID=ios-es2
#- TARGET=ios-simulator
#- TARGET_GLES2=ON
- language: cpp
os: osx
osx_image: xcode7.3
env:
- JOBID=ios-es3
- TARGET=ios-simulator
- TARGET_GLES2=OFF
- language: cpp
os: osx
env:
- JOBID=emscripten-webgl1
- TARGET=emscripten
- TARGET_GLES2=ON
#- language: cpp
#os: osx
#env:
#- JOBID=emscripten-webgl1
#- TARGET=emscripten
#- TARGET_GLES2=ON
- language: cpp
os: osx
env:
- JOBID=emscripten-webgl2
- TARGET=emscripten
- TARGET_GLES2=OFF
- language: android
os: linux
dist: precise
env:
- JOBID=android-es2
- TARGET=android
- TARGET_GLES2=ON
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.7
android:
components:
- build-tools-19.0.0
- android-19
- sys-img-armeabi-v7a-android-19
#- language: android
#os: linux
#dist: precise
#env:
#- JOBID=android-es2
#- TARGET=android
#- TARGET_GLES2=ON
#addons:
#apt:
#sources:
#- ubuntu-toolchain-r-test
#packages:
#- g++-4.7
#android:
#components:
#- build-tools-19.0.0
#- android-19
#- sys-img-armeabi-v7a-android-19
- language: android
os: linux
dist: precise
Expand Down

0 comments on commit 8a6c725

Please sign in to comment.