Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixHDF5
Commits
793fdb2c
Commit
793fdb2c
authored
Dec 03, 2020
by
Pierre Aubert
Browse files
Try to fix new doc
parent
079629c6
Pipeline
#93894
failed with stages
in 4 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
.gitlab-ci.yml
.gitlab-ci.yml
+7
-2
No files found.
.gitlab-ci.yml
View file @
793fdb2c
...
...
@@ -42,7 +42,11 @@ pages:
script
:
-
export LD_LIBRARY_PATH=/usr/lib
-
env
-
rm -fr build public
-
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixTex2Html.git
-
cd PhoenixTex2Html
-
./install.sh /usr
-
cd ..
-
rm -fr build public PhoenixTex2Html
-
mkdir -p build
-
mkdir -p public
-
cd build
...
...
@@ -54,7 +58,8 @@ pages:
-DSELF_TESTS_MODE=no
-
make all
-
make doc
-
scp -r doc/html/* ../public
-
scp -r doc/platex/* ../public
-
scp -r doc/html/* ../public/html
artifacts
:
paths
:
-
public
...
...
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