-
Notifications
You must be signed in to change notification settings - Fork 5
/
.travis.yml
38 lines (37 loc) · 1.06 KB
/
.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
# ______ ______
# / \ / \
# /██████ |/██████ | The Future of po-util:
# ██ | ██ |██ | ██ |
# ██ |__██ |██ \__██ | Refactored,
# ██ ██/ ██ ██/ Modular,
# ███████/ ██████/ Cross-Compatible
# ██ |
# ██ |
# ██/ https://po-util.com
os:
- linux
- osx
language: bash
sudo: required
install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash -x ci/mac ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then bash -x ci/linux ; fi
- po
- po config release/stable
- po info
- po install
script:
- po init test
- particle project create . --name test-beta
- po photon build test
- po photon build-beta test-beta
- po electron build test
- po electron build-beta test-beta
- po P1 build test
- po P1 build-beta test-beta
- po xenon build test
- po xenon build-beta test-beta
- po argon build test
- po argon build-beta test-beta
- po boron build test
- po boron build-beta test-beta