Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
statupstyles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Omar Flores
statupstyles
Commits
ecf2437a
Commit
ecf2437a
authored
3 years ago
by
Stefan Fritsch
Browse files
Options
Downloads
Plain Diff
Merge branch 'development' of
https://git.statup.company/RPackages/statupstyles
into development
parents
e7638e73
fa38644a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-0
7 additions, 0 deletions
.gitlab-ci.yml
with
7 additions
and
0 deletions
.gitlab-ci.yml
+
7
−
0
View file @
ecf2437a
...
...
@@ -104,6 +104,7 @@ test:compile_a_document:
variables
:
# we don't need the repo
GIT_STRATEGY
:
none
R_LIBS_SITE
:
/usr/local/lib/R/site-library
script
:
-
!reference
[
.source-variables
,
script
]
-
echo $(pwd)
...
...
@@ -114,6 +115,8 @@ test:compile_a_document:
drat::addRepo("${DRAT_REPO_DIR}", "file://$(pwd)/${DRAT_REPO_DIR}")
install.packages("${PACKAGE_NAME}")
print(extrafont::fonttable())
rmarkdown::render("${BEISPIELDOKUMENTE_DIR}/Data Literacy Kompetenzrahmen.rmd",
output_file = "Data_Literacy_Kompetenzrahmen.html",
output_format = "statupstyles::statup_paged",
...
...
@@ -225,6 +228,7 @@ create_pages:no_margins:
variables
:
# we don't need the repo
GIT_STRATEGY
:
none
R_LIBS_SITE
:
/usr/local/lib/R/site-library
script
:
-
!reference
[
.source-variables
,
script
]
-
!reference
[
.install_from_s6
,
script
]
...
...
@@ -250,6 +254,7 @@ create_pages:margins:
variables
:
# we don't need the repo
GIT_STRATEGY
:
none
R_LIBS_SITE
:
/usr/local/lib/R/site-library
script
:
-
!reference
[
.source-variables
,
script
]
-
!reference
[
.install_from_s6
,
script
]
...
...
@@ -272,6 +277,7 @@ create_pages:self_uncontained:
variables
:
# we don't need the repo
GIT_STRATEGY
:
none
R_LIBS_SITE
:
/usr/local/lib/R/site-library
script
:
-
!reference
[
.source-variables
,
script
]
-
!reference
[
.install_from_s6
,
script
]
...
...
@@ -306,6 +312,7 @@ create_pages:stellenausschreibung_uncontained:
variables
:
# we don't need the repo
GIT_STRATEGY
:
none
R_LIBS_SITE
:
/usr/local/lib/R/site-library
script
:
-
!reference
[
.source-variables
,
script
]
-
!reference
[
.install_from_s6
,
script
]
...
...
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