Skip to content

Commit

Permalink
Update check-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta authored Dec 15, 2024
1 parent 3d4b063 commit c8da7ea
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,6 @@
on:
push
jobs:
macos12:
runs-on: macos-12

steps:
- uses: actions/checkout@v4

- name: git config credential.helper
run: git config credential.helper

- name: which clang/xcode
run: clang --version

- name: Brew install base dependencies
run: brew install --quiet automake berkeley-db@4 [email protected] miniupnpc qt@5 gperf qrencode librsvg && curl -L https://raw.githubusercontent.com/vergecurrency/protobuf261/master/protobuf261.rb > protobuf261.rb && brew install protobuf261.rb

- name: Brew link dependencies
run: brew link --overwrite [email protected] && brew link [email protected] qt@5 berkeley-db@4

- name: Auto generate
run: ./autogen.sh

- name: configure
run: ./configure --enable-scrypt-sse2 --disable-bench --disable-tests --disable-dependency-tracking --disable-werror --with-gui --bindir=`pwd`/release/bin --libdir=`pwd`/release/lib

- name: make
run: make -j4

- name: make .dmg
run: make deploy

- uses: actions/upload-artifact@v4
with:
name: verge-macos12
path: |
*.dmg
macos13:
runs-on: macos-13

Expand Down

0 comments on commit c8da7ea

Please sign in to comment.