2013-01-25 00:00:50 +00:00
|
|
|
language: cpp
|
2018-09-26 18:10:50 +00:00
|
|
|
|
2020-06-02 15:54:32 +00:00
|
|
|
# NOTE: Since we do not have direct access to either MacOS or Windows
|
|
|
|
# machines on which to develop WE DO NOT support building on MacOS or
|
|
|
|
# Windows.
|
|
|
|
|
|
|
|
# For Windows, it is known that the more recent Windows 10 versions are
|
|
|
|
# able to use either the debian archive OR AppImage (as Windows 10 now
|
|
|
|
# allows FUSE).
|
2019-09-30 09:15:59 +00:00
|
|
|
|
2018-10-10 15:07:58 +00:00
|
|
|
compiler: gcc
|
2018-09-27 14:17:19 +00:00
|
|
|
|
2019-11-27 12:24:03 +00:00
|
|
|
branches:
|
|
|
|
except: # do not build tags that we create using the upload.sh script
|
|
|
|
- /^(?i:continuous.*)$/
|
|
|
|
|
2019-11-28 10:28:03 +00:00
|
|
|
jobs:
|
2020-06-02 10:47:40 +00:00
|
|
|
fast_finish: true
|
2019-11-28 10:28:03 +00:00
|
|
|
include:
|
2020-06-06 08:00:07 +00:00
|
|
|
- os: linux
|
2020-06-02 15:54:32 +00:00
|
|
|
dist: bionic
|
2020-07-07 18:01:43 +00:00
|
|
|
env: CONTAINER_FROM="ubuntu:18.04"
|
2020-06-06 05:33:45 +00:00
|
|
|
services:
|
|
|
|
- docker
|
2020-06-06 10:39:36 +00:00
|
|
|
addons:
|
|
|
|
firefox: latest
|
2020-06-03 14:13:29 +00:00
|
|
|
script:
|
|
|
|
- ./buildScripts/travisLinuxDoItAll
|