Skip to content

finish high_perf/v3.0.0-alpha3 #5

finish high_perf/v3.0.0-alpha3

finish high_perf/v3.0.0-alpha3 #5

Workflow file for this run

name: Auto Build SDK For All Targets
on:
push:
branches:
- '*'
- '!master'
jobs:
run:
name: Build ${{ github.ref_name }} SDK For all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: bash ./tools/prepare-ci.sh
- name: Build
shell: bash
run: |
echo "Building for all"
bash ./build.sh -e -t all
- name: Upload archive
uses: actions/upload-artifact@v3
with:
name: artifacts
path: dist