Updated continuous integration.

This commit is contained in:
Layla Marchant 2020-04-02 13:26:55 -04:00
parent 45bfe20aa0
commit 7ef5382576
2 changed files with 5 additions and 4 deletions

View File

@ -15,10 +15,8 @@ jobs:
- uses: actions/checkout@v2
- name: install
run: sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libpango1.0-dev
- name: autoconf
run: autoreconf -vif
- name: build locale
run: cd locale && ./build.py && cd ..
- name: autoconf and locale
run: ./autogen.sh
- name: configure
run: ./configure
- name: build

3
.gitignore vendored
View File

@ -6,6 +6,9 @@ dist
starfighter
src/starfighter
# Dolphin .directory
.directory
# Backups
*~