Skip to content

Commit

Permalink
Merge 3.15 into 7.0 - GHA tapfiles Artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson committed Dec 29, 2020
2 parents 4f14e9e + a043599 commit 326ef00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .appveyor/epics-base-7.yml
Expand Up @@ -36,9 +36,10 @@ clone_depth: 5
skip_commits:
files:
- 'documentation/*'
- 'startup/*'
- '.github/*'
- '**/*.html'
- '**/*.md'
- '.github/*'

#---------------------------------#
# build matrix configuration #
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/ci-scripts-build.yml
Expand Up @@ -11,9 +11,11 @@ name: Base
on:
push:
paths-ignore:
- '.appveyor.yml'
- 'documentation/*'
- 'startup/*'
- '.appveyor/*'
- '**/*.html'
- '**/*.md'
pull_request:

env:
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 326ef00

Please sign in to comment.