Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Apr 10, 2024
1 parent b6ff0f3 commit 9eab207
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [ main ]
branches: [ main, add-runtime-slurm-test ]
pull_request:
branches: [ main ]

Expand All @@ -27,25 +27,27 @@ jobs:
- ubuntu:mantic
- ubuntu:noble
include:
- container: ubuntu:lunar
slurm: 22.05
- container: ubuntu:mantic
slurm: 23.02
# - container: ubuntu:lunar
# slurm: 22.05
# - container: ubuntu:mantic
# slurm: 23.02
- container: ubuntu:noble
slurm: 23.11

steps:
- run: apt-get update -y

- run: apt-get install -y cmake g++ ninja-build libslurm-dev

- uses: actions/checkout@v4

- name: Configure
run: cmake -GNinja -S $SOURCEDIR -B $BUILDDIR

- name: Build
run: cmake --build $BUILDDIR
# - run: apt-get install -y cmake g++ ninja-build libslurm-dev
#
# - uses: actions/checkout@v4
#
# - name: Configure
# run: cmake -GNinja -S $SOURCEDIR -B $BUILDDIR
#
# - name: Build
# run: cmake --build $BUILDDIR
#
# - name: Test
# run: ctest --test-dir $BUILDDIR
- run: apt-get install -y podman
- run: podman network create asdf

0 comments on commit 9eab207

Please sign in to comment.