Skip to content

Commit 199215b

Browse files
committed
Disable CI sourcehook testing (temporarily)
1 parent 7c45817 commit 199215b

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/ci.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -98,36 +98,36 @@ jobs:
9898
python ../configure.py --enable-optimize --sdks=${{ join(fromJSON(env.SDKS)) }} --hl2sdk-root=${{ env.DEPENDENCIES_ROOT }}
9999
ambuild
100100
101-
- name: Test SourceHook (Optimized)
102-
working-directory: metamod-source
103-
shell: bash
104-
# SourceHook tests are busted on Windows
105-
continue-on-error: ${{ startsWith(runner.os, 'Windows') }}
106-
run: |
107-
mkdir build-sh-opt && cd build-sh-opt
108-
python ../configure.py --enable-optimize --enable-tests --sdks=
109-
ambuild
110-
cd ./core/sourcehook/test/test_sourcehook
111-
if [ -d "${{ matrix.os_short }}-x86" ]; then
112-
./${{ matrix.os_short }}-x86/test_sourcehook -v
113-
fi
114-
if [ -d "${{ matrix.os_short }}-x86_64" ]; then
115-
./${{ matrix.os_short }}-x86_64/test_sourcehook -v
116-
fi
101+
#- name: Test SourceHook (Optimized)
102+
# working-directory: metamod-source
103+
# shell: bash
104+
# # SourceHook tests are busted on Windows
105+
# continue-on-error: ${{ startsWith(runner.os, 'Windows') }}
106+
# run: |
107+
# mkdir build-sh-opt && cd build-sh-opt
108+
# python ../configure.py --enable-optimize --enable-tests --sdks=
109+
# ambuild
110+
# cd ./core/sourcehook/test/test_sourcehook
111+
# if [ -d "${{ matrix.os_short }}-x86" ]; then
112+
# ./${{ matrix.os_short }}-x86/test_sourcehook -v
113+
# fi
114+
# if [ -d "${{ matrix.os_short }}-x86_64" ]; then
115+
# ./${{ matrix.os_short }}-x86_64/test_sourcehook -v
116+
# fi
117117

118-
- name: Test SourceHook (Debug)
119-
working-directory: metamod-source
120-
shell: bash
118+
#- name: Test SourceHook (Debug)
119+
# working-directory: metamod-source
120+
# shell: bash
121121
# SourceHook tests are busted on Windows
122-
continue-on-error: ${{ startsWith(runner.os, 'Windows') }}
123-
run: |
124-
mkdir build-sh-debug && cd build-sh-debug
125-
python ../configure.py --enable-debug --enable-tests --sdks=
126-
ambuild
127-
cd ./core/sourcehook/test/test_sourcehook
128-
if [ -d "${{ matrix.os_short }}-x86" ]; then
129-
./${{ matrix.os_short }}-x86/test_sourcehook -v
130-
fi
131-
if [ -d "${{ matrix.os_short }}-x86_64" ]; then
132-
./${{ matrix.os_short }}-x86_64/test_sourcehook -v
133-
fi
122+
# continue-on-error: ${{ startsWith(runner.os, 'Windows') }}
123+
# run: |
124+
# mkdir build-sh-debug && cd build-sh-debug
125+
# python ../configure.py --enable-debug --enable-tests --sdks=
126+
# ambuild
127+
# cd ./core/sourcehook/test/test_sourcehook
128+
# if [ -d "${{ matrix.os_short }}-x86" ]; then
129+
# ./${{ matrix.os_short }}-x86/test_sourcehook -v
130+
# fi
131+
# if [ -d "${{ matrix.os_short }}-x86_64" ]; then
132+
# ./${{ matrix.os_short }}-x86_64/test_sourcehook -v
133+
# fi

0 commit comments

Comments
 (0)