Skip to content

Commit

Permalink
fsl: test image build
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Mar 26, 2024
1 parent 9aa04c7 commit b5c59ab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,20 @@ jobs:
df -h
cd software/Freesurfer
podman build .
fsl:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: build image
run: |
set -euxo pipefail
# Debug
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/share/boost
sudo rm -rf /opt/ghc
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
cd software/FSL
podman build .

0 comments on commit b5c59ab

Please sign in to comment.