File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
runs-on : windows-2022
120
120
strategy :
121
121
matrix :
122
- platform : [64 , ARM64, ARM64EC]
122
+ platform : [x64 , ARM64, ARM64EC]
123
123
env :
124
124
BITS : ${{ matrix.platform }}
125
125
ARCH : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 25
25
echo " PLATFORM_CFLAGS += $CUSTOMFLAGS " >> libs/openFrameworksCompiled/project/linux/64/config.linux64.default.mk
26
26
sed -i " s/PLATFORM_OPTIMIZATION_CFLAGS_DEBUG = .*/PLATFORM_OPTIMIZATION_CFLAGS_DEBUG = -g0/" libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk
27
27
cd libs/openFrameworksCompiled/project
28
- make -j2
28
+ make -j2 DEBUG=1 MAKEFILE_DEBUG=1
29
29
echo " ##[endgroup]"
30
30
31
31
echo " ##[group]**** Building emptyExample ****"
32
32
cd $ROOT /scripts/templates/linux64
33
- make -j2
33
+ make -j2 DEBUG=1 MAKEFILE_DEBUG=1
34
34
echo " ##[endgroup]"
35
35
36
36
echo " ##[group]**** Building allAddonsExample ****"
37
37
cd $ROOT
38
38
cp scripts/templates/linux64/Makefile examples/templates/allAddonsExample/
39
39
cp scripts/templates/linux64/config.make examples/templates/allAddonsExample/
40
40
cd examples/templates/allAddonsExample/
41
- make -j2
41
+ make -j2 DEBUG=1 MAKEFILE_DEBUG=1
42
42
echo " ##[endgroup]"
43
43
fi
You can’t perform that action at this time.
0 commit comments