Skip to content

Commit

Permalink
initial CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Jul 30, 2024
1 parent 69c2dfb commit 9bb5d54
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Basic

on:
push:
branches: ["mcm86-30jul24-gh-actions-ci"]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: build
run: |
mkdir -f silo-main-build
cd silo-main-build
../Silo/configure --prefix=`pwd`/myinstall
make -j 8 install
make -j 8 check
h5cc --show

0 comments on commit 9bb5d54

Please sign in to comment.