Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tikz-trackschematic
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Scheidt
tikz-trackschematic
Merge requests
!22
Invalidates cache on new texlive version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Invalidates cache on new texlive version
github/fork/apriljunge/fix-github-action-testing
into
master
Overview
3
Commits
1
Pipelines
0
Changes
1
Closed
Martin Scheidt
requested to merge
github/fork/apriljunge/fix-github-action-testing
into
master
3 years ago
Overview
3
Commits
1
Pipelines
0
Changes
1
Expand
Created by: apriljunge
This code is not tested yet
0
0
Merge request reports
Viewing commit
89e6133d
Show latest version
1 file
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
89e6133d
Invalidates cache on new texlive version
· 89e6133d
Gregor
authored
3 years ago
This code is not tested yet
.github/workflows/testing.yml
+
10
−
0
Options
@@ -29,12 +29,22 @@ jobs:
-
name
:
"
install
ghostscript"
run
:
sudo apt-get install -y ghostscript
# get TeX Live installer for cachekey
-
name
:
"
get
TeX
Live
installer"
id
:
texlive-installer
shell
:
bash
run
:
|
t=$(mktemp)
wget 'http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz' -qO "$t"
echo "::set-output name=path::$t"
-
name
:
"
setup
TeX
Live
(via
paolobrasolin)"
uses
:
paolobrasolin/setup-texlive-action@v1
with
:
profile-path
:
${{ github.workspace }}/.github/tex/texlive.profile.txt
packages-path
:
${{ github.workspace }}/.github/tex/packages.test.txt
cache-key
:
texlive-${{ hashFiles(steps.texlive-installer.outputs.path) }}
-
name
:
"
install
tikz-trackschematic"
run
:
./dev-install.sh -b
Loading