This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : CI
2+ on :
3+ pull_request :
4+ branches :
5+ - master
6+ push :
7+ branches :
8+ - master
9+ jobs :
10+ test :
11+ runs-on : ubuntu-latest
12+ strategy :
13+ matrix :
14+ group :
15+ - Interface
16+ steps :
17+ - uses : actions/checkout@v2
18+ - uses : julia-actions/setup-julia@v1
19+ with :
20+ version : 1
21+ - uses : actions/cache@v1
22+ env :
23+ cache-name : cache-artifacts
24+ with :
25+ path : ~/.julia/artifacts
26+ key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
27+ restore-keys : |
28+ ${{ runner.os }}-test-${{ env.cache-name }}-
29+ ${{ runner.os }}-test-
30+ ${{ runner.os }}-
31+ - uses : julia-actions/julia-buildpkg@v1
32+ - uses : julia-actions/julia-runtest@v1
33+ env :
34+ GROUP : ${{ matrix.group }}
35+ - uses : julia-actions/julia-processcoverage@v1
36+ - uses : codecov/codecov-action@v1
37+ with :
38+ file : lcov.info
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# DiffEqOperators.jl
22
3- [ ![ Build Status] ( https://travis-ci.org/SciML/DiffEqOperators.jl.svg?branch=master )] ( https://travis-ci.org/SciML/DiffEqOperators.jl )
4- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/au9knv63u9oh1aie?svg=true )] ( https://ci.appveyor.com/project/ChrisRackauckas/diffeqoperators-jl )
3+ [ ![ Build Status] ( https://github.com/SciML/DiffEqOperators.jl/workflows/CI/badge.svg )] ( https://github.com/SciML/DiffEqOperators.jl/actions?query=workflow%3ACI )
54[ ![ GitlabCI] ( https://gitlab.com/JuliaGPU/DiffEqOperators.jl/badges/master/pipeline.svg )] ( https://gitlab.com/JuliaGPU/DiffEqOperators.jl/pipelines )
65[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( http://diffeqoperators.sciml.ai/stable/ )
76[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( http://diffeqoperators.sciml.ai/dev/ )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments