Skip to content

Commit acf9d82

Browse files
committed
ci:remove av player test
1 parent 91d501e commit acf9d82

File tree

5 files changed

+1
-46
lines changed

5 files changed

+1
-46
lines changed

.github/workflows/debianbuild.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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: |
@@ -62,9 +62,6 @@ jobs:
6262
cd XEngine_InfoReport
6363
make
6464
cd ..
65-
cd XEngine_AVPlayer
66-
make
67-
cd ..
6865
cd XEngine_Token
6966
make
7067
cd ..

.github/workflows/macbuild.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
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'
@@ -63,8 +62,5 @@ jobs:
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

.github/workflows/msbuild.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,6 @@ jobs:
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: |

.github/workflows/rockybuild.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,5 @@ jobs:
6666
cd XEngine_InfoReport
6767
make
6868
cd ..
69-
cd XEngine_AVPlayer
70-
make
71-
cd ..
7269
cd XEngine_Token
7370
make

.github/workflows/ubuntubuild.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
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'

0 commit comments

Comments
 (0)