diff .builds/macos.yml @ 219:2f6d27fcdf7d

dep/animia: wayland: fixup wlroots code
author Paper <paper@paper.us.eu.org>
date Sun, 07 Jan 2024 13:37:50 -0500
parents 52dda8927a81
children
line wrap: on
line diff
--- a/.builds/macos.yml	Sun Jan 07 13:28:00 2024 -0500
+++ b/.builds/macos.yml	Sun Jan 07 13:37:50 2024 -0500
@@ -21,20 +21,26 @@
   - zlib1g-dev
 sources:
   - https://hg.sr.ht/~mrpapersonic/minori
-  - https://github.com/tpoechtrager/osxcross
+  - https://github.com/efa/osxcross # use fork until #409 is pulled
 environment:
   BUILD_SUBMITTER: hg.sr.ht
   MACOSX_DEPLOYMENT_TARGET: 10.9
+  UNATTENDED: 1
 tasks:
   - build: |
+      # set up osxcross
       cd osxcross/tarballs
       wget "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.9.sdk.tar.xz"
       cd ..
       export TARGET_DIR="$PWD/target"
-      UNATTENDED=1 ./build.sh
+      ./build.sh
       export PATH="$TARGET_DIR/bin:$PATH"
       cd ..
+
+      # deps
       osxcross-macports install qt5-qtbase qt5-qttools
+
+      # actually build the damn thing
       CC="o64-clang" CXX="o64-clang++" CXXFLAGS="-stdlib=libc++" cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER= -DCMAKE_CXX_COMPILER=o64-clang++
       make
 triggers: