Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
fuss-fucc
Commits
93894c58
Unverified
Commit
93894c58
authored
Aug 13, 2019
by
Marco Marinello
Browse files
Restore pdf generation
Signed-off-by:
Marco Marinello
<
mmarinello@sezf.it
>
parent
063e9b1f
Pipeline
#33
passed with stages
in 14 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
93894c58
...
@@ -34,7 +34,7 @@ build-buster:
...
@@ -34,7 +34,7 @@ build-buster:
stage
:
packaging
stage
:
packaging
script
:
script
:
-
apt-get update -qy
-
apt-get update -qy
-
apt-get install -y build-essential debhelper libncurses5-dev libglib2.0-dev libgeoip-dev libtokyocabinet-dev zlib1g-dev libncursesw5-dev libbz2-dev pandoc devscripts
-
apt-get install -y build-essential debhelper libncurses5-dev libglib2.0-dev libgeoip-dev libtokyocabinet-dev zlib1g-dev libncursesw5-dev libbz2-dev pandoc devscripts
texlive
-
debian/rules debsrc
-
debian/rules debsrc
-
mkdir dist
-
mkdir dist
-
cp ../* dist ||
true
-
cp ../* dist ||
true
...
...
debian/rules
View file @
93894c58
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
prepare_build:
prepare_build:
pandoc -o README.txt README.md
pandoc -o README.txt README.md
#
pandoc -o README.pdf README.md
pandoc -o README.pdf README.md
rm -rf ./live/squashfs-root
rm -rf ./live/squashfs-root
...
...
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