Skip to content

Setting Release-Version v2.31.1 #182

Setting Release-Version v2.31.1

Setting Release-Version v2.31.1 #182

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Compile and test Bedtools
run: make -j8 && make test
- name: Compile static binary
run: make -j8 static
- uses: actions/upload-artifact@v1
with:
name: bedtools.static
path: bin/bedtools.static