diff options
author | nea <romangraef@gmail.com> | 2022-10-12 17:47:07 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-10-12 17:47:07 +0200 |
commit | bed737d8e69c9ea22f35ef7dc4358880a05b7ddb (patch) | |
tree | aa0aa549fb38c0fc934bc043753dc08016bbc176 /.drone.yml | |
parent | cec90323ea0b60b42d3a90da0bc447ca22037036 (diff) | |
download | neurepoparsing-bed737d8e69c9ea22f35ef7dc4358880a05b7ddb.tar.gz neurepoparsing-bed737d8e69c9ea22f35ef7dc4358880a05b7ddb.tar.bz2 neurepoparsing-bed737d8e69c9ea22f35ef7dc4358880a05b7ddb.zip |
drone builds
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f7492ad --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: Build + image: eclipse-temurin:8-alpine + commands: + ./gradlew build |