Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpievolbio-scicomp
RepinPop
Commits
247b18e9
Commit
247b18e9
authored
May 16, 2022
by
c.fortmanngrote
Browse files
Add gradle build to workflow.
parent
2c0c96a4
Pipeline
#297434
failed with stages
in 2 minutes and 51 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/test_cli.yml
0 → 100644
View file @
247b18e9
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name
:
Java CI
on
:
[
push
]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up JDK
11
uses
:
actions/setup-java@v3
with
:
java-version
:
'
11'
distribution
:
'
adopt'
-
name
:
Validate Gradle wrapper
uses
:
gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
-
name
:
Build with Gradle
run
:
-
cd REPIN_ecology/REPIN_ecology
-
gradle build
-
cp ./build/lib/REPIN_ecology.jar
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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