Skip to content

Merge pull request #1732 from igaw/nvme-cli-monolithic #1006

Merge pull request #1732 from igaw/nvme-cli-monolithic

Merge pull request #1732 from igaw/nvme-cli-monolithic #1006

Workflow file for this run

gname: C/C++ CI

Check failure on line 1 in .github/workflows/c-cpp.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/c-cpp.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'gname'
on:
push:
branches: [ master nvme-cli-monolithic ]
pull_request:
branches: [ master nvme-cli-monolithic ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: sudo apt-get install gcc-10-powerpc* && make clean && make && make clean && make LD=powerpc64le-linux-gnu-ld CC=powerpc64le-linux-gnu-gcc-10 CFLAGS='-O2 -g -Wall -Wformat-security -Werror -m64 -mcpu=power8 -mtune=power8 -I -I/usr/powerpc64-linux-gnu/include/'