Commit Graph

9 Commits

Author SHA1 Message Date
Chris de Graaf
ad0c012e88
Fix some GitLab URL issues (#157) 2020-04-18 10:35:35 -05:00
Chris de Graaf
0a0a4731a3
Updates for Julia 1.4 2020-03-23 09:26:24 -05:00
Chris de Graaf
dd025be988
Pkg.develop new packages in the Documenter manifest (#143) 2020-03-09 12:27:36 +07:00
Curtis Vogt
e258aacd7a Use literal block style for multi-line YAML
Allows for Julia code to not require the use of semi-colon which is
matches how most users will write Julia code. An additional benefit
is that it allows for use of single line comments.
2020-02-14 12:09:13 -06:00
Chris de Graaf
87a1282b95
Freeze doc manifests in reference tests
Now when Documenter puts out updates, our tests don't break.
2019-12-17 12:15:00 +07:00
Chris de Graaf
4d70635d3a
Add GitHubActions plugin for CI and docs
The docs deployment requires Documenter 0.24 but I'm assuming that
PkgTemplates 0.7 won't be released until after Documenter 0.24.
2019-11-10 11:15:55 +07:00
Chris de Graaf
5a8934350c
Disable pretty urls except in CI 2019-11-01 09:41:22 +07:00
Chris de Graaf
eac2a1278d
Update deps/fixtures, skip more tests when Git is not installed
TODO: We need to figure something out to stop dependency versions from
constantly changing in the fixture manifests, because that's going to
get annoying to update all the time. I still want it to be included in
the tests, though.
2019-10-16 22:39:46 +07:00
Chris de Graaf
aa3e7769ed
Add another set of reference tests, fix a bug they found 2019-09-28 10:31:55 +07:00