File tree Expand file tree Collapse file tree 5 files changed +1
-46
lines changed
Expand file tree Collapse file tree 5 files changed +1
-46
lines changed Original file line number Diff line number Diff line change 3838 - name : install system package
3939 run : |
4040 apt update -y
41- apt install libsdl2-dev gcc g++ make git jq unzip curl wget -y
41+ apt install gcc g++ make git jq unzip curl wget -y
4242
4343 - name : install xengine library
4444 run : |
6262 cd XEngine_InfoReport
6363 make
6464 cd ..
65- cd XEngine_AVPlayer
66- make
67- cd ..
6865 cd XEngine_Token
6966 make
7067 cd ..
Original file line number Diff line number Diff line change 3232 - name : brew install
3333 run : |
3434 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
35- brew install sdl2
3635
3736 - name : Set up Dependency x86_64 Environment
3837 if : matrix.os == 'macos-13'
6362 cd XEngine_InfoReport
6463 make PLATFORM=mac
6564 cd ..
66- cd XEngine_AVPlayer
67- make PLATFORM=mac
68- cd ..
6965 cd XEngine_Token
7066 make PLATFORM=mac
Original file line number Diff line number Diff line change 2727 repository : libxengine/libxengine
2828 path : libxengine
2929
30- - name : vcpkg dependency repository
31- uses : actions/checkout@v4
32- with :
33- repository : microsoft/vcpkg
34- path : vcpkg
35-
36- - name : vcpkg install (x86)
37- if : matrix.platform == 'x86'
38- run : |
39- cd vcpkg
40- ./bootstrap-vcpkg.bat
41- ./vcpkg.exe install sdl2:x86-windows
42- ./vcpkg.exe integrate install
43- shell : pwsh
44- - name : vcpkg install (x64)
45- if : matrix.platform == 'x64'
46- run : |
47- cd vcpkg
48- ./bootstrap-vcpkg.bat
49- ./vcpkg.exe install sdl2:x64-windows
50- ./vcpkg.exe integrate install
51- shell : pwsh
52- - name : vcpkg install (Arm64)
53- if : matrix.platform == 'ARM64'
54- run : |
55- cd vcpkg
56- ./bootstrap-vcpkg.bat
57- ./vcpkg.exe install sdl2:Arm64-windows
58- ./vcpkg.exe integrate install
59- shell : pwsh
60-
6130 - name : Set up Dependency x86_64 Environment
6231 if : matrix.platform == 'x64'
6332 run : |
Original file line number Diff line number Diff line change 6666 cd XEngine_InfoReport
6767 make
6868 cd ..
69- cd XEngine_AVPlayer
70- make
71- cd ..
7269 cd XEngine_Token
7370 make
Original file line number Diff line number Diff line change 3131
3232 - name : Set TERM variable
3333 run : echo "TERM=xterm" >> $GITHUB_ENV
34-
35- - name : install apt library
36- if : matrix.os == 'ubuntu-22.04' || matrix.os == 'ubuntu-24.04'
37- run : sudo apt install libsdl2-dev
3834
3935 - name : Set up Dependency ubuntu24.04 Environment
4036 if : matrix.os == 'ubuntu-24.04'
You can’t perform that action at this time.
0 commit comments