Create c-cpp.yml

This commit is contained in:
SmokelessCPUv2 2022-08-04 11:45:22 +02:00 committed by GitHub
parent 8b3b560b06
commit bd44f29379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

27
.github/workflows/c-cpp.yml vendored Normal file
View file

@ -0,0 +1,27 @@
name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: https://github.com/tianocore/edk2
submodules : true
- name: Move to EDK2
run: mv SmokelessRuntimeEFIPatcher edk2
- name: Build Base Tools
working-directory: edk2
run: make -C BaseTools
- name: Build
working-directory: edk2
run: "source edksetup.sh && build -t GCC5 -p SmokelessRuntimeEFIPatcher/SmokelessRuntimeEFIPatcher.dsc -a X64 -s"