forked from RedTeamSeed/Studios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
55 lines (45 loc) · 1.08 KB
/
.travis.yml
File metadata and controls
55 lines (45 loc) · 1.08 KB
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
language: python
cache:
pip: true
directories:
- build
sudo: required
dist: trusty
group: edge
python:
- "2.7"
rust:
- nightly
go:
- "1.7"
before_install:
- chmod +x precommit.sh
- sudo add-apt-repository ppa:webupd8team/atom -y
- sudo apt-get update -qq
- go get github.com/golang/lint/golint
- pip install pre-commit gitinspector
install:
- sudo apt-get install simhash tree pylint splint gitstats aspell aspell-es aptitude checkstyle cppcheck -qq
- sudo apt-get -y install hlint atom -qq
- sudo aptitude install shellcheck
- sudo apm install linter-eastwood
- curl -sSf https://static.rust-lang.org/rustup.sh | sh
- gem install cucumber ruby-lint
- pip install scons requests flake8 https://github.com/google/closure-linter/zipball/master
jobs:
include:
- stage: Precommit
install: skip
script:
- ./precommit.sh
- stage: SCons build
script:
- scons -j 4 folders -Q
- scons gherkin -Q
- scons others -Q
addons:
artifacts:
debug: true
bucket: travisaRedTeam
paths:
- ./build