travis: update examples for v3.0

This commit is contained in:
Ralph Lange
2020-06-12 18:00:18 +02:00
parent e867277f6e
commit e3d6ee16a9
2 changed files with 32 additions and 20 deletions
+5 -3
View File
@@ -15,12 +15,14 @@ addons:
- perl
install:
- ./.ci/travis/prepare.sh
- python .ci/cue.py prepare
script:
- ./.ci/travis/build.sh
- python .ci/cue.py build
- python .ci/cue.py test
- python .ci/cue.py test-results
# Build using default gcc for Base branches 7.0 and 3.15
# Build on Linux using default gcc for Base branches 7.0 and 3.15
jobs:
include: