Skip to content

Use newer cmake and compilers #51

Use newer cmake and compilers

Use newer cmake and compilers #51

name: Build without submodule
on:
push:
jobs:
build:
runs-on: ubuntu-latest
container: maswag/monaa-test-env
strategy:
max-parallel: 4
steps:
- uses: actions/checkout@v4
- name: default build
run: |
mkdir build
cd build && cmake .. && make monaa tre2ta && ./monaa --version