This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
bandcamp-collection-downloader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add testing to gitlab CI
master
Gwendal
7 years ago
parent
04072c41bc
commit
fb95896737
1 changed files
with
9 additions
and
9 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-9
.gitlab-ci.yml
+ 9
- 9
.gitlab-ci.yml
View File
@ -27,13 +27,13 @@ build:
paths:
paths:
-
build/libs
-
build/libs
#
test:
# stage:
test
# script:
gradle check
#
cache:
# key:
"$CI_COMMIT_REF_NAME"
# policy:
pull
#
paths:
# -
build
# -
.gradle
test:
stage
:
test
script
:
gradle check
cache:
key
:
"$CI_COMMIT_REF_NAME"
policy
:
pull
paths:
-
build
-
.gradle
Write
Preview
Loading…
Cancel
Save