File tree 10 files changed +9
-14
lines changed
10 files changed +9
-14
lines changed Original file line number Diff line number Diff line change
1
+ comment : false
1
2
coverage :
2
3
status :
3
4
project :
Original file line number Diff line number Diff line change 8
8
- cron : ' 0 0 1 * *'
9
9
jobs :
10
10
test :
11
- name : Test on ${{ matrix.name }}
11
+ name : ${{ matrix.name }}
12
12
runs-on : ${{ matrix.os }}
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
16
include :
17
17
- name : Julia LTS / Linux 64bit
18
- version : ' 1.0 '
18
+ version : ' 1.6 '
19
19
os : ubuntu-latest
20
20
arch : x64
21
21
- name : Julia LTS / Linux 32bit
22
- version : ' 1.0 '
22
+ version : ' 1.6 '
23
23
os : ubuntu-latest
24
24
arch : x86
25
25
- name : Julia Stable / Linux 64bit
@@ -69,22 +69,16 @@ jobs:
69
69
- uses : julia-actions/julia-buildpkg@v1
70
70
- uses : julia-actions/julia-runtest@v1
71
71
- uses : julia-actions/julia-processcoverage@v1
72
- - uses : codecov/codecov-action@v1
72
+ - uses : codecov/codecov-action@v2
73
73
with :
74
74
file : lcov.info
75
- doc :
75
+ docs :
76
76
name : Documentation
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- uses : actions/checkout@v2
80
80
- uses : julia-actions/setup-julia@v1
81
- with :
82
- version : ' 1'
83
- - run : |
84
- julia --project=doc -e '
85
- using Pkg
86
- Pkg.develop(PackageSpec(path=pwd()))
87
- Pkg.instantiate()'
88
- - run : julia --project=doc doc/make.jl
81
+ - uses : julia-actions/julia-buildpkg@v1
82
+ - uses : julia-actions/julia-docdeploy@v1
89
83
env :
90
84
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ version = "0.7.2"
7
7
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
8
8
9
9
[compat ]
10
- julia = " 1"
10
+ julia = " 1.6 "
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments