-
Notifications
You must be signed in to change notification settings - Fork 0
44 lines (36 loc) · 897 Bytes
/
run_tests.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
-- SPDX-FileCopyrightText: 2024 - 2025 Lukas Heindl
--
-- SPDX-License-Identifier: GPL-3.0-or-later
name: run tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install make deps
run: |
sudo apt-get install fd-find
- uses: teatimeguest/setup-texlive-action@v3
with:
packages: |
luatex
l3build
- name: Install lua
uses: jkl1337/gh-actions-lua@v11
with:
luaVersion: "5.4.7"
- name: Install LuaRocks (latest)
uses: jkl1337/gh-actions-luarocks@v5
- name: install luarocks deps
run: |
luarocks install --dev tl
luarocks install cyan
luarocks install lester
luarocks install md5
- name: make
run: make FD=fdfind build test