Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/build_and_test_ebclfsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,26 @@ name: Build for and Test on EB corbos Linux for Safety Applications
on:
pull_request:
paths:
- 'ebclfsa/**'
- "ebclfsa/**"
- ".github/workflows/build_and_test_ebclfsa.yml"
push:
branches:
- main
release:
types: [created]
types: [created]
workflow_dispatch:

jobs:
build:
name: build-and-test-ebclfsa
runs-on: ubuntu-latest
container:
image: ghcr.io/eclipse-score/devcontainer:0.1.0
image: ghcr.io/eclipse-score/devcontainer:v1.1.0

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Build for EB corbos Linux for Safety Applications and run tests
run: |
bazel build --config=aarch64-ebclfsa //scrample_integration:run
Expand Down
1 change: 1 addition & 0 deletions ebclfsa/.bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.4.1
Loading