Skip to content

Commit fd2c6b3

Browse files
committed
Fix ubuntu build manifest
1 parent 35c4f6e commit fd2c6b3

File tree

2 files changed

+5
-42
lines changed

2 files changed

+5
-42
lines changed

scripts/ubuntu-build.yml

+5-14
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ packages:
66
sources:
77
- https://github.com/franko/gsl-shell
88
- https://github.com/franko/lhelper
9-
shell: true
109
tasks:
1110
- enable-local: |
1211
echo 'export PATH="$HOME/.local/bin:$PATH"' >> "$HOME/.buildenv"
@@ -30,7 +29,7 @@ tasks:
3029
lhelper create build-openblas-static
3130
source "$(lhelper env-source build-openblas-static)"
3231
bash scripts/build-package.sh -appimage -openblas -unix
33-
- build-specific-cpus: |
32+
- build-cpu-specific: |
3433
cd gsl-shell
3534
for cpu_target in nehalem haswell skylake; do
3635
(
@@ -41,17 +40,9 @@ tasks:
4140
bash scripts/build-package.sh -appimage -name=$cpu_target -openblas -unix
4241
)
4342
done
43+
- package-all: |
44+
cd gsl-shell
45+
tar cf gsl-shell-linux-2.3.4.tar gsl-shell-*.tar.gz *.AppImage
4446
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
5748

scripts/ubuntu-gslcblas-build.yml

-28
This file was deleted.

0 commit comments

Comments
 (0)