forked from WebAssembly/simd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
38 lines (33 loc) · 831 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
29
30
31
32
33
34
35
36
37
38
language: python
python:
- "3.7"
dist: bionic
addons:
apt:
sources:
- sourceline: 'ppa:avsm/ppa'
- sourceline: 'deb https://dl.yarnpkg.com/debian/ stable main'
key_url: 'https://dl.yarnpkg.com/debian/pubkey.gpg'
update: true
packages:
- opam
- texlive-full
- yarn
install:
- opam init --auto-setup --compiler=4.08.1
- eval $(opam env)
- opam --version
- ocaml --version
- opam install --yes ocamlbuild.0.14.0
- pip install Sphinx==2.4.4
- git clone https://github.com/tabatkins/bikeshed.git
- pip install --editable $PWD/bikeshed
- bikeshed update
script:
- ./interpreter/meta/travis/build-test.sh
- bash ./document/travis-deploy.sh
os: linux
env:
global:
- ENCRYPTION_LABEL: "189e52c2c347"
- COMMIT_AUTHOR_EMAIL: "noreply@webassembly.org"