Skip to content

Commit

Permalink
Run the Python wrapper after A5 is installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed Jan 19, 2020
1 parent 2531957 commit a0a233e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
run: |
cd build
make -j2
- name: Test Python wrapper
run: |
cd build
python python/allegro.py
- name: Run test_driver
run: |
cd build
Expand All @@ -50,3 +46,7 @@ jobs:
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)
pulseaudio -D
xvfb-run ./install_test
- name: Test Python wrapper
run: |
cd build
python python/allegro.py

0 comments on commit a0a233e

Please sign in to comment.