-
Notifications
You must be signed in to change notification settings - Fork 52
/
.travis.yml
28 lines (26 loc) · 828 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: python
python:
- "2.7"
matrix:
include:
- os: linux
sudo: required
dist: xenial
compiler: gcc
services:
- docker
script:
- git remote add upstream https://github.com/sk1project/sk1-wx
- git fetch upstream
- git pull upstream master
- sudo apt-get install -y sshpass gettext
- mkdir subproj
- git clone https://github.com/sk1project/build-utils subproj/build-utils
- ln -s subproj/build-utils/src/utils utils
- git clone https://github.com/sk1project/uniconvertor subproj/uniconvertor
- ln -s ../subproj/uniconvertor/src/uc2 src/uc2
- git clone https://github.com/sk1project/wal subproj/wal
- ln -s ../subproj/wal/src/wal src/wal
- git clone https://github.com/sk1project/build-cache subproj/build-cache
- python bbox.py pull
- python bbox.py build