Skip to content

Merge pull request #521 from chhylp123/hifiasm_dev_debug #108

Merge pull request #521 from chhylp123/hifiasm_dev_debug

Merge pull request #521 from chhylp123/hifiasm_dev_debug #108

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [gcc]
steps:
- name: Checkout minimap2
uses: actions/checkout@v2
- name: Compile with ${{ matrix.compiler }}
run: make CC=${{ matrix.compiler }}