Skip to content

Fix a bug whereby the code would hang if bases_file (used by HBEnergy… #605

Fix a bug whereby the code would hang if bases_file (used by HBEnergy…

Fix a bug whereby the code would hang if bases_file (used by HBEnergy… #605

Workflow file for this run

# Builds oxDNA and checks binary runs for a simple MD run
# Runs on every commit
name: Linux CPU Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
mkdir build
pushd build
cmake .. -DCUDA=0
make -j2
popd
- name: Run Simple Test Script
run: |
pushd build
make test_run