Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pdn-certic
MaX
Commits
97ab304f
Commit
97ab304f
authored
Mar 30, 2022
by
Jerome Chauveau
Browse files
Récupération + compilation de la documentation dans la version packagée.
parent
02b3a8ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/build.sh
View file @
97ab304f
...
...
@@ -45,6 +45,15 @@ sed -i "2s/.*/MAX_VERSION=$MAX_VERSION/g" $RELEASE_FOLDER/tools/max.sh
#creates VERSION file
echo
"MaX "
$MAX_VERSION
>
$RELEASE_FOLDER
/VERSION
#gets and builds documentation
mkdir
git clone git@git.unicaen.fr:pdn-certic/max-documentation.git
cd
max-documentation
mkdocs build
mv
site ../
$RELEASE_FOLDER
/documentation
cd
..
rm
-rf
max-documentation
echo
"RELEASE BUILT DONE in "
$RELEASE_FOLDER
zip
-r
$RELEASE_FOLDER
.zip
$RELEASE_FOLDER
...
...
Write
Preview
Supports
Markdown
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