File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 submodules : recursive
2020 - name : install packages
21- run : sudo apt-get update && sudo apt-get install -y zlib1g-dev libhdf5-dev gcc g++ autoconf automake make wget
21+ run : sudo apt-get update && sudo apt-get install -y zlib1g-dev libhdf5-dev gcc g++ autoconf automake make wget valgrind
2222 - name : env
2323 run : lsb_release -a && ldd --version && gcc --version && g++ --version
2424 - name : build
Original file line number Diff line number Diff line change @@ -137,13 +137,13 @@ release: distclean
137137 make -j8
138138 mkdir -p slow5tools-$(VERSION )
139139 mkdir slow5tools-$(VERSION ) /docs
140- mv slow5tools slow5tools-$(VERSION ) /slow5tools_x86_64_linux
140+ mv slow5tools slow5tools-$(VERSION ) /
141141 cp -r README.md LICENSE slow5tools-$(VERSION ) /
142142 cp -r docs/commands.md slow5tools-$(VERSION ) /docs/
143- tar -zcf slow5tools-$(VERSION ) -binaries.tar.gz slow5tools-$(VERSION )
143+ tar -zcf slow5tools-$(VERSION ) -x86_64-linux- binaries.tar.gz slow5tools-$(VERSION )
144144 rm -rf slow5tools-$(VERSION )
145- tar xf slow5tools-$(VERSION ) -binaries.tar.gz
146- mv slow5tools-$(VERSION ) /slow5tools_x86_64_linux slow5tools
145+ tar xf slow5tools-$(VERSION ) -x86_64-linux- binaries.tar.gz
146+ mv slow5tools-$(VERSION ) /slow5tools slow5tools
147147 test/test.sh
148148 test/test.sh mem
149149
You can’t perform that action at this time.
0 commit comments