FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SimpleScreens/.travis.yml at master · sbrxdev/SimpleScreens · GitHub
sbrxdev
/
SimpleScreens
Public
forked from
moqui/SimpleScreens
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SimpleScreens
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (21 loc) · 562 Bytes
Breadcrumbs
SimpleScreens
/
.travis.yml
Copy path
File metadata and controls
28 lines (21 loc) · 562 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
language
:
groovy
#
use sudo:true to not use container based infrastructure, for gradle exit value 137 on SIGKILL from Travis issue
sudo
:
true
jdk
:
-
openjdk8
install
:
true
before_script
:
-
cd ..
-
git clone https://github.com/moqui/moqui-framework.git moqui
-
cd moqui
-
chmod +x gradlew
env
:
-
TERM=dumb
script
:
-
./gradlew --no-daemon getGit -Pcomponent=SimpleScreens
-
./gradlew --no-daemon load
-
./gradlew --no-daemon runtime:component:SimpleScreens:test
cache
:
directories
:
-
$HOME/.gradle/caches
-
$HOME/.gradle/wrapper
Back
|
FazBrowse Home
|
New Git URL