File tree Expand file tree Collapse file tree 2 files changed +36
-4
lines changed Expand file tree Collapse file tree 2 files changed +36
-4
lines changed Original file line number Diff line number Diff line change 1
1
* .jl.cov
2
+ * .jl. * .cov
2
3
* .jl.mem
4
+
5
+ .DS_Store
6
+
7
+ docs /build /
8
+ docs /site /
9
+
10
+ docs /Manifest.toml
11
+
12
+ * .ipynb_checkpoints
13
+ ** /* .ipynb_checkpoints
14
+ ** /** /* .ipynb_checkpoints
15
+
16
+ _ * .dat
17
+ * .swp
18
+ __pycache__ /
19
+ Manifest.toml
Original file line number Diff line number Diff line change 4
4
- osx
5
5
julia :
6
6
- 0.6
7
+ - 1.0
7
8
- nightly
8
9
matrix :
9
10
allow_failures :
10
11
- julia : nightly
11
12
notifications :
12
13
email : false
13
- # uncomment the following lines to override the default test script
14
- # script:
15
- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16
- # - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("MacroTools"); Pkg.test("MacroTools"; coverage=true)'
14
+
15
+ env :
16
+ global :
17
+ - DOCUMENTER_DEBUG=true
18
+
19
+ jobs :
20
+ include :
21
+ - stage : " Documentation"
22
+ julia : 1.0
23
+ os : linux
24
+ script :
25
+ - julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'
26
+ - julia --project=docs/ docs/make.jl
27
+ after_success : skip
28
+
29
+ # uncomment this to enable test coverage
30
+ # after_success:
31
+ # - julia -e 'import Pkg; cd(Pkg.dir("Luxor")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
You can’t perform that action at this time.
0 commit comments