We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedc8ef commit 2531957Copy full SHA for 2531957
.github/workflows/continuous-integration.yml
@@ -20,11 +20,15 @@ jobs:
20
- name: Configure
21
run: |
22
cd build
23
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DWANT_SHADERS_GL=on -DWANT_CURL_EXAMPLE=on
+ cmake .. -DCMAKE_BUILD_TYPE=Debug -DWANT_SHADERS_GL=on -DWANT_CURL_EXAMPLE=on -DWANT_PYTHON_WRAPPER=1
24
- name: Build
25
26
27
make -j2
28
+ - name: Test Python wrapper
29
+ run: |
30
+ cd build
31
+ python python/allegro.py
32
- name: Run test_driver
33
34
0 commit comments