Skip to content

Commit 2dca1c9

Browse files
Paulchen-PantherPaulchen-Panther
Paulchen-Panther
authored and
Paulchen-Panther
committedJan 6, 2019
Commits from @MartB and more ...
- Commit: hyperion-project@1d9165f - New default QT capture implementation - UploadHandler added to Effects Configurator to allow uploading GIF files - Docker compile script and instruction - Travis Fix
1 parent 7352ff4 commit 2dca1c9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1132
-339
lines changed
 

‎.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
branch = master
55
[submodule "dependencies/external/flatbuffers"]
66
path = dependencies/external/flatbuffers
7-
url = git://github.com/google/flatbuffers.git
7+
url = https://github.com/google/flatbuffers

‎.travis.yml

+10-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@ cache:
55
notifications:
66
email: false
77
language: cpp
8+
services:
9+
- docker
810
matrix:
911
include:
1012
- os: linux
1113
dist: trusty
12-
sudo: required
14+
env:
15+
- DOCKER_TAG=ubuntu1604
16+
- DOCKER_NAME="Ubuntu 16.04"
17+
- os: linux
18+
dist: trusty
19+
env:
20+
- DOCKER_TAG=cross-qemu-rpistretch
21+
- DOCKER_NAME="Raspberry Pi"
1322
- os: osx
1423
osx_image: xcode7.3
1524
env:
@@ -18,6 +27,5 @@ before_install:
1827
- ./.travis/travis_install.sh
1928
script:
2029
- ./.travis/travis_build.sh
21-
- ./test/testrunner.sh
2230
after_success:
2331
- ./.travis/travis_deploy.sh

0 commit comments

Comments
 (0)
Please sign in to comment.