File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 7
7
8
8
arch :
9
9
- amd64
10
- # FIXME# - arm64
11
10
12
11
services :
13
12
- neo4j
14
13
15
14
julia :
16
- # FIXME# - 1.0
15
+ - 1.0
17
16
- 1.2
18
- # FIXME# - 1.3
19
- # FIXME# - nightly
17
+ - 1.3
18
+ - nightly
20
19
21
20
env :
22
- - IIF_TEST=true
23
-
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
21
+ - IIF_TEST=false
22
+
23
+ jobs :
24
+ include :
25
+ - julia : 1.2
26
+ env : IIF_TEST=true
27
+ if : NOT branch =~ ^release.*$
28
+ - arch : arm64
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
37
37
38
38
notifications :
39
39
email : false
You can’t perform that action at this time.
0 commit comments