File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 37
37
- name : Build
38
38
run : |
39
39
cd core
40
- xmake f -- embed=y -y -cvD
40
+ xmake f -p linux --cosmocc=y -- embed=y -y -cvD -m debug
41
41
xmake -v
42
42
cd ..
43
43
Original file line number Diff line number Diff line change 1
1
function main ()
2
- os .exec (" xmake -j1" )
2
+ os .exec (" xmake -j1 -vD " )
3
3
end
Original file line number Diff line number Diff line change 1
1
function main ()
2
- os .exec (" xmake" )
2
+ os .exec (" xmake -vD " )
3
3
end
Original file line number Diff line number Diff line change 1
1
function main ()
2
- os .exec (" xmake" )
2
+ os .exec (" xmake -vD " )
3
3
end
Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ function test_build:build(argv)
9
9
os .exec (" xmake g -c" )
10
10
11
11
-- generic?
12
- os .exec (" xmake f -c -D -y" )
13
- os .exec (" xmake" )
14
- os .exec (" xmake p -D " )
12
+ os .exec (" xmake f -c -vD -y" )
13
+ os .exec (" xmake -vD " )
14
+ os .exec (" xmake p -vD " )
15
15
if not is_host (" windows" ) then
16
16
os .exec (" xmake install -o $(tmpdir) -a -D" )
17
17
os .exec (" xmake uninstall --installdir=$(tmpdir) -D" )
18
18
end
19
- os .exec (" xmake c -D " )
19
+ os .exec (" xmake c -vD " )
20
20
-- we force to enable ccache to test it on ci
21
- os .exec (" xmake f --mode=debug --policies=build.ccache:y -D -y" )
21
+ os .exec (" xmake f --mode=debug --policies=build.ccache:y -vD -y" )
22
22
os .exec (" xmake m -b" )
23
- os .exec (" xmake -r -a -D" )
23
+ os .exec (" xmake -rv -a -D" )
24
24
os .exec (" xmake m -e buildtest" )
25
25
os .exec (" xmake m -l" )
26
26
os .exec (" xmake m buildtest" )
You can’t perform that action at this time.
0 commit comments