Store artifact from Build workflow.

This commit is contained in:
Christian Deacon
2021-12-06 01:25:17 -06:00
committed by GitHub
parent 79f884b96c
commit 4e578b0c38

View File

@@ -15,13 +15,18 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: install libelf
- name: Install LibELF
run: sudo apt install -y libelf-dev
- name: install libconfig
- name: Install LibConfig
run: sudo apt install -y libconfig-dev
- name: install llvm
- name: Install LLVM
run: sudo apt install -y llvm
- name: make
- name: Make project
run: make
- name: install
- name: Install project
run: sudo make install
- name: Store build artifacts
uses: actions/upload-artifact@master
with:
name: Build Output
path: build/xdpfw