build based on b865b9f
This commit is contained in:
parent
36a9e11ea5
commit
c8557a824f
@ -5,7 +5,7 @@ julia> t = Template()
|
||||
Template:
|
||||
→ User: travis
|
||||
→ Host: github.com
|
||||
→ License: MIT (Travis CI User 2019)
|
||||
→ License: MIT (Travis CI User <travis@example.org> 2019)
|
||||
→ Package directory: ~/.julia/dev
|
||||
→ Minimum Julia version: v1.0
|
||||
→ SSH remote: No
|
||||
@ -50,9 +50,9 @@ Generating project MyPkg:
|
||||
[ Info: Committed 6 files/directories: src/, Project.toml, test/, README.md, LICENSE, .gitignore
|
||||
Resolving package versions...
|
||||
Updating `~/build/invenia/PkgTemplates.jl/docs/Project.toml`
|
||||
[161fac90] + MyPkg v0.1.0 [`~/.julia/dev/MyPkg`]
|
||||
[06022418] + MyPkg v0.1.0 [`~/.julia/dev/MyPkg`]
|
||||
Updating `~/build/invenia/PkgTemplates.jl/docs/Manifest.toml`
|
||||
[161fac90] + MyPkg v0.1.0 [`~/.julia/dev/MyPkg`]
|
||||
[06022418] + MyPkg v0.1.0 [`~/.julia/dev/MyPkg`]
|
||||
[ Info: New package is at /home/travis/.julia/dev/MyPkg
|
||||
|
||||
julia> run(`git -C $(joinpath(t.dir, "MyPkg")) ls-files`);
|
||||
@ -142,8 +142,8 @@ Generating project MyPkg2:
|
||||
[8dfed614] - Test
|
||||
[ Info: activating new environment at ~/build/invenia/PkgTemplates.jl/docs/Project.toml.
|
||||
Resolving package versions...
|
||||
Installed JSON ─────── v0.20.0
|
||||
Installed Documenter ─ v0.22.4
|
||||
Installed JSON ─────── v0.20.0
|
||||
Updating `~/code/MyPkg2/docs/Project.toml`
|
||||
[e30172f5] + Documenter v0.22.4
|
||||
Updating `~/code/MyPkg2/docs/Manifest.toml`
|
||||
@ -169,15 +169,15 @@ Generating project MyPkg2:
|
||||
[cf7118a7] + UUIDs
|
||||
[4ec0a83e] + Unicode
|
||||
[ Info: activating new environment at ~/build/invenia/PkgTemplates.jl/docs/Project.toml.
|
||||
[ Info: Committed 9 files/directories: src/, Project.toml, test/, README.md, LICENSE, docs/, .travis.yml, .appveyor.yml, .gitignore
|
||||
[ Info: Committed 9 files/directories: src/, Project.toml, test/, README.md, LICENSE, docs/, .appveyor.yml, .travis.yml, .gitignore
|
||||
[ Info: Remember to push all created branches to your remote: git push --all
|
||||
Resolving package versions...
|
||||
┌ Warning: julia version requirement for package MyPkg2 not satisfied
|
||||
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:154
|
||||
Updating `~/build/invenia/PkgTemplates.jl/docs/Project.toml`
|
||||
[18a51a7c] + MyPkg2 v0.1.0 [`~/code/MyPkg2`]
|
||||
[0891e718] + MyPkg2 v0.1.0 [`~/code/MyPkg2`]
|
||||
Updating `~/build/invenia/PkgTemplates.jl/docs/Manifest.toml`
|
||||
[18a51a7c] + MyPkg2 v0.1.0 [`~/code/MyPkg2`]
|
||||
[0891e718] + MyPkg2 v0.1.0 [`~/code/MyPkg2`]
|
||||
[ Info: New package is at /home/travis/code/MyPkg2
|
||||
|
||||
julia> run(`git -C $(joinpath(t.dir, "MyPkg2")) ls-files`);
|
||||
|
@ -1,2 +1,2 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Licenses · PkgTemplates.jl</title><link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="../.."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="../../assets/documenter.js"></script><script src="../../siteinfo.js"></script><script src="../../../versions.js"></script><link href="../../assets/documenter.css" rel="stylesheet" type="text/css"/></head><body><nav class="toc"><h1>PkgTemplates.jl</h1><select id="version-selector" onChange="window.location.href=this.value" style="visibility: hidden"></select><form class="search" id="search-form" action="../../search/"><input id="search-query" name="q" type="text" placeholder="Search docs"/></form><ul><li><a class="toctext" href="../../">Home</a></li><li><a class="toctext" href="../package_generation/">Package Generation</a></li><li><a class="toctext" href="../plugins/">Plugins</a></li><li><a class="toctext" href="../plugin_development/">Plugin Development</a></li><li class="current"><a class="toctext" href>Licenses</a><ul class="internal"></ul></li><li><a class="toctext" href="../">Index</a></li></ul></nav><article id="docs"><header><nav><ul><li><a href>Licenses</a></li></ul><a class="edit-page" href="https://github.com/invenia/PkgTemplates.jl/blob/master/docs/src/pages/licenses.md#L"><span class="fa"></span> Edit on GitHub</a></nav><hr/><div id="topbar"><span>Licenses</span><a class="fa fa-bars" href="#"></a></div></header><h1><a class="nav-anchor" id="Licenses-1" href="#Licenses-1">Licenses</a></h1><p><a href="https://github.com/christopher-dG/PkgTemplates.jl/tree/master/licenses">Many open-source licenses</a> are available for use with <code>PkgTemplates</code>, but if you see that one is missing, don't hesitate to open an issue or PR.</p><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="PkgTemplates.available_licenses" href="#PkgTemplates.available_licenses"><code>PkgTemplates.available_licenses</code></a> — <span class="docstring-category">Function</span>.</div><div><div><pre><code class="language-none">available_licenses([io::IO]) -> Nothing</code></pre><p>Print the names of all available licenses.</p></div></div><a class="source-link" target="_blank" href="https://github.com/invenia/PkgTemplates.jl/blob/38944a8a1750286de646ccb8195f07725d4f816c/src/licenses.jl#LL15-L19">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="PkgTemplates.show_license" href="#PkgTemplates.show_license"><code>PkgTemplates.show_license</code></a> — <span class="docstring-category">Function</span>.</div><div><div><pre><code class="language-none">show_license([io::IO], license::AbstractString) -> Nothing</code></pre><p>Print the text of <code>license</code>. Errors if the license is not found.</p></div></div><a class="source-link" target="_blank" href="https://github.com/invenia/PkgTemplates.jl/blob/38944a8a1750286de646ccb8195f07725d4f816c/src/licenses.jl#LL23-L27">source</a></section><h3><a class="nav-anchor" id="Helper-Functions-1" href="#Helper-Functions-1">Helper Functions</a></h3><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="PkgTemplates.read_license" href="#PkgTemplates.read_license"><code>PkgTemplates.read_license</code></a> — <span class="docstring-category">Function</span>.</div><div><div><pre><code class="language-none">read_license(license::AbstractString) -> String</code></pre><p>Returns the contents of <code>license</code>. Errors if the license is not found. Use <a href="#PkgTemplates.available_licenses"><code>available_licenses</code></a> to view available licenses.</p></div></div><a class="source-link" target="_blank" href="https://github.com/invenia/PkgTemplates.jl/blob/38944a8a1750286de646ccb8195f07725d4f816c/src/licenses.jl#LL31-L36">source</a></section><footer><hr/><a class="previous" href="../plugin_development/"><span class="direction">Previous</span><span class="title">Plugin Development</span></a><a class="next" href="../"><span class="direction">Next</span><span class="title">Index</span></a></footer></article></body></html>
|
||||
<html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Licenses · PkgTemplates.jl</title><link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com/css?family=Lato|Roboto+Mono" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"/><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css" rel="stylesheet" type="text/css"/><script>documenterBaseURL="../.."</script><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.min.js" data-main="../../assets/documenter.js"></script><script src="../../siteinfo.js"></script><script src="../../../versions.js"></script><link href="../../assets/documenter.css" rel="stylesheet" type="text/css"/></head><body><nav class="toc"><h1>PkgTemplates.jl</h1><select id="version-selector" onChange="window.location.href=this.value" style="visibility: hidden"></select><form class="search" id="search-form" action="../../search/"><input id="search-query" name="q" type="text" placeholder="Search docs"/></form><ul><li><a class="toctext" href="../../">Home</a></li><li><a class="toctext" href="../package_generation/">Package Generation</a></li><li><a class="toctext" href="../plugins/">Plugins</a></li><li><a class="toctext" href="../plugin_development/">Plugin Development</a></li><li class="current"><a class="toctext" href>Licenses</a><ul class="internal"></ul></li><li><a class="toctext" href="../">Index</a></li></ul></nav><article id="docs"><header><nav><ul><li><a href>Licenses</a></li></ul><a class="edit-page" href="https://github.com/invenia/PkgTemplates.jl/blob/master/docs/src/pages/licenses.md#L"><span class="fa"></span> Edit on GitHub</a></nav><hr/><div id="topbar"><span>Licenses</span><a class="fa fa-bars" href="#"></a></div></header><h1><a class="nav-anchor" id="Licenses-1" href="#Licenses-1">Licenses</a></h1><p><a href="https://github.com/christopher-dG/PkgTemplates.jl/tree/master/licenses">Many open-source licenses</a> are available for use with <code>PkgTemplates</code>, but if you see that one is missing, don't hesitate to open an issue or PR.</p><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="PkgTemplates.available_licenses" href="#PkgTemplates.available_licenses"><code>PkgTemplates.available_licenses</code></a> — <span class="docstring-category">Function</span>.</div><div><div><pre><code class="language-none">available_licenses([io::IO]) -> Nothing</code></pre><p>Print the names of all available licenses.</p></div></div><a class="source-link" target="_blank" href="https://github.com/invenia/PkgTemplates.jl/blob/b865b9f422c9cc85299e418fa42ba2f3ec3e4889/src/licenses.jl#LL15-L19">source</a></section><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="PkgTemplates.show_license" href="#PkgTemplates.show_license"><code>PkgTemplates.show_license</code></a> — <span class="docstring-category">Function</span>.</div><div><div><pre><code class="language-none">show_license([io::IO], license::AbstractString) -> Nothing</code></pre><p>Print the text of <code>license</code>. Errors if the license is not found.</p></div></div><a class="source-link" target="_blank" href="https://github.com/invenia/PkgTemplates.jl/blob/b865b9f422c9cc85299e418fa42ba2f3ec3e4889/src/licenses.jl#LL23-L27">source</a></section><h3><a class="nav-anchor" id="Helper-Functions-1" href="#Helper-Functions-1">Helper Functions</a></h3><section class="docstring"><div class="docstring-header"><a class="docstring-binding" id="PkgTemplates.read_license" href="#PkgTemplates.read_license"><code>PkgTemplates.read_license</code></a> — <span class="docstring-category">Function</span>.</div><div><div><pre><code class="language-none">read_license(license::AbstractString) -> String</code></pre><p>Returns the contents of <code>license</code>. Errors if the license is not found. Use <a href="#PkgTemplates.available_licenses"><code>available_licenses</code></a> to view available licenses.</p></div></div><a class="source-link" target="_blank" href="https://github.com/invenia/PkgTemplates.jl/blob/b865b9f422c9cc85299e418fa42ba2f3ec3e4889/src/licenses.jl#LL31-L36">source</a></section><footer><hr/><a class="previous" href="../plugin_development/"><span class="direction">Previous</span><span class="title">Plugin Development</span></a><a class="next" href="../"><span class="direction">Next</span><span class="title">Index</span></a></footer></article></body></html>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user