We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b87970 commit bc81a4cCopy full SHA for bc81a4c
.travis.yml
@@ -16,7 +16,6 @@ julia:
16
17
env:
18
- IIF_TEST=false
19
- - JULIA_PKG_SERVER=""
20
21
branches:
22
only:
@@ -32,13 +31,18 @@ jobs:
32
31
- IIF_TEST=true
33
- DO_CGDFG_TESTS=true
34
- DFG_USE_CGDFG=true
+ - JULIA_PKG_SERVER=""
35
if: NOT branch =~ /(^v\d+\.\d+(\.\d+)?([-+]\S*)?$)|(^release.*$)/
36
- arch: arm64
37
- env: DO_CGDFG_TESTS=false
+ env:
38
+ - DO_CGDFG_TESTS=false
39
40
before_script:
41
- stage: "Documentation"
42
julia: 1.6
43
os: linux
44
45
46
script:
47
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
48
- julia --project=docs/ docs/make.jl
0 commit comments