File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change 66julia :
77 - 1
88 - nightly
9- matrix :
9+
10+ jobs :
1011 allow_failures :
1112 - julia : nightly
12- notifications :
13- email : false
13+ include :
14+ - stage : " Documentation"
15+ julia : 1
16+ os : linux
17+ script :
18+ - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
19+ Pkg.instantiate()'
20+ - julia --project=docs/ docs/make.jl
21+ after_success : skip
22+
1423after_success :
1524 - julia -e 'import Pkg; cd(Pkg.dir("QuantumOpticsBase")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
1625 - julia -e 'import Pkg; cd(Pkg.dir("QuantumOpticsBase")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
1726
18- jobs :
19- include :
20- - stage : " Documentation"
21- julia : 1.2
22- os : linux
23- script :
24- - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
25- Pkg.instantiate()'
26- - julia --project=docs/ docs/make.jl
27- after_success : skip
27+ notifications :
28+ email : false
You can’t perform that action at this time.
0 commit comments