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 2531957 commit a0a233eCopy full SHA for a0a233e
.github/workflows/continuous-integration.yml
@@ -25,10 +25,6 @@ jobs:
25
run: |
26
cd build
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
@@ -50,3 +46,7 @@ jobs:
50
46
gcc ../misc/install_test.c -o install_test $(pkg-config --cflags --libs allegro_image-debug-5 allegro_ttf-debug-5 allegro_acodec-debug-5 allegro_dialog-debug-5 allegro_primitives-debug-5 allegro_video-debug-5)
51
47
pulseaudio -D
52
48
xvfb-run ./install_test
49
+ - name: Test Python wrapper
+ run: |
+ cd build
+ python python/allegro.py
0 commit comments