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
Open sidebar
CTA-LAPP
PHOENIX_LIBS
ParserGenerator
Commits
95a3c931
Commit
95a3c931
authored
Dec 22, 2020
by
Pierre Aubert
Browse files
Try to diminish pages archive size
parent
bb780017
Pipeline
#97077
failed with stages
in 7 minutes and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
.gitlab-ci.yml
View file @
95a3c931
...
...
@@ -66,11 +66,11 @@ Doc:
script
:
-
export LD_LIBRARY_PATH=/usr/lib
-
env
-
git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixTex2Html.git
-
cd PhoenixTex2Html
-
./install.sh /usr
-
cd ..
-
rm -fr PhoenixTex2Html
#
- git clone https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixTex2Html.git
#
- cd PhoenixTex2Html
#
- ./install.sh /usr
#
- cd ..
#
- rm -fr PhoenixTex2Html
-
rm -fr build public
-
mkdir -p build
-
mkdir -p public
...
...
CMakeLists.txt
View file @
95a3c931
...
...
@@ -7,7 +7,9 @@ phoenix_base_project("ParserGenerator" "1.4.1"
"Tool to generate file parser for programming languages"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/ParserGenerator"
)
pull_extra_module
(
"OptionParser"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/OptionParser.git"
)
pull_extra_module
(
"PhoenixGenerator"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixGenerator.git"
)
pull_extra_module
(
"PhoenixCompareFile"
"https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS/PhoenixCompareFile.git"
)
...
...
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