This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.travis.yml
58 lines (51 loc) · 1.63 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
sudo: required
language: clojure
addons:
postgresql: '9.3'
services:
- postgresql
before_install:
- sudo apt-get install graphviz
- cd aipal-db
before_script:
- psql --file=../env/local/db-server/dev.sql
script:
- lein run 'postgresql://aipal_adm:[email protected]:5432/aipal' -u aipal_user --clear
-t
- cd ../aipal
- lein doc
- mkdir eastwood
- lein eastwood "{:out \"eastwood/aipal-warnings.txt\"}" || true
- cd ../db-docs && ./generate-schemadocs.sh
- cd ..
deploy:
- provider: s3
access_key_id: $ARTIFACTS_ID
secret_access_key:
secure: B3a0wgKji7D6BHzEGHT0Nj8A+YGduQNt+vz7B476sCW4GDuWWGfkhBsXapMMSBleJqsbLa67yQ6e2yvDijvcN3/870PAKmreYaoHGw+We5J/Qq0UI1Q/JHTCOxTCKRIzESsjlsUMDyEx/4l/U6NVdLQcowpkPLdYLBQhYZgdjeE=
bucket: opetushallitus-docs
local-dir: db-docs/schemadocs
upload-dir: aipal
acl: public_read
skip_cleanup: true
region: eu-west-1
- provider: s3
access_key_id: $ARTIFACTS_ID
secret_access_key:
secure: B3a0wgKji7D6BHzEGHT0Nj8A+YGduQNt+vz7B476sCW4GDuWWGfkhBsXapMMSBleJqsbLa67yQ6e2yvDijvcN3/870PAKmreYaoHGw+We5J/Qq0UI1Q/JHTCOxTCKRIzESsjlsUMDyEx/4l/U6NVdLQcowpkPLdYLBQhYZgdjeE=
bucket: opetushallitus-docs
local-dir: aipal/doc
upload-dir: aipal-doc
acl: public_read
skip_cleanup: true
region: eu-west-1
- provider: s3
access_key_id: $ARTIFACTS_ID
secret_access_key:
secure: B3a0wgKji7D6BHzEGHT0Nj8A+YGduQNt+vz7B476sCW4GDuWWGfkhBsXapMMSBleJqsbLa67yQ6e2yvDijvcN3/870PAKmreYaoHGw+We5J/Qq0UI1Q/JHTCOxTCKRIzESsjlsUMDyEx/4l/U6NVdLQcowpkPLdYLBQhYZgdjeE=
bucket: opetushallitus-docs
local-dir: aipal/eastwood
upload-dir: aipal-lint
acl: public_read
skip_cleanup: true
region: eu-west-1