Skip to content

Commit

Permalink
Merge pull request #109 from Fly0307/penglai-spmp-CI
Browse files Browse the repository at this point in the history
add new ci workflow
  • Loading branch information
fengerhu1 authored Jan 16, 2024
2 parents a263922 + d3b3e22 commit 955fbaf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: build

on:
push:
branches: [openeuler, opensbi]
branches: [opensbi]
pull_request:
branches: [openeuler, opensbi]
branches: [opensbi]

jobs:
build:
build_run:
runs-on: ubuntu-latest
name: build penglai enclave (based on openSBI)
name: Build and run penglai enclave
steps:
- name: Check out code
uses: actions/checkout@v2
- name: build step
id: build
uses: Ddnirvana/action-penglai-build@v1
- name: Checkout repository
uses: actions/checkout@v2
- name: Build and test Penglai monitor (based on OpenSBI).
id: build_run
uses: Fly0307/action-penglai-opensbi-build-and-test@oe-23

0 comments on commit 955fbaf

Please sign in to comment.