Skip to content

Commit

Permalink
build sampleE4
Browse files Browse the repository at this point in the history
  • Loading branch information
gzunino committed Jun 9, 2017
1 parent 4c8c609 commit 7f5e34e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ build.p2:
paths:
- com.make.cef.repository/target/repository

build.sanpleE4:
stage: build
script:
- ./gradlew buildSampleE4 --no-daemon
artifacts:
name: ${CI_JOB_NAME}_${CI_PIPELINE_ID}
paths:
- com.make.cef.sample.e4.rcp/target/products/*.zip

pages:
image: alpine:3.5
stage: deploy
Expand Down

0 comments on commit 7f5e34e

Please sign in to comment.