jmg 7 years ago
parent
commit
aaa83bc7fa
  1. 5
      .travis.yml
  2. 2
      Project.toml
  3. 5
      appveyor.yml
  4. 9
      docs/make.jl
  5. 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

2
Project.toml

@ -1,6 +1,6 @@
name = "Literate" name = "Literate"
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306" uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
version = "0.3.0" version = "1.0.0"
[deps] [deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

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