Commit Graph

56 Commits

Author SHA1 Message Date
Luke Street 5815fa6577 Updates based on universal branch 2021-06-11 21:19:33 -04:00
Luke Street f8363b90a7 Merge remote-tracking branch 'origin/test/universal' into cmake-presets
# Conflicts:
#	.github/workflows/build.yml
#	CMakeLists.txt
#	Editor/badging/CMakeLists.txt
#	Editor/locale/CMakeLists.txt
#	Runtime/locale/locales-inl.hpp
#	hecl/CMakeLists.txt
#	specter/lib/TextView.cpp
2021-06-11 19:52:19 -04:00
Luke Street 6fc33e809a Use CMakePresets.json 2021-06-10 00:30:31 -04:00
Phillip Stephens 3664b1b8d1
More compile fixes, disable clang CI for now 2021-06-06 17:35:39 -07:00
Luke Street adc9f496af Update athena (fixes atdna with dynamic LLVM) 2021-05-02 18:34:47 -04:00
Luke Street ebcee4ebf2 ci: ...but make sure clang-11 is fully installed 2021-05-02 13:56:47 -04:00
Luke Street 341aac4cd9 ci: Remove clang-9 entirely from Linux runners 2021-05-02 13:22:49 -04:00
Luke Street 2b626f9a53 ci: Set LLVM_ROOT_DIR on Linux runners 2021-05-02 00:11:36 -04:00
Luke Street 55e3b5ab11 ci: macOS brew upgrade formula 2021-05-02 00:04:14 -04:00
Luke Street 94f5c48b03 Update submodules (includes LLVM 12 fix) 2021-05-02 00:01:56 -04:00
Luke Street 07c39542af CI: Update workflow branch names 2021-04-24 17:19:35 -04:00
Luke Street abe1eb71c0 Disable IPP for macOS universal build
Remove LLVM dependency from README.md
Attempt to fix png include on Linux
2021-04-18 21:39:09 -04:00
Luke Street c995643f9c Add dummy atdna target for shaderc 2021-04-18 11:30:33 -04:00
Luke Street 673ce0063b Fixes for new build 2021-04-18 11:19:09 -04:00
Luke Street 7d7db261a2 Use binary atdna, universal macOS fixes, more 2021-04-13 10:42:01 -04:00
Luke Street 4e38cf3574 CI: Run brew update (bintray shut down) 2021-04-12 12:29:10 -04:00
Luke Street 63a78f8753 CI: Actually build win32-clang again (oops) 2021-04-06 18:15:33 -04:00
Luke Street b9fc493db7 CI: Disable IPP 2021-04-06 15:45:53 -04:00
Luke Street 62923c5677 CI: Install Intel IPP using nuget 2021-04-06 15:30:59 -04:00
Luke Street c284921dbb CI: Separate build & release workflows 2021-04-06 15:20:29 -04:00
Luke Street e237cf65c7 CI: Add yarn global bin to GITHUB_PATH 2021-04-06 11:58:25 -04:00
Luke Street 2578c17c1a CI: Disable fail-fast for Linux build matrix 2021-04-05 17:04:50 -04:00
Luke Street 2582bf94d5 CI: Fix win32-clang cmake configure syntax 2021-04-05 16:56:38 -04:00
Luke Street 1e8467ed7a CI: Use clang-cl / lld-link from VS installation 2021-04-05 16:44:27 -04:00
Luke Street 9c690bf8da CI: Fix workflow syntax take 2 2021-04-05 16:01:46 -04:00
Luke Street ae5fa86f3e CI: Fix workflow syntax 2021-04-05 16:00:47 -04:00
Luke Street 9a6eba2383 CI: Upload MSVC PDBs; compress ELF debug info 2021-04-05 15:56:58 -04:00
Luke Street 0d1f2a49ff CI: Separate & upload debug info for Linux/macOS 2021-04-05 15:26:56 -04:00
Luke Street 87fa30a381 Fix crashpad Windows build; CI install Intel IPP 2021-04-05 12:23:52 -04:00
Luke Street 7a521657c3 CI: Install libcurl4-openssl-dev 2021-04-04 18:39:07 -04:00
Luke Street 74fbd5e8e4 CI: Install libcurl-dev 2021-04-04 18:34:55 -04:00
Luke Street 927abdf8cd Integrate Sentry crash reporting 2021-04-04 18:26:29 -04:00
Luke Street b5378e9361 GitHub Actions: Include PDBs in Windows artifacts 2021-04-03 09:09:01 -04:00
Luke Street b31d978858 CI: Fix msvc artifact name 2021-03-29 21:57:44 -04:00
Luke Street eb032863fb CI: Checkout with fetch-depth: 0 2021-03-29 21:19:49 -04:00
Luke Street a72c14f5fb New versioning scheme (currently v0.1.1-2) 2021-03-29 13:28:03 -04:00
Luke Street e6de77032f GitHub Actions: Fix macOS build with qt@5 2021-03-19 15:16:52 -04:00
Luke Street bbe8ca19fb GitHub Actions: Add apt-get update back to Ubuntu runners 2021-03-19 15:04:13 -04:00
Luke Street 864f742f87 GitHub Actions: Create, sign & notarize macOS .dmg 2021-03-19 15:01:26 -04:00
Luke Street cf6337ec3e GitHub Actions: Attempt to free disk space on Linux runners 2021-03-19 10:49:23 -04:00
Luke Street 268e7d143f GitHub Actions: Fix macOS configure cmake step 2021-03-15 11:48:59 -04:00
Luke Street 2b1ee17168 GitHub Actions: Don't apt update (OpenSUSE repo issue) 2021-03-15 11:37:36 -04:00
Luke Street ecb20d1644 GitHub Actions: Update artifact names & URDE_DLPACKAGE values 2021-03-15 11:28:57 -04:00
Luke Street 2ca59a0be2 GitHub Actions: Add VCPKG_TARGET_TRIPLET 2021-03-13 12:18:43 -05:00
Luke Street 28bd2e0569 GitHub Actions: Use static Qt5 on Windows 2021-03-13 11:58:20 -05:00
Luke Street dd8a631111 GitHub Actions: Disable Windows LLVM cache (503?) 2021-03-13 10:02:13 -05:00
Luke Street 2693196c45 GitHub Actions: Replace \ with / in Windows CMake paths 2021-03-13 09:59:28 -05:00
Luke Street 70e32b0456 GitHub Actions: Fix Windows clang-cl path 2021-03-13 09:41:14 -05:00
Phillip Stephens 78185e682e Disable Qt for the time being ;.; 2021-03-10 12:36:19 -08:00
Phillip Stephens 226b2dfeb8 Go back to 6.0.2 2021-03-10 12:30:25 -08:00