Skip to content

Commit

Permalink
Skip Ubuntu in AppVeyor CI script. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerEnderlein committed Mar 28, 2020
1 parent 9bda5ea commit c7a0896
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ environment:
GH_AUTH_TOKEN:
secure: 850frgRGZcc4Cljd2P7Ej68no4/kkl4EMB+DjnX725wcKBRJuFk/kGRdJGyKXd2u
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
CMAKE_GENERATOR: 'Unix Makefiles'
CMAKE_PLATFORM: x86
CMAKE_ARCH_FLAGS: -m32
COMPILER_ID: gcc
# QT_DIR: C:\Qt\5.10.1\msvc2015

- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
CMAKE_GENERATOR: 'Unix Makefiles'
CMAKE_PLATFORM: x64
CMAKE_ARCH_FLAGS: -m64
COMPILER_ID: gcc
# QT_DIR: C:\Qt\5.10.1\msvc2015
# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
# CMAKE_GENERATOR: 'Unix Makefiles'
# CMAKE_PLATFORM: x86
# CMAKE_ARCH_FLAGS: -m32
# COMPILER_ID: gcc
# # QT_DIR: C:\Qt\5.10.1\msvc2015
#
# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
# CMAKE_GENERATOR: 'Unix Makefiles'
# CMAKE_PLATFORM: x64
# CMAKE_ARCH_FLAGS: -m64
# COMPILER_ID: gcc
# # QT_DIR: C:\Qt\5.10.1\msvc2015

# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2013
# CMAKE_GENERATOR: 'Visual Studio 10 2010'
Expand Down

0 comments on commit c7a0896

Please sign in to comment.