Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Autobuild

on:
schedule:
- cron: '01 05 * * *' # UTC, corresponds to 00:01 CDT

jobs:
might:
timeout-minutes: 120

runs-on: might
name: netlrts-linux-x86_64 -pedantic

steps:
- uses: actions/checkout@v2
- name: build
run: ./build all-test netlrts-linux-x86_64 -g -j6 --with-production -pedantic
- name: test
run: make -C netlrts-linux-x86_64/tmp test TESTOPTS="++local"
- name: testp P=2
run: make -C netlrts-linux-x86_64/tmp testp P=2 TESTOPTS="++local"
- name: testp P=3
run: make -C netlrts-linux-x86_64/tmp testp P=3 TESTOPTS="++local"
19 changes: 19 additions & 0 deletions .github/workflows/nightlybuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Autobuild

on:
schedule:
- cron: '01 05 * * *' # UTC, corresponds to 00:01 CDT

jobs:
delta:
timeout-minutes: 120

runs-on: delta
name: mpi-linux-x86_64

steps:
- name: build
run: (cd ~/autobuild; ./build_local mpi-linux-x86_64)
- name: results
run: cat ~/autobuild/messages/mpi-linux-x86_64