This repository was archived by the owner on Mar 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.travis.yml
More file actions
41 lines (32 loc) · 1.3 KB
/
.travis.yml
File metadata and controls
41 lines (32 loc) · 1.3 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
language: dart
#arch:
# - amd64
# - arm64
#os: linux
dart:
- stable
jobs:
include:
# Build
- stage: build
script:
- pub publish --dry-run
# Validate docs
- stage: validate_docs
script: make -C doc
# Deploy docs
- stage: deploy_docs
if: repo = cloudstateio/dart-support AND tag =~ ^v
script: make -C doc deploy
stages:
- build
- validate_docs
- deploy_docs
cache:
directories:
- $HOME/.pub-cache
- .dart_tool/build
env:
global:
# Docs deploy token encrypted with: travis encrypt --pro -r cloudstateio/dart-support DEPLOY_DOCS_TOKEN={token}
secure: "PRMJYFNQBMV8YxvnnKfmF6WbnerRnQzSUNCBVkZYDn69272Iu1Xgmk8ql1z7rek+5kYLy+fEJR+1Go/o6mp0F21w1xq4myjnqiEfd+z9W76RHIFFl/eV9Ud0DZfpxezeukk8FYvkciwVHIykzS/lZr/tdr0tpdb0UAP6LmTZVm/BDYsuuHayZzXcpqNiKyd+lm9e0lhKhC/26clvU7KF4sEh3ApMxd0NwefJL/JvQKxPGOOO83yssxn59iF5oGBp97jGXctPrV9/ShdJETZl4xBVqD+moc8b6AFnAai+EP1p+utJEChz8xRJzgbiKkG/9arcBx89lXZtx3iaKLZ4vnomKUX9MwaGg8jfDYvBaZX73n2xXJC4EvsEYFsdTd0etudru5s/IGQe2126JykDqGXVL8D8Fv8tFhOgXQ9oDSBfHz73fp6dZiAkG+VxmxLoKsha2uyRzDNSvuiQzY52eeAMAkEX6aLUhUzaNQE+7PHWGPxHg4tYMtbkmglvpJ3vvnKSBt0+Jo/zTnF9mrxfsQtj1uJK6qTPcPrfsRgnCZVLi0MyIILpyFOL28+DreplVJ5EU0SQhtToTl8IQQMFK++aHO/Nod3jpxyaGFYXxS7cMMUsN5REAijhMWnHfN92UsT04UBc+tGGkicTlfor5vEfhe6OnbsXvEqMeOFENBQ="