Skip to content

Commit

Permalink
Merge branch 'foxsi:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
thanasipantazides authored Nov 23, 2024
2 parents a1ee54a + ae8e397 commit fd942e1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: build

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

jobs:
build:

runs-on: [ubuntu-latest, macos]

steps:
- uses: actions/checkout@v4
- name: "run CMake"
run: cmake -S . build
- name: "build project"
run: cmake --build build --target all -j4
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![build](https://github.com/foxsi/foxsi-4matter/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/foxsi/foxsi-4matter/actions/workflows/c-cpp.yml)
# foxsi-4matter
Code for the FOXSI-4 formatter.

Expand Down

0 comments on commit fd942e1

Please sign in to comment.