Skip to content

Commit a0a233e

Browse files
SiegeLordExSiegeLord
authored andcommitted
Run the Python wrapper after A5 is installed.
1 parent 2531957 commit a0a233e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
run: |
2626
cd build
2727
make -j2
28-
- name: Test Python wrapper
29-
run: |
30-
cd build
31-
python python/allegro.py
3228
- name: Run test_driver
3329
run: |
3430
cd build
@@ -50,3 +46,7 @@ jobs:
5046
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)
5147
pulseaudio -D
5248
xvfb-run ./install_test
49+
- name: Test Python wrapper
50+
run: |
51+
cd build
52+
python python/allegro.py

0 commit comments

Comments
 (0)