@@ -109,22 +109,20 @@ jobs:
109109 install : >-
110110 git
111111 unzip
112- rsync
113- wget
114112 - name : Install dependencies
115113 shell : msys2 {0}
116114 run :
117115 ./scripts/ci/vs/install_bleeding.sh
118116 - name : Setup MSBuild
119117 uses : microsoft/setup-msbuild@v2
120- - name : Build emptyExample
121- working-directory : ${{env.GITHUB_WORKSPACE}}
122- run :
123- msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
124- - name : Build allAddonsExample
125- working-directory : ${{env.GITHUB_WORKSPACE}}
126- run :
127- msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
118+ # - name: Build emptyExample
119+ # working-directory: ${{env.GITHUB_WORKSPACE}}
120+ # run:
121+ # msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
122+ # - name: Build allAddonsExample
123+ # working-directory: ${{env.GITHUB_WORKSPACE}}
124+ # run:
125+ # msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
128126 - name : Build DEBUG emptyExample
129127 working-directory : ${{env.GITHUB_WORKSPACE}}
130128 run :
@@ -201,7 +199,7 @@ jobs:
201199
202200# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
203201
204- build-linux64-platforms :
202+ build-linux64 :
205203 runs-on : ubuntu-24.04
206204 strategy :
207205 matrix :
@@ -217,7 +215,7 @@ jobs:
217215 - name : Cache Packages
218216 uses : awalsh128/cache-apt-pkgs-action@latest
219217 with :
220- packages : make curl libunwind-dev libjack-jackd2-0 libjack-jackd2-dev freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libgl1-mesa-dev libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile1-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libssl-dev libpulse-dev libusb-1.0-0-dev libgtk2.0-dev libopencv-dev libassimp-dev librtaudio-dev gdb libglfw3-dev liburiparser-dev libcurl4-openssl-dev libpugixml-dev libgconf-2-4 libgtk2.0-0 libpoco-dev libxcursor-dev libxi-dev libxinerama-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-pulseaudio gstreamer1.0-x gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-good
218+ packages : aptitude aptitude-common libboost-iostreams1.83.0 libcwidget4 libsigc++-2.0-0v5 libxapian30 fonts-wine{a} libasound2-plugins{a} libcapi20-3t64{a} libosmesa6{a} libpcsclite1{a} libspeexdsp1{a} libwine{a} libxkbregistry0{a} libz-mingw-w64{a} wine{a} wine64 wget2 make curl libjack-jackd2-0 libjack-jackd2-dev freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libgl1-mesa-dev libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile1-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libssl-dev libpulse-dev libusb-1.0-0-dev libgtk2.0-dev libopencv-dev libassimp-dev librtaudio-dev gdb libglfw3-dev liburiparser-dev libcurl4-openssl-dev libpugixml-dev libgconf-2-4 libgtk2.0-0 libpoco-dev libxcursor-dev libxi-dev libxinerama-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-pulseaudio gstreamer1.0-x gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-good
221219 version : 1.0
222220
223221 - uses : actions/checkout@v4
0 commit comments