File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 7
7
8
8
arch :
9
9
- amd64
10
- - arm64
10
+ # FIXME# - arm64
11
11
12
12
services :
13
13
- neo4j
14
14
15
15
julia :
16
16
- 1.0
17
- - 1.2
18
- - 1.3
19
- - nightly
17
+ # FIXME# - 1.2
18
+ # FIXME# - 1.3
19
+ # FIXME# - nightly
20
20
21
21
env :
22
22
- IIF_TEST=false
23
23
24
- jobs :
25
- include :
26
- - julia : 1.2
27
- env : IIF_TEST=true
28
- if : NOT branch =~ ^release.*$
29
- - stage : " Documentation"
30
- julia : 1.2
31
- os : linux
32
- script :
33
- - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
34
- - julia --project=docs/ docs/make.jl
35
- after_success : skip
36
- fast_finish : true
24
+ # FIXME# jobs:
25
+ # FIXME# include:
26
+ # FIXME# - julia: 1.2
27
+ # FIXME# env: IIF_TEST=true
28
+ # FIXME# if: NOT branch =~ ^release.*$
29
+ # FIXME# - stage: "Documentation"
30
+ # FIXME# julia: 1.2
31
+ # FIXME# os: linux
32
+ # FIXME# script:
33
+ # FIXME# - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
34
+ # FIXME# - julia --project=docs/ docs/make.jl
35
+ # FIXME# after_success: skip
36
+ # FIXME# fast_finish: true
37
37
38
38
notifications :
39
39
email : false
You can’t perform that action at this time.
0 commit comments