-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
25 lines (24 loc) · 928 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
language: java
jdk: oraclejdk8
before_script:
- mv variables.conf.tmpl variables.conf
- ./configure.sh
- ./install-all.sh
- ./copy-config.sh
- sudo cp ~/local/opt/regal/conf/elasticsearch.yml /etc/elasticsearch
- ./install-elasticsearch.sh
- sudo cp ~/local/opt/regal/conf/tomcat6 /etc/init.d/
- sudo chmod u+x /etc/init.d/tomcat6
- sudo cp ~/local/opt/regal/conf/regal-api /etc/init.d/
- sudo chmod u+x /etc/init.d/regal-api
- cat /etc/init.d/tomcat6
- sudo /etc/init.d/tomcat6 start
- sudo /etc/init.d/regal-api start
- ./install-module.sh ~/local/opt/regal/regal-import/edoweb-sync/src/main/resources/edoweb.conf
- cp templates/edowebSync.sh ~/local/opt/regal/sync/edowebSync.sh
- cp templates/edowebVariables.conf ~/local/opt/regal/sync/edowebVariables.conf
- cp templates/pidlist.txt ~/local/opt/regal/sync/pidlist.txt
script:
- ./run-integration-tests.sh
- cd ~/local/opt/regal/sync
- ./edowebSync.sh