mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Move maven script to jcefmaven repo
This commit is contained in:
parent
91864cd4f9
commit
6cd5957488
2
maven_gen/.gitignore
vendored
2
maven_gen/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
build
|
||||
out
|
@ -1,14 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! $# -eq 1 ]
|
||||
then
|
||||
echo "Usage: ./generate_maven_builds.sh <build_meta_url>"
|
||||
echo ""
|
||||
echo "build_meta_url: The url to download build_meta.json from"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
#Download build_meta.json and import to local environment
|
||||
export $(curl -s -L $1 | jq -r "to_entries|map(\"\(.key)=\(.value|tostring)\")|.[]")
|
||||
|
||||
echo "Creating maven artifacts for $release_tag..."
|
Loading…
Reference in New Issue
Block a user