From 17e5df749474def423c95de1cbf67ca946b5b312 Mon Sep 17 00:00:00 2001 From: HadetTheUndying Date: Mon, 1 Jun 2026 12:51:59 -0500 Subject: Add Windows x64 & macOS actions --- .github/parameters/setup-macports.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/parameters/setup-macports.yaml (limited to '.github/parameters') diff --git a/.github/parameters/setup-macports.yaml b/.github/parameters/setup-macports.yaml new file mode 100644 index 0000000000..ed8cd40acd --- /dev/null +++ b/.github/parameters/setup-macports.yaml @@ -0,0 +1,25 @@ +# Parameters for melusina-org/setup-macports. +# Listing ports here (rather than in a manual `port install` step) means the +# action installs them and they fall under its built-in installation cache, +# which is keyed on the macOS version + this file. Edit this list and the +# cache invalidates automatically. +# +# NOTE: no +universal variants. MacPorts' own guidance is that universal +# builds are poorly supported on Apple Silicon (apr-util fails to build that +# way). The runner is arm64 and we build the viewer arm64-only, so arm64 +# ports are correct and faster. +version: '2.11.5' +ports: + - name: 'cmake' + - name: 'pkgconfig' + - name: 'freealut' + - name: 'apr-util' + - name: 'boost188' + - name: 'glm' + - name: 'hunspell' + - name: 'freetype' + - name: 'minizip' + - name: 'nghttp2' + - name: 'openjpeg' + - name: 'libvorbis' + - name: 'xxhashlib' -- cgit v1.3