Skip to content

Commit

Permalink
Create c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moe-hacker authored May 28, 2024
1 parent 9b0e72e commit c1151a0
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: C/C++ CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure -s
- name: make
run: make
- name: Install packages
run: |
sudo apt update
sudo apt install -y \
make \
clang \
libseccomp-dev \
libcap-dev \
libc6-dev \
binutils
files: |
/home/runner/work/ruri/ruri/ruri

0 comments on commit c1151a0

Please sign in to comment.