Merge pull request #111 from Fly0307/issue-100 #208
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: | |
push: | |
branches: [opensbi] | |
pull_request: | |
branches: [opensbi] | |
jobs: | |
build_run: | |
runs-on: ubuntu-latest | |
name: Build and run penglai enclave | |
steps: | |
- 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 |