Skip to content

Improvement of the prm for a generic camera #171

Improvement of the prm for a generic camera

Improvement of the prm for a generic camera #171

Workflow file for this run

name: Tests
on:
create:
tags:
push:
branches:
- master
pull_request:
jobs:
test:
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }} - ${{ matrix.arch }}
timeout-minutes: 10
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ["1.6", "1"]
os: [ubuntu-latest, windows-latest, macOS-latest]
arch:
- x64
exclude:
- os: windows-latest
julia-version: "1.6"
steps:
- uses: actions/checkout@v2
- name: "Set up Julia"
uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.julia-version }}
arch: ${{ matrix.arch }}
- name: "Cache artifacts"
uses: julia-actions/cache@v1
- name: "Build package"
uses: julia-actions/julia-buildpkg@latest
- name: "Run unit tests"
uses: julia-actions/julia-runtest@latest
continue-on-error: ${{ matrix.version == 'nightly' }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
with:
file: lcov.info