Skip to content

Commit

Permalink
Add titles and remove copy from commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 23, 2024
1 parent 567028a commit fba2f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
build:
name: Build MetaCall Formula
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -78,6 +79,7 @@ jobs:
path: release/*

test-pkg:
name: Test Tarball PKG
needs: build
strategy:
fail-fast: false
Expand Down Expand Up @@ -119,6 +121,7 @@ jobs:
metacall-tarball-macos-${{ matrix.triplet.arch }}.pkg
test-tgz:
name: Test Tarball TGZ
needs: build
strategy:
fail-fast: false
Expand Down
9 changes: 0 additions & 9 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit fba2f1a

Please sign in to comment.