Skip to content

Commit

Permalink
checking executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Oct 25, 2023
1 parent 1946cd7 commit 79e33ab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/binaries-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,19 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install dependencies on MacOS and compile and produce BFS exe
- name: Install dependencies on MacOS and compile and produce BFS exes and standalone ME application
if: runner.os == 'macOS'
run: |
brew install xquartz
brew install gcc
brew install make
- name: Compile BFS and ME executables
- run: |
cd bfs && /usr/local/opt/make/libexec/gnubin/make
cd ../src && /usr/local/opt/make/libexec/gnubin/make -f macos32gcc.gmk
cd ..
mkdir binaries-MacOS
cp src/.macos32gcc-release-mecw/mecw binaries-MacOS/
tar cfvz jasspa.tar.gz jasspa/*
cp jasspa.tar.gz binaries-MacOS/
- name: Create standalone ME executable with attached macro files
- run: |
rm -rf jasspa/company
rm -rf jasspa/pixmaps
rm -rf jasspa/contrib
Expand Down

0 comments on commit 79e33ab

Please sign in to comment.