aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 10 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 54455ff45..89d968b83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,11 +17,11 @@ stages:
jobs:
include:
- - &build-on-stretch
+ - &build-on-bionic
stage: Build Qbs and and run autotests
- name: With Qbs on Debian stretch (linux_amd64)
+ name: With Qbs on Ubuntu bionic (linux_gcc64)
env:
- SERVICE=stretch
+ SERVICE=bionic
services:
- docker
before_install:
@@ -29,11 +29,16 @@ jobs:
script:
- docker-compose run --rm ${SERVICE} scripts/build-qbs-with-qbs.sh
- - <<: *build-on-stretch
- name: With QMake on Debian stretch (linux_amd64)
+ - <<: *build-on-bionic
+ name: With QMake on Ubuntu bionic (linux_gcc64)
script:
- docker-compose run --rm ${SERVICE} scripts/build-qbs-with-qmake.sh
+ - <<: *build-on-bionic
+ name: With Qbs on Ubuntu bionic (mingw32_w64)
+ script:
+ - docker-compose run --rm ${SERVICE} qbs build profile:qt-mingw32_w64
+
- &build-on-macos
stage: Build Qbs and and run autotests
name: With Qbs on macOS (xcode 10.2)