Skip to content

Commit

Permalink
Merge branch 'feat/gh-ci' into 'devel'
Browse files Browse the repository at this point in the history
[GH][CI] First Github CI steps

See merge request tuda-sc/projects/metacg!169
  • Loading branch information
jplehr committed Nov 1, 2024
2 parents c8b5f15 + 58202ea commit 6b18ac9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/mcg-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: MetaCG CI

on: [push]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: cmake
run: cmake -B build -S .
- name: build
run: cmake --build build --parallel

0 comments on commit 6b18ac9

Please sign in to comment.