Skip to content

Add github action got tools build test #7

Add github action got tools build test

Add github action got tools build test #7

name: Cyancore Tools Build
on:
pull_request:
branches: [ stable, development ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
statuses: write
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v4
- name: Configure Git
env:
TOKEN: ${{ secrets.AKASH_VF }}
run: git config --global url."https://${TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
- name: Fetch Dependencies
run: |
make setup_workspace
- name: Init CodeQL
uses: github/codeql-action/init@v3
- name: Tools Build
run: |

Check failure on line 35 in .github/workflows/cyancore_tools_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cyancore_tools_build.yml

Invalid workflow file

You have an error in your yaml syntax on line 35
# make get_qemu V=1
make get_picotool V=1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
- name: Clean Up
run: |
make clean_workspace