File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ jobs:
236236 - name : Build
237237 run : |
238238 git apply build/baremetalpi/circle.patch
239- git apply build/yuescript-makefile-remove-stdc++fs.patch
240239 cd build
241240 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=baremetalpi/toolchain.cmake -DBUILD_WITH_ALL=ON ..
242241 make tic80studio -j$(nproc)
@@ -298,7 +297,6 @@ jobs:
298297 - name : Build
299298 run : |
300299 git apply build/baremetalpi/circle.patch
301- git apply build/yuescript-makefile-remove-stdc++fs.patch
302300 cd build
303301 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=baremetalpi/toolchain.cmake -DBUILD_WITH_ALL=ON ..
304302 make tic80studio -j$(nproc)
@@ -347,7 +345,6 @@ jobs:
347345
348346 - name : Build
349347 run : |
350- git apply build/yuescript-makefile-remove-stdc++fs.patch
351348 cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=$DEVKITPRO/cmake/3DS.cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DBUILD_WITH_ALL=ON -DBUILD_WITH_SCHEME=OFF -DBUILD_WITH_JS=OFF -DBUILD_WITH_PYTHON=OFF ..
352349 cmake --build build --parallel
353350
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments