Skip to content

Commit

Permalink
Fix ubuntu build manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
franko committed Sep 29, 2022
1 parent 35c4f6e commit fd2c6b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 42 deletions.
19 changes: 5 additions & 14 deletions scripts/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ packages:
sources:
- https://github.com/franko/gsl-shell
- https://github.com/franko/lhelper
shell: true
tasks:
- enable-local: |
echo 'export PATH="$HOME/.local/bin:$PATH"' >> "$HOME/.buildenv"
Expand All @@ -30,7 +29,7 @@ tasks:
lhelper create build-openblas-static
source "$(lhelper env-source build-openblas-static)"
bash scripts/build-package.sh -appimage -openblas -unix
- build-specific-cpus: |
- build-cpu-specific: |
cd gsl-shell
for cpu_target in nehalem haswell skylake; do
(
Expand All @@ -41,17 +40,9 @@ tasks:
bash scripts/build-package.sh -appimage -name=$cpu_target -openblas -unix
)
done
- package-all: |
cd gsl-shell
tar cf gsl-shell-linux-2.3.4.tar gsl-shell-*.tar.gz *.AppImage
artifacts:
- gsl-shell/gsl-shell-dynamic-linux-x86-64.tar.gz
- gsl-shell/GSLShell-dynamic-x86-64.AppImage
- gsl-shell/gsl-shell-gslcblas-linux-x86-64.tar.gz
- gsl-shell/GSLShell-gslcblas-x86-64.AppImage
- gsl-shell/gsl-shell-linux-x86-64.tar.gz
- gsl-shell/GSLShell-x86-64.AppImage
- gsl-shell/gsl-shell-nehalem-linux-x86-64.tar.gz
- gsl-shell/GSLShell-nehalem-x86-64.AppImage
- gsl-shell/gsl-shell-haswell-linux-x86-64.tar.gz
- gsl-shell/GSLShell-haswell-x86-64.AppImage
- gsl-shell/gsl-shell-skylake-linux-x86-64.tar.gz
- gsl-shell/GSLShell-skylake-x86-64.AppImage
- gsl-shell/gsl-shell-linux-2.3.4.tar

28 changes: 0 additions & 28 deletions scripts/ubuntu-gslcblas-build.yml

This file was deleted.

0 comments on commit fd2c6b3

Please sign in to comment.