Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Build grails test projects and check them in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chiquitinxx committed Jan 22, 2017
1 parent 2005a8e commit 1c7858d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,5 @@ target
grails-plugin/grails-app/assets/javascripts/grooscript-grails.js
build/
prodDb.mv.db
test-app
websockets-test-app
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ More info about [grooscript](http://grooscript.org/)
Multi-project
---

Actually, there are 5 projects:
Grails 3 build, there are 5 projects:

- grails-core: library used by grooscript gradle and grails plugins
- grails-plugin: grooscript grails 3 plugin(*)
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -13,9 +13,9 @@ install:
- gradlew.bat clean
- set JAVA_OPTS=-XX:MaxPermSize=1024m -Xmx1512m
build_script:
- gradlew.bat -u -i clean assemble
- gradlew.bat -u -i clean assemble createTestApp createWebsocketsTestApp
test_script:
- gradlew.bat -u -i -S test functionalTest
- gradlew.bat -u -i -S check
cache:
- .gradle
- C:\Users\appveyor\.gradle
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -27,7 +27,7 @@ task createTestApp(type: CreateGrailsApp) {

task createWebsocketsTestApp(type: CreateGrailsApp) {
sources = 'websockets-test-app-sources'
app = 'tryit'
app = 'websockets-test-app'
options = {
addGrailsProjectDependency('grails-plugin')
comment('testRuntime "org.seleniumhq.selenium:selenium-htmlunit-driver')
Expand Down

0 comments on commit 1c7858d

Please sign in to comment.