Skip to content

Commit 301cca1

Browse files
committed
Test reflect building LZO in setup by default.
1 parent ec73ecf commit 301cca1

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -40,44 +40,6 @@ jobs:
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
architecture: x64
43-
- name: Linux install LZO
44-
if: runner.os == 'Linux'
45-
run: sudo apt install liblzo2-dev
46-
- name: macos install LZO
47-
if: runner.os == 'macOS'
48-
run: |
49-
echo "$RUNNER_OS uses included lzo source"
50-
echo PWD: `pwd`
51-
echo LS lzo
52-
ls -l lzo-2.10/
53-
echo LS lzo include
54-
ls -l lzo-2.10/include/
55-
cd lzo-2.10
56-
./configure --enable-shared --disable-dependency-tracking --prefix=`pwd`
57-
make
58-
make test &> test_results
59-
make install
60-
cd ..
61-
ls -l lzo-2.10/
62-
find ./lzo-2.10/ -name "*lzo2*"
63-
- name: Add msbuild to PATH
64-
if: runner.os == 'Windows'
65-
uses: microsoft/[email protected]
66-
with:
67-
msbuild-architecture: x64
68-
- name: Setup LZO Windows
69-
if: runner.os == 'Windows'
70-
run: |
71-
pwd
72-
cd lzo-2.10
73-
mkdir build
74-
cd build
75-
cmake ..
76-
pwd
77-
- name: build LZO Windows
78-
if: runner.os == 'Windows'
79-
working-directory: .\lzo-2.10\build
80-
run: msbuild lzo_static_lib.vcxproj -p:Configuration=Release -p:Platform=x64 -p:OutDir=..\
8143
- run: pip install -e ./
8244
- run: pip install pytest build
8345
- run: pytest --doctest-modules tests/

0 commit comments

Comments
 (0)