Skip to content

Commit

Permalink
add action scripts
Browse files Browse the repository at this point in the history
Signed-off-by: He, Jing J <jing.j.he@intel.com>
  • Loading branch information
jinghe-INTC authored and lzha101 committed May 6, 2024
1 parent a53adea commit 80a6625
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/c-cpp.yml
@@ -0,0 +1,26 @@
name: C/C++ CI

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

permissions:
actions: read
checks: read
contents: read
issues: write
pull-requests: write

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: install ocaml
run: sudo apt-get install ocaml ocamlbuild
- name: build SDK
run: make preparation ; make sdk_install_pkg

0 comments on commit 80a6625

Please sign in to comment.