add autobuild on delta #3483
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: ChaNGa | |
on: [pull_request, merge_group] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: build-charm++ | |
run: ./build ChaNGa netlrts-linux-x86_64 -g -j4 --with-production | |
- name: build-changa | |
run: | | |
git clone https://github.com/N-bodyshop/utility | |
git clone https://github.com/N-bodyshop/changa | |
cd changa | |
./configure | |
make -j4 | |
- name: test-changa | |
run: | | |
cd changa/teststep | |
make test |