Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
Signed-off-by: Andreea Andrisan <Andreea.Andrisan@analog.com>
  • Loading branch information
AAndrisa committed Dec 10, 2024
1 parent 07d3363 commit 956b06e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build_project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build Project
on:
push:
branches:
- add_ci

jobs:
Build:
runs-on: [self-hosted, lnxdsp]
steps:
- name: Cleanup build folder
run: |
ls -al ./
pwd
- name: Build Project
run: |
mkdir lnxdsp-build && cd lnxdsp-build
mkdir bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ./bin/repo
chmod a+x ./bin/repo
./bin/repo init -u https://github.com/analogdevicesinc/lnxdsp-repo-manifest.git -m main.xml
./bin/repo sync
source setup-environment -m adsp-sc598-som-ezkit
bitbake adsp-sc5xx-minimal

0 comments on commit 956b06e

Please sign in to comment.