Skip to content

arm support 6d padding #2547

arm support 6d padding

arm support 6d padding #2547

name: linux-x86-cpu-gcc
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
setup:
runs-on: ubuntu-18.04
outputs:
CONDITION: ${{ steps.preflight.outputs.CONDITION }}
steps:
- uses: actions/checkout@v2
- name: Preflight
id: preflight
run: |
echo ::set-output name=CONDITION::0
./scripts/.ci/preflight.sh x86 || ret=$? && echo $ret && echo ::set-output name=CONDITION::$ret
linux-gcc:
needs: [setup]
if: ${{ needs.setup.outputs.CONDITION != '11' }}
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: build
run: ./scripts/build_x86_linux.sh