Skip to content

Commit

Permalink
Test MacOS CI 2
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Oct 2, 2023
1 parent c933e3d commit de43fd3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ jobs:
./autogen.sh
./configure --with-Qt-dir=/usr/local/Cellar/qt@5/${qt_version}
# TODO --with-macosx-version-min=10.13
echo "Qt: $(qt_version)"
echo "print /usr/local/Cellar/qt@5"
ls -l /usr/local/Cellar/qt@5
echo "print /usr/local/Cellar/qt@5/$(qt_version)"
ls -l /usr/local/Cellar/qt@5/$(qt_version)
echo "print /usr/local/Cellar/qt@5/$(qt_version)/*"
ls -l /usr/local/Cellar/qt@5/$(qt_version)/*
echo "print config.log"
cat config.log
- name: make
run: make
- name: make appbundle
Expand Down

0 comments on commit de43fd3

Please sign in to comment.