-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy path.travis.yml
28 lines (23 loc) · 927 Bytes
/
.travis.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
language: smalltalk
sudo: false
os:
- linux
smalltalk:
- Pharo-6.1
install:
# Pillar installation
- git clone https://github.com/pillar-markup/pillar.git -b dev-7 # Clone pillar
- cd pillar && ./scripts/build.sh && cd .. # Run pillar build script. Pillar will be built in `pwd`/build!
- . pillar/scripts/ci/ensure_latex.sh # Install latex
- ./pillar/scripts/ci/ensure_book_dependencies.sh # Install latex dependencies required by pillar
script:
- ./pillar/build/pillar build pdf
deploy:
- provider: bintray
file: .bintray.json
on:
repo: SquareBracketAssociates/UpdatedPharoByExample
skip_cleanup: true
user: ducasse
key:
secure: fKmuLN4gqXEWHUUJMEewgbX+Hb058hPSA0n0ITHMpwdX3zaq0UZTLleK5AjTlJ2w/yafy5I5OeIF07F4rkAwUzRkWfP1zpiz3xuFkbTYFP4QyVA8k/CQbTWKrg03RUx6pduz3N7qbV3BDu66VUIhnDAbK165gCfOUSx/7BscLew=