File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,17 @@ jobs:
3131 c_compiler : cl
3232 cpp_compiler : cl
3333 generator : " Visual Studio 17 2022"
34+ triplet : " x64-windows"
3435 - os : ubuntu-latest
3536 c_compiler : clang
3637 cpp_compiler : clang++
3738 generator : " Unix Makefiles"
39+ triplet : " x64-linux"
3840 - os : macos-latest
3941 c_compiler : clang
4042 cpp_compiler : clang++
4143 generator : " Ninja"
44+ triplet : " arm64-osx"
4245 exclude :
4346 - os : windows-latest
4447 c_compiler : clang
5760 sudo apt-get install -y build-essential cmake make pkg-config
5861 sudo apt-get install -y libgl1-mesa-dev libx11-dev
5962 sudo apt-get install -y autoconf automake libtool gettext
60- sudo apt-get install -y libsdl3-dev libsdl3-image-dev
6163 sudo apt-get install -y libcrypt-dev
6264
6365 - name : Set reusable strings
7274 uses : lukka/run-vcpkg@v11
7375 with :
7476 # Optional: specify the vcpkg arguments, e.g. to specify the triplet or use a custom vcpkg repository.
75- vcpkgArguments : ' @vcpkg.json'
77+ vcpkgArguments : ' @vcpkg.json --triplet=${{ matrix.triplet }} '
7678 - name : Submodule update
7779 run : git submodule update --init --recursive
7880
You can’t perform that action at this time.
0 commit comments