Skip to content

Commit

Permalink
Merge pull request #79 from MineralsCloud:template
Browse files Browse the repository at this point in the history
Update template files
  • Loading branch information
singularitti authored May 30, 2022
2 parents bbf7109 + 240e7e8 commit db6bb48
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ task:
folder: ~/.julia/artifacts
env:
matrix:
- JULIA_VERSION: 1.0
- JULIA_VERSION: 1.1
- JULIA_VERSION: 1.4
- JULIA_VERSION: 1.5
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '1.4'
- '1.6'
- '1.7'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -46,12 +47,11 @@ jobs:
- uses: codecov/codecov-action@v2
with:
files: lcov.info
- uses: julia-actions/julia-uploadcoveralls@v1
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
docs:
name: Documentation
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand All @@ -61,7 +61,6 @@ jobs:
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
- run: |
julia --project=docs -e '
using Documenter: DocMeta, doctest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
register:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: julia-actions/RegisterAction@latest
with:
Expand Down
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
c, t = get_summary(process_folder())
using Printf
@printf "Test coverage %.2f%%\n" 100c / t'
Julia 1.0:
image: julia:1.0
extends:
- .script
- .coverage
Julia 1.2:
image: julia:1.2
extends:
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# LinearElasticity

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MineralsCloud.github.io/LinearElasticity.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MineralsCloud.github.io/LinearElasticity.jl/dev)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MineralsCloud.github.io/LinearElasticity.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MineralsCloud.github.io/LinearElasticity.jl/dev/)
[![Build Status](https://github.com/MineralsCloud/LinearElasticity.jl/workflows/CI/badge.svg)](https://github.com/MineralsCloud/LinearElasticity.jl/actions)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/MineralsCloud/LinearElasticity.jl?svg=true)](https://ci.appveyor.com/project/singularitti/LinearElasticity-jl)
[![Build Status](https://cloud.drone.io/api/badges/MineralsCloud/LinearElasticity.jl/status.svg)](https://cloud.drone.io/MineralsCloud/LinearElasticity.jl)
[![pipeline status](https://gitlab.com/singularitti/LinearElasticity.jl/badges/master/pipeline.svg)](https://gitlab.com/singularitti/LinearElasticity.jl/-/pipelines)
[![Build Status](https://api.cirrus-ci.com/github/MineralsCloud/LinearElasticity.jl.svg)](https://cirrus-ci.com/github/MineralsCloud/LinearElasticity.jl)
[![coverage report](https://gitlab.com/singularitti/LinearElasticity.jl/badges/master/coverage.svg)](https://gitlab.com/singularitti/LinearElasticity.jl/-/jobs)
[![Coverage](https://codecov.io/gh/MineralsCloud/LinearElasticity.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MineralsCloud/LinearElasticity.jl)
[![PkgEval](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/L/LinearElasticity.svg)](https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/report.html)
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/organization/repository)
[![GitHub license](https://img.shields.io/github/license/MineralsCloud/LinearElasticity.jl)](https://github.com/MineralsCloud/LinearElasticity.jl/blob/master/LICENSE)

0 comments on commit db6bb48

Please # to comment.