mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
ios: Enable the ci again
Extract the libs in the correct location!
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -2,10 +2,8 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
#branches:
|
branches:
|
||||||
# - master
|
- master
|
||||||
branches-ignore:
|
|
||||||
- "**"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -23,7 +23,10 @@ export LIBS_URL="https://github.com/GitJournal/ios-libraries/releases/download/v
|
|||||||
if [ ! -d "ios/libs" ]; then
|
if [ ! -d "ios/libs" ]; then
|
||||||
echo "Downloading Libs"
|
echo "Downloading Libs"
|
||||||
wget "$LIBS_URL"
|
wget "$LIBS_URL"
|
||||||
unzip libs.zip
|
cd ios
|
||||||
|
unzip ../libs.zip
|
||||||
|
cd -
|
||||||
|
rm libs.zip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Place gj_common
|
# Place gj_common
|
||||||
|
Reference in New Issue
Block a user