Updated actions #45
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v2 | |
- name: default build | |
run: | | |
mkdir build | |
cd build && cmake .. && make monaa tre2ta && ./monaa --version |