From fba2f1ae7f91ab7fcdf471221a0d4767236a0257 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Fri, 23 Aug 2024 17:30:05 +0200 Subject: [PATCH] Add titles and remove copy from commented code. --- .github/workflows/ci.yml | 3 +++ build.sh | 9 --------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61f0d3f..f0cc113 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ on: jobs: build: + name: Build MetaCall Formula strategy: fail-fast: false matrix: @@ -78,6 +79,7 @@ jobs: path: release/* test-pkg: + name: Test Tarball PKG needs: build strategy: fail-fast: false @@ -119,6 +121,7 @@ jobs: metacall-tarball-macos-${{ matrix.triplet.arch }}.pkg test-tgz: + name: Test Tarball TGZ needs: build strategy: fail-fast: false diff --git a/build.sh b/build.sh index eae65fb..991eb23 100755 --- a/build.sh +++ b/build.sh @@ -58,15 +58,6 @@ mv metacall-${METACALL_VERSION}.tgz release/metacall-tarball-macos-${METACALL_AR # INSTALL_DIR="usr/local" # fi -# # Copy MetaCall core -# cp -R private/tmp/brew-pkg[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]-[0-9]*-[a-z0-9]*/$INSTALL_DIR/Cellar/metacall/[0-9]*.[0-9]*.[0-9]* distributable/metacall-core -# # Copy Ruby -# cp -R private/tmp/brew-pkg[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]-[0-9]*-[a-z0-9]*/$INSTALL_DIR/Cellar/ruby/[0-9]*.[0-9]* distributable/ruby -# # Copy Python -# cp -R private/tmp/brew-pkg[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]-[0-9]*-[a-z0-9]*/$INSTALL_DIR/Cellar/python@[0-9]*.[0-9]* distributable/python -# # Copy MetaCall binary -# cp private/tmp/brew-pkg[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]-[0-9]*-[a-z0-9]*/$INSTALL_DIR/bin/metacall distributable/ - # # Change MetaCall prefix # sed -i '' '2s|^PREFIX=.*|PREFIX=metacall-core|' "distributable/metacall"