Skip to content

Commit

Permalink
removing moc causing issue on iOS build on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Nov 2, 2023
1 parent ec966d6 commit 23131f8
Show file tree
Hide file tree
Showing 72 changed files with 7 additions and 19,205 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -734,12 +734,13 @@ jobs:
cd ..
qmake CONFIG+=debug && make -j4
- name: Commit moc files
uses: EndBug/add-and-commit@v9
with:
message: 'moc files added'
add: 'src/moc_*.cpp --force'
if: github.ref == 'refs/heads/master'
# causes iOS build on Mac to fail
# - name: Commit moc files
# uses: EndBug/add-and-commit@v9
# with:
# message: 'moc files added'
# add: 'src/moc_*.cpp --force'
# if: github.ref == 'refs/heads/master'

window-msvc2019-build:
runs-on: windows-latest
Expand Down
155 changes: 0 additions & 155 deletions src/moc_abstractserver.cpp

This file was deleted.

Loading

0 comments on commit 23131f8

Please sign in to comment.