Skip to content

[build] trigger pypi build on tags only remove testpypi #28

[build] trigger pypi build on tags only remove testpypi

[build] trigger pypi build on tags only remove testpypi #28

Workflow file for this run

name: build_stable
on:
push:
branches: [ 3.2.x ]
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
container: materialstheory/solid_dmft_ci:3.2.x
steps:
- uses: actions/checkout@v2
with:
path: 'solid_dmft.src'
- name: Build solid_dmft
run: |
mkdir solid_dmft.build && cd solid_dmft.build && cmake ../solid_dmft.src -DMPIEXEC_PREFLAGS='--allow-run-as-root'
make
- name: Test solid_dmft
run: |
cd solid_dmft.build
ctest --output-on-failure