Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
update CI pipelines to build for qtc 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangkabel committed Dec 8, 2018
1 parent 04e641f commit 2c349cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ environment:

- platform: x64
QTC_VER: 4.7

- platform: x86
QTC_VER: 4.8

- platform: x64
QTC_VER: 4.8

configuration:
- Release
Expand Down
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ matrix:
sudo: required
dist: trusty
env: QTC_VER=4.7 QTC_DL=linux_gcc_64_rhel72
- os: linux
compiler: gcc
sudo: required
dist: trusty
env: QTC_VER=4.8 QTC_DL=linux_gcc_64_rhel72
- os: osx
compiler: clang
env: QTC_VER=4.2 QTC_DL=mac_x64
Expand All @@ -50,6 +55,9 @@ matrix:
- os: osx
compiler: clang
env: QTC_VER=4.7 QTC_DL=mac_x64
- os: osx
compiler: clang
env: QTC_VER=4.8 QTC_DL=mac_x64

install:
- scripts/install.sh
Expand Down

0 comments on commit 2c349cc

Please sign in to comment.