File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 39
39
env : " env:"
40
40
exe : .exe
41
41
nul : nul
42
+ ldflags : LDFLAGS="-static-libgcc -static-libstdc++ -static"
42
43
- runs-on : ubuntu
43
44
fasmg : /fasmg.x64
44
45
runs-on : ${{matrix.runs-on}}-latest
@@ -104,13 +105,9 @@ jobs:
104
105
- name : Build CEmu
105
106
run : make -j4 -C ${{env.CEMU_PATH}}/core
106
107
- name : Build Autotester CLI
107
- run : make -j4 -C ${{github.workspace}}/CEmu/tests/autotester
108
- - name : Move Autotester CLI
109
- if : runner.os == 'Windows'
110
- run : move ${{github.workspace}}/CEmu/tests/autotester/autotester.exe ${{env.CEDEV_BIN}}/cemu-autotester.exe
111
- - name : Move Autotester CLI
112
- if : runner.os != 'Windows'
113
- run : mv ${{github.workspace}}/CEmu/tests/autotester/autotester ${{env.CEDEV_BIN}}/cemu-autotester
108
+ run : make -j4 -C ${{env.CEMU_PATH}}/tests/autotester ${{matrix.ldflags}}
109
+ - name : Install Autotester CLI
110
+ run : cmake -E copy ${{env.CEMU_PATH}}/tests/autotester/autotester${{matrix.exe}} ${{env.CEDEV_BIN}}/cemu-autotester${{matrix.exe}}
114
111
115
112
- name : Make Binaries Executable
116
113
if : runner.os != 'Windows'
Original file line number Diff line number Diff line change 7
7
[submodule "tools/convbin "]
8
8
path = tools/convbin
9
9
url = https://github.com/mateoconlechuga/convbin.git
10
+ ignore = dirty
10
11
[submodule "tools/convimg "]
11
12
path = tools/convimg
12
13
url = https://github.com/mateoconlechuga/convimg.git
You can’t perform that action at this time.
0 commit comments