@@ -6,7 +6,6 @@ packages:
6
6
sources :
7
7
- https://github.com/franko/gsl-shell
8
8
- https://github.com/franko/lhelper
9
- shell : true
10
9
tasks :
11
10
- enable-local : |
12
11
echo 'export PATH="$HOME/.local/bin:$PATH"' >> "$HOME/.buildenv"
30
29
lhelper create build-openblas-static
31
30
source "$(lhelper env-source build-openblas-static)"
32
31
bash scripts/build-package.sh -appimage -openblas -unix
33
- - build-specific-cpus : |
32
+ - build-cpu-specific : |
34
33
cd gsl-shell
35
34
for cpu_target in nehalem haswell skylake; do
36
35
(
@@ -41,17 +40,9 @@ tasks:
41
40
bash scripts/build-package.sh -appimage -name=$cpu_target -openblas -unix
42
41
)
43
42
done
43
+ - package-all : |
44
+ cd gsl-shell
45
+ tar cf gsl-shell-linux-2.3.4.tar gsl-shell-*.tar.gz *.AppImage
44
46
artifacts :
45
- - gsl-shell/gsl-shell-dynamic-linux-x86-64.tar.gz
46
- - gsl-shell/GSLShell-dynamic-x86-64.AppImage
47
- - gsl-shell/gsl-shell-gslcblas-linux-x86-64.tar.gz
48
- - gsl-shell/GSLShell-gslcblas-x86-64.AppImage
49
- - gsl-shell/gsl-shell-linux-x86-64.tar.gz
50
- - gsl-shell/GSLShell-x86-64.AppImage
51
- - gsl-shell/gsl-shell-nehalem-linux-x86-64.tar.gz
52
- - gsl-shell/GSLShell-nehalem-x86-64.AppImage
53
- - gsl-shell/gsl-shell-haswell-linux-x86-64.tar.gz
54
- - gsl-shell/GSLShell-haswell-x86-64.AppImage
55
- - gsl-shell/gsl-shell-skylake-linux-x86-64.tar.gz
56
- - gsl-shell/GSLShell-skylake-x86-64.AppImage
47
+ - gsl-shell/gsl-shell-linux-2.3.4.tar
57
48
0 commit comments