Browse Source

final CI changes (#19)

* final CI changes
pull/25/head
Fredrik Ekre 7 years ago committed by GitHub
parent
commit
5bbdddce1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .travis.yml
  2. 5
      appveyor.yml
  3. 9
      docs/make.jl
  4. BIN
      docs/src/assets/logo.png

5
.travis.yml

@ -4,7 +4,8 @@ os:
- linux - linux
- osx - osx
julia: julia:
# - 0.7 - 0.7
- 1.0
- nightly - nightly
# matrix: # matrix:
# allow_failures: # allow_failures:
@ -16,7 +17,7 @@ branches:
jobs: jobs:
include: include:
- stage: deploy - stage: deploy
julia: nightly julia: 1.0
os: linux os: linux
script: script:
- julia docs/make.jl - julia docs/make.jl

5
appveyor.yml

@ -1,7 +1,8 @@
environment: environment:
matrix: matrix:
# - julia_version: 0.7 - julia_version: 0.7
- julia_version: latest - julia_version: 1.0
# - julia_version: latest
platform: platform:
- x86 # 32-bit - x86 # 32-bit

9
docs/make.jl

@ -1,6 +1,9 @@
using Pkg using Pkg
pkg"add Documenter Plots#master GR#master"
pkg"precompile" pkg"""
add Documenter Plots#master
precompile
"""
using Documenter using Documenter
using Literate using Literate
@ -53,7 +56,7 @@ deploydocs(
repo = "github.com/fredrikekre/Literate.jl.git", repo = "github.com/fredrikekre/Literate.jl.git",
target = "build", target = "build",
osname = "linux", osname = "linux",
julia = "nightly", julia = "1.0",
deps = nothing, deps = nothing,
make = nothing make = nothing
) )

BIN
docs/src/assets/logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Loading…
Cancel
Save