Skip to content

Commit

Permalink
Update build-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ANGSD committed Jul 16, 2022
1 parent 5849fc6 commit 201cdbf
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update;sudo apt-get install -y libbz2-dev liblzma-dev libcurl4-openssl-dev
git clone --depth=5 https://github.com/ANGSD/smallBam.git
- name: Run CMake
git clone --depth=1 https://github.com/ANGSD/smallBam.git
git clone --depth=1 --recursive https://github.com/samtools/htslib
- name: Compile dependencies (htslib)
run: |
cd htslib;make
- name: Compile main program (angsd and misc/*)
run: |
make HTSSRC=../htslib/
- name: Run Unit tests
run: |
make
make test BAMDIR=./smallBam/

0 comments on commit 201cdbf

Please sign in to comment.