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

2
Project.toml

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

5
appveyor.yml

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

9
docs/make.jl

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

BIN
docs/src/assets/logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Loading…
Cancel
Save