Skip to content

Commit 2531957

Browse files
SiegeLordExSiegeLord
authored andcommitted
Test the Python wrapper.
1 parent eedc8ef commit 2531957

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ jobs:
2020
- name: Configure
2121
run: |
2222
cd build
23-
cmake .. -DCMAKE_BUILD_TYPE=Debug -DWANT_SHADERS_GL=on -DWANT_CURL_EXAMPLE=on
23+
cmake .. -DCMAKE_BUILD_TYPE=Debug -DWANT_SHADERS_GL=on -DWANT_CURL_EXAMPLE=on -DWANT_PYTHON_WRAPPER=1
2424
- name: Build
2525
run: |
2626
cd build
2727
make -j2
28+
- name: Test Python wrapper
29+
run: |
30+
cd build
31+
python python/allegro.py
2832
- name: Run test_driver
2933
run: |
3034
cd build

0 commit comments

Comments
 (0)