|
|
|
@ -13,6 +13,9 @@ branches: |
|
|
|
only: |
|
|
|
only: |
|
|
|
- master |
|
|
|
- master |
|
|
|
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ |
|
|
|
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ |
|
|
|
|
|
|
|
after_success: |
|
|
|
|
|
|
|
- julia --project=test/coverage -e 'using Pkg; Pkg.instantiate()' |
|
|
|
|
|
|
|
- julia --project=test/coverage test/coverage/coverage.jl |
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
include: |
|
|
|
include: |
|
|
|
- stage: deploy |
|
|
|
- stage: deploy |
|
|
|
@ -21,8 +24,7 @@ jobs: |
|
|
|
script: |
|
|
|
script: |
|
|
|
- julia --project=docs -e 'using Pkg; Pkg.instantiate()' |
|
|
|
- julia --project=docs -e 'using Pkg; Pkg.instantiate()' |
|
|
|
- julia --project=docs --color=yes docs/make.jl |
|
|
|
- julia --project=docs --color=yes docs/make.jl |
|
|
|
- julia --project=test/coverage -e 'using Pkg; Pkg.instantiate()' |
|
|
|
after_success: skip |
|
|
|
- julia --project=test/coverage test/coverage/coverage.jl |
|
|
|
|
|
|
|
notifications: |
|
|
|
notifications: |
|
|
|
email: false |
|
|
|
email: false |
|
|
|
git: |
|
|
|
git: |
|
|
|
|