Skip to content

.github/workflows/dnmtools_release_macos.yml: using threads to build … #4

.github/workflows/dnmtools_release_macos.yml: using threads to build …

.github/workflows/dnmtools_release_macos.yml: using threads to build … #4

name: DNMTools distcheck (Ubuntu)
on:
workflow_dispatch:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
distcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Update packages
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y libhts-dev libgsl-dev samtools
- name: Generate configure script
run: ./autogen.sh
- name: configure
run: ./configure
- name: make distcheck
run: make -j4 distcheck