aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/tests-osx-aarch64.sh
Commit message (Collapse)AuthorAgeFilesLines
* MacOS test scripts: Enable FFmpeg6 from HomebrewSven Gothel2023-08-131-0/+1
| | | | | | | | | | | | | | | Install Homebrew https://brew.sh/ > /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" Follow further directions... Install FFmpeg (Currently v6) https://formulae.brew.sh/formula/ffmpeg > brew install ffmpeg or > brew install fmpeg@6 Leaves the ffmpeg libraries in: - x86_64: /usr/local/Cellar/ffmpeg/6.0/lib - aarch64: /opt/homebrew/Cellar/ffmpeg/6.0/lib
* scripts/tests*.sh: Put 'ulimit -c unlimited' in root scriptSven Gothel2023-01-221-2/+0
|
* Update test scripts: Use Java17 module jvm args: --add-opens ↵Sven Gothel2023-01-171-1/+1
| | | | java.desktop/sun.awt=ALL-UNNAMED --add-opens java.desktop/sun.java2d=ALL-UNNAMED
* SWT 4.26: Add cocoa-maxosx-aarch64 blob w/o src; Add ↵Sven Gothel2023-01-161-0/+21
scripts/tests-osx-aarch64.sh