-
Notifications
You must be signed in to change notification settings - Fork 37
63 lines (60 loc) · 1.5 KB
/
integration.app.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: integration.app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Controls when the action will run.
on: [ push, pull_request ]
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- uses: hpi-swa/setup-smalltalkCI@v1
id: smalltalkci
with:
smalltalk-image: Pharo64-11
- name: Setup TeX Live
uses: teatimeguest/setup-texlive-action@v2
with:
version: 2021
packages: >-
scheme-small
latexmk
luatex85
ctablestack
environ
filehook
fira
fontaxes
fontspec
footmisc
gentium-tug
graphics
hyphen-english
import
listings
luatexbase
memoir
multirow
opensans
pgf
polyglossia
ragged2e
tcolorbox
tools
trimspaces
ulem
varwidth
xcolor
xtab
slantsc
- name: go
shell: bash
timeout-minutes: 15
run: |
echo "SMALLTALKCIBUILD: " ${SMALLTALK_CI_BUILD}
mkdir -p ${SMALLTALK_CI_BUILD}
cp -R archetypes ${SMALLTALK_CI_BUILD}/
smalltalkci -s ${{ steps.smalltalkci.outputs.smalltalk-image }} .smalltalk.Integration.App.ston