File: bamboo_test.sh

package info (click to toggle)
pbdagcon 0.3%2Bgit20180411.c14c422%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,004 kB
  • sloc: ansic: 8,522; cpp: 7,747; python: 668; makefile: 197; sh: 130
file content (12 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
export PATH=$PWD/deployment/bin:$PATH
export LD_LIBRARY_PATH=$PWD/deployment/lib:$LD_LIBRARY_PATH
type module >& /dev/null \
|| . /mnt/software/Modules/current/init/bash
module load gcc
module load htslib
module load hdf5-tools
module load zlib

make -C repos/pbdagcon/build check
chmod +w -R repos/pbdagcon