Merge 3.15 into 7.0 - GHA tapfiles Artifact

This commit is contained in:
Andrew Johnson
2020-12-29 15:42:44 -06:00
2 changed files with 11 additions and 2 deletions

View File

@ -36,9 +36,10 @@ clone_depth: 5
skip_commits:
files:
- 'documentation/*'
- 'startup/*'
- '.github/*'
- '**/*.html'
- '**/*.md'
- '.github/*'
#---------------------------------#
# build matrix configuration #

View File

@ -11,9 +11,11 @@ name: Base
on:
push:
paths-ignore:
- '.appveyor.yml'
- 'documentation/*'
- 'startup/*'
- '.appveyor/*'
- '**/*.html'
- '**/*.md'
pull_request:
env:
@ -35,6 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Job names also name artifacts, character limitations apply
include:
- os: ubuntu-20.04
cmp: gcc
@ -139,5 +142,10 @@ jobs:
run: python .ci/cue.py build
- name: Run main module tests
run: python .ci/cue.py test
- name: Upload tapfiles Artifact
uses: actions/upload-artifact@v2
with:
name: tapfiles ${{ matrix.name }}
path: '**/O.*/*.tap'
- name: Collect and show test results
run: python .ci/cue.py test-results