File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919 - name : One Step
2020 run : |
21+ echo '------compile yuv------------------------------------'
22+ .github/workflows/onestep.sh yuv all
2123 echo '------compile unibreak------------------------------------'
24+ rm -rf build || git reset --hard || git pull origin
2225 .github/workflows/onestep.sh unibreak all
2326 echo '------compile fribidi------------------------------------'
2427 rm -rf build || git reset --hard || git pull origin
Original file line number Diff line number Diff line change 1+ on :
2+ # push:
3+ # branches: [master]
4+ workflow_dispatch :
5+ pull_request :
6+ branches : [master]
7+
8+ name : Create yuv Release
9+
10+ jobs :
11+ build :
12+ name : compile yuv then deploy
13+ runs-on : macos-14
14+ env :
15+ GH_TOKEN : ${{ github.token }}
16+ steps :
17+ - name : Checkout code
18+ uses : actions/checkout@v4
19+ - name : One Step
20+ run : .github/workflows/onestep.sh yuv all
You can’t perform that action at this time.
0 commit comments