Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
rust
Commits
bedf92b8
There was a problem fetching the pipeline summary.
Commit
bedf92b8
authored
7 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
updated makefile, thanks to florent, and updated gitlab-ci accordingly
parent
1341aa92
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-6
0 additions, 6 deletions
.gitlab-ci.yml
Makefile
+7
-2
7 additions, 2 deletions
Makefile
with
7 additions
and
8 deletions
.gitlab-ci.yml
+
0
−
6
View file @
bedf92b8
...
@@ -2,16 +2,10 @@ image: omalaspinas/archlinux-pandoc:thirdtry
...
@@ -2,16 +2,10 @@ image: omalaspinas/archlinux-pandoc:thirdtry
build_only
:
build_only
:
script
:
script
:
-
cd figs
-
./convert.sh
-
cd ..
-
make
-
make
build_artifacts
:
build_artifacts
:
script
:
script
:
-
cd figs
-
./convert.sh
-
cd ..
-
make
-
make
artifacts
:
artifacts
:
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
7
−
2
View file @
bedf92b8
...
@@ -26,8 +26,13 @@ REVEALOPRIONS += --highlight-style espresso
...
@@ -26,8 +26,13 @@ REVEALOPRIONS += --highlight-style espresso
REVEALOPRIONS
+=
--self-contained
REVEALOPRIONS
+=
--self-contained
# REVEALOPRIONS += --include-in-header=reveal.js/left_just.css
# REVEALOPRIONS += --include-in-header=reveal.js/left_just.css
SVG
=
$(
wildcard figs/
*
.svg
)
PNG
=
$(
SVG:%.svg
=
%.png
)
all
:
intro.html variables.html
all
:
$(PNG) intro.html variables.html
figs/%.png
:
figs/%.svg
convert
\-
flatten
$<
$@
intro.html
:
intro.md Makefile
intro.html
:
intro.md Makefile
pandoc
-s
$(
REVEALOPRIONS
)
-o
$@
$<
pandoc
-s
$(
REVEALOPRIONS
)
-o
$@
$<
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment