Skip to content

Commit

Permalink
add initial CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Mar 25, 2024
1 parent fb58044 commit 3f4eeb9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---

name: main

on:
push:
pull_request:
workflow_dispatch:
# schedule:
# - cron: "0 6 * * *"

defaults:
run:
shell: bash

jobs:
freesurfer:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: build image
run: |
set -euxo pipefial
cd software/Freesurfer
podman build .

0 comments on commit 3f4eeb9

Please sign in to comment.