Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bvictor
ABMEv
Commits
b61d354e
Commit
b61d354e
authored
Oct 07, 2020
by
Victor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
again
parent
fc035efd
Pipeline
#74668
failed with stage
in 17 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
b61d354e
...
...
@@ -3,7 +3,7 @@ pages:
stage
:
deploy
script
:
-
apt-get update -qq && apt-get install -y git
# needed by Documenter
-
julia -e 'using Pkg; Pkg.add(pwd()); Pkg.build("ABMEv");'
# rebuild Julia (can be put somewhere else I'm sure
-
julia -e 'using Pkg; Pkg.add(
PackageSpec(path =
pwd())
)
; Pkg.build("ABMEv");'
# rebuild Julia (can be put somewhere else I'm sure
-
julia -e 'using Pkg; import ABMEv; Pkg.add("Documenter")'
# install Documenter
-
julia --color=yes docs/make.jl
# make documentation
-
mv docs/build public
# move to the directory picked up by Gitlab pages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment