Skip to content

Commit 3d43c64

Browse files
committed
trying out jitpack
1 parent 1de70d4 commit 3d43c64

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

jitpack.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
install:
2+
- ./scripts/jitpack.sh

scripts/jitpack.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash -e
2+
3+
rm -rf $PWD/artifacts
4+
mkdir -p $PWD/artifacts
5+
curl "https://github.com/react-community/jsc-android-buildscripts/releases/download/v236355.1.1/jsc_dist.zip" -L -o $PWD/artifacts/jsc.zip
6+
unzip $PWD/artifacts/jsc.zip -d $PWD/artifacts
7+
cp -Rf $PWD/artifacts/dist/ ~/.m2/repository/

0 commit comments

Comments
 (0)