Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
OnGres Inc.
pgio
Commits
592f1e38
Commit
592f1e38
authored
Jan 31, 2019
by
Matteo Melli
Browse files
Merge branch 'gitlab-ci' into 'master'
Gitlab CI See merge request ongresinc/pgio!9
parents
119f53d3
8e072b41
Pipeline
#29364
passed with stage
in 1 minute and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
592f1e38
image
:
oracle/graalvm-ce:1.0.0-rc11
before_script
:
-
curl "https://www-us.apache.org/dist/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.tar.gz" -o apache-maven-3.6.0-bin.tar.gz
build
:
only
:
-
tags
variables
:
GRAALVM_HOME
:
/opt/graalvm-ce-1.0.0-rc11
script
:
-
tar xzf apache-maven-3.6.0-bin.tar.gz
-
apache-maven-3.6.0/bin/mvn clean package -f /builds/ongresinc/pgio/pom.xml -P safer,assembler,executable
-
cp /builds/ongresinc/pgio/main/target/dist/bin/pgio-* /builds/ongresinc/pgio/pgio
artifacts
:
paths
:
-
/builds/ongresinc/pgio/pgio
name
:
pgio
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment